@charset "UTF-8";

/* HOME用スタイル設定（night設定） */

/* 基本スタイル読込 */
@import url("parts/night_base.css");

/* 各部 */
p { text-align:center; text-indent:0; }

/* ----- タイトル部分 */
h1 {
	color:#00ff00;
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
}

/* ----- 更新情報 */
div.updatelist {
	margin-top:20px;
	margin-bottom:20px;
	padding:0;
}
div.updatelist h2 {
	margin-top:0;
	margin-bottom:20px;
	padding-top:2px;
	padding-left:20px;
	line-height:1.5;
	border:solid #ffffcc;
	border-width:0 0 1px 3em;
}
div.updatelist h3 {
	font-size:100%;
	margin:20px 40px 0;
}
div.updatelist ul {
	margin:0 40px 20px 80px;
}
div.updatelist ul li {
	line-height:1.4;
}


/* 最後のメモ notes
	問い合わせアドレス mailaddress */
div.notes {
	margin:20px 0;
	padding:0;
	border:none;
}
div.notes p {
	text-align:center;
	margin:0;
}
/* リンクの下線を書かない */
div.notes a {
	text-decoration:none;
}
