@import url("common.css");

#Header h1 .Annotation {
	font-size: 14px;
}

.BMark {
	/* CSS適用時（本ファイル読込時）には
	画像を表示するのでマーク文字は非表示とする。
	（CSS非適用時にはマーク文字を表示し
		コンテンツの有無を明示できるように） */
	display: none;
}

h2 {
	/* total-height: 20px; */
	margin: 5px 0 0;
	padding: 4px 0 0 18px;
	height: 16px;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: .1em;
	color: #030;
	background-color: #eee;
/*
	color: #fff;
	background-color: #693;
	background-image: url("../_cmn_img/bg_h2.gif");
	background-repeat: no-repeat;
	background-position: left top;
*/
}
h2 .Annotation {
	font-size: 12px;
	font-weight: normal;
}

p.Attention {
	margin: 10px auto;
	padding: 5px;
	width: 33em;
	text-indent: 15px;
	color: #573;
	line-height: 15px;
	background-image: url("../_cmn_img/m_being.gif");
	background-repeat: no-repeat;
	background-position: 5px 5px;
	border: 1px solid #693;
}


.AcList {
	margin: 8px 0 30px;
	padding: 0;
/*	background-image: url("../_cmn_img/bg_toplist.gif");
	background-position: left top; */
}
/*\*/
* html .AcList {
	height: 1px;
}
/**/

.AcList ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.AcList ul li {
	margin: 0;
	padding: 0;
	width: 250px;
	float: left;
}
.AcList ul li.Nothing {
	margin: 0 0 0 10px;
	padding: 0;
	width: 500px;
	color: #555;
}
.AcList ul li a {
	/* total-width: 250px; */
	/* total-height: 19px; */
	display: block;
	margin: 0 0 0 10px;
	padding: 4px 0 0 20px;
	width: 220px;
	height: 15px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left 4px;
}
.AcList ul li a.Nothing {
	background-image: url("../_cmn_img/m_nothing.gif");
}
.AcList ul li a.Being {
	background-image: url("../_cmn_img/m_being.gif");
}
.AcList ul li a:link {
	color: #00c;
}
.AcList ul li a:visited {
	color: #606;
}
.AcList ul li a:active,
.AcList ul li a:hover {
	color: #33f;
}

#Footer {
	margin-top: 1em;
}

