@charset "UTF-8";

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

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

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

/* ----- タイトル部分 */
h1 { color:#00ff00; margin-top:0.5em; margin-bottom:0.1em; text-align:center; }
div#topcomment{ text-align:center; }

/* ----- 更新情報 */
div.updatelist {
	margin-top:1em; margin-bottom:1em;
	padding:0%;
}
div.updatelist h2 {
	margin-top:0; margin-bottom:0.5em;
	padding-left:0.5em;
	border:solid #ffffcc; border-width:0 0 1px 3em;
	font-size:1.2em;
}
div.updatelist h3 {
	font-size:1em;
	margin:0.5em 1em 0.2em 5%;
}
div.updatelist ul { margin-top:0em; margin-bottom:0.5em; margin-left:7%; }
div.updatelist ul.detail li { font-size:0.9em; }

/* ----- 目次 */
div.contents {
	margin-top:1em; margin-bottom:1em;
	padding:0%;
}
div.contents h2 {
	margin-top:0; margin-bottom:0.5em;
	padding-left:0.5em;
	border:solid #ffffcc; border-width:0 0 1px 3em;
	font-size:1.2em;
}
/* --- コーナー */
div.contents div.corner {
	margin:1em 5% 1.2em;
	border:solid #ccccff; border-width:0 0 0 1em;
}
/* コーナーの欄ではリンクの下線を書かない */
div.contents div.corner a {
	text-decoration:none;
}
div.contents div.corner h3 {
	font-size:1em;
	margin-top:0.2em; margin-bottom:0.2em;
	padding-left:1em;
}
div.contents div.corner ul {
	margin-top:0; margin-bottom:0.2em;
	padding-bottom:0.2em;
}
div.contents div.corner ul li {
	margin:0;
	padding-top:0; padding-bottom:0;
}
div.contents div.corner div.detail {
	margin-left:6em; margin-top:0.2em; margin-bottom:0.2em;
	padding:0 0.2em 0.2em 0.5em;
	font-size:0.9em;
}

/* 最後のメモ notes
	問い合わせアドレス mailaddress
	バナー表示 sitebanner
	ez-HTML表示 ez-html */
div.notes {
	margin-top:0.5em; margin-bottom:0.5em;
	padding:0 5%;
	border:none;
}
div.notes p {
	text-align:center; margin-top:0em; margin-bottom:0em;
}
img.banner { vertical-align:middle; border-style:none; margin-right:0.5em; }
/* リンクの下線を書かない */
div.notes a { text-decoration:none; }

/* カウンター表示 */
img.counter { vertical-align:baseline; border-style:none; }

