@charset "shift_jis";
body {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(images/bg_page.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 0.9em;
}
a,a:link {
	color: #663300;
}
a:visited  {
	color: #CC6666;
}
a:hover,a:active  {
	color: #CC6600;
}
p, ul, li, h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

#header {
	padding: 0;
	border-bottom: 3px solid #663300;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin: 0px;
	height: 84px;
}

#header h1 {
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
}
#container  {
	width: 780px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	border: 1px solid #dcc6c6;
	padding: 0px;
}
#mainContent {
	background: #FFFFFF;
	margin: 10px 20px;
	width: 740px;
	padding: 0px;
}
#mainContent h1 {
	margin: 10px 0px;
	padding: 0px;
	font-size: 1.8em;
	font-weight: bold;
	float: left;
}


h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 10px 0px;
	background-image: url(images/h2_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: auto;
	width: 100%;
	overflow: visible;
	vertical-align: middle;
	text-indent: 15px;
	padding: 0px;
	line-height: 1.5em;
	clear: both;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 20px 0px 10px;
	background-image: url(images/icon_sikaku.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 0px 0px 20px;
	line-height: 1.4em;
	clear: both;
}
#container #mainContent #top_ichiran .ul_normal li{
	list-style-type: disc;
	float: none;
	background-image: none;
	width: auto;
	margin: 0px 0px 0px 15px;
	padding: 0px;
}

#top_ichiran  ul {
	width: 720px;
	margin: 0px 0px 0px 18px;
	padding: 0px;
}
#top_ichiran  li {
	background-image: url(images/icon_sankaku.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px 0px 0px 18px;
	list-style-type: none;
	font-size: 1em;
	line-height: 1.5em;
	float: left;
	width: 10em;
}
#pankuzu {
	overflow: visible;
	line-height: 1em;

}


.text_small {
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.3em;
}
.align_right {
	float: right;

}

.clear_float {
	clear: both;
}
.float_left {
	float: left;
}
.img_no {
	margin: 0px 3px 0px 0px;
	padding: 0px;
}
#box_coment {
	padding: 10px 5px 5px;
	width: 98%;
	margin: 0px 0px 20px;
	border: 1px solid #CCCCCC;
	clear: both;
}
#box_coment  p {
	font-size: 0.8em;
	line-height: 1.4em;
}
#box_coment ul {
	float: left;
	display: block;

}

#box_coment    li {
	padding: 0px;
	float: left;
	list-style-type: none;
	list-style-image: none;
	font-size: 0.8em;
	width: 26em;
	margin: 0px 0px 5px;
}
#box_coment .markar_pink {
	background-color: #FFCC99;
	margin: 0px 5px 0px 0px;
	padding: 3px;
	width: auto;
}

#footer {
	padding: 0 10px;
}
#footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	font-size: 0.8em;
	text-align: center;
	color: #993300;
}
table {
	margin: 0px 0px 15px;
	padding: 0px;
	border-collapse: collapse;
	border: 1px solid #CC9999;
	font-size: 0.8em;
	line-height: 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
	background-color: #FFCC99;
	text-align: center;
	margin: 0px;
	padding: 3px;
	border: 1px solid #CC9999;
}
td {
	border: 1px solid #CC9999;
	margin: 0px;
	padding: 3px;
}
.th1 {
	width: 20%;
}
.th2 {
	width: 5%;
}
.th3 {
	width: 10%;
}
.th4 {
	width: 5%;
}
.th5 {
	width: 10%;
}
.td3ems {
	width: 5%;
}
.td4ems {
	width: 7%;
}

.td11ems {
	width: 15%;
}
.td17ems {
	width: 20%;
}
.td75par {
	width: 80%;
}
#container #mainContent h2 a {
	color: #000;
	text-decoration: none;
}
.waku_gray {
	margin: 0px 0px 10px;
	padding: 5px;
	border: 1px solid #999;
	clear: both;
	font-size: 0.9em;
	line-height: 1.2em;
}
.icon_sankaku {
	background-image: url(images/icon_sankaku.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 0px 0px 18px;
	padding: 0px 0px 0px 18px;
	font-size: 1em;
	line-height: 1.5em;
}
