@charset "Shift_JIS";
@import "base.css";
/* TOPページ用スタイル
---------------------------------------------*/
/* コンテンツ部
---------------------------------------------------- */
#mainContents {
	width: 770px;
	background:#fff;
}
#topic {
	float: left;
	width: 500px;
}
#whatsNew {
	float: left;
	width: 270px;
	padding-left: 1px;
}
#colum1 {
	width: 33%;
	float:left;
}
#colum2 {
	width: 33%;
	float:left;
	border-left:1px solid #ccc;
}
#colum3 {
	width: 33%;
	float:left;
	border-left:1px solid #ccc;
}
/* 本文のレイアウト
---------------------------------------------*/
#topic h3, #whatsNew h3 {
	color: #FFFFFF;
	background: url(../images/title_bg.gif) left top repeat-x;
}
#topic .section {
	margin: 16px 18px 0 18px;
	border-bottom: 1px solid #ccc;
}
#topic .section p {
	margin: 10px 0;
}
#topic .section .link {
	background: url(../images/arrow.gif) left center no-repeat;
	padding-left: 14px;
}
#whatsNew dl {
	margin: 16px 18px 0 18px;
}
#whatsNew dl dt {
	font-size: 90%;
	color: #666666;
	margin-top: 10px;
}

#mainContents h2 {
	clear:both;
	color: #fff;
	background: url(../images/title_bg.gif) left top repeat-x;
}
#mainContents h3 {
	clear:both;
	padding-left:0.2em;
	border-left:#006 solid 6px;
}
#mainContents h4 {
	clear:both;
	color:#006;
	font-weight:bold;
	font-size:120%;
}
.kyocho {
	color: #00C;
	font-weight:bolder;
	font-size:130%;
	border:solid 2px #00C;
}
#mainContents .section {
	margin: 16px 18px 0 18px;
	border-bottom: 1px solid #ccc;
}
#mainContents .section p {
	margin: 10px 0;
}
#mainContents img.center {
	clear:both;
	margin-left:200px;
}
#mainContents .section p.sub {
	border-bottom: 1px  dashed #ccc;
	padding-bottom:1em;
	clear:both;
}
#colum1 .section, #colum2 .section, #colum3 .section {
	margin: 16px 18px 0 5px;
	border-bottom: 1px solid #ccc;
}
#colum1 .section h3, #colum2 .section h3, #colum3 .section h3{
	clear:both;
	padding-left:0.2em;
	border-left:#006 solid 6px;
	margin-bottom:1em;
}
#colum1 .section ul, #colum2 .section ul, #colum3 .section ul, #mainContents .section ul {
	margin:0.8em 0 0.8em 1em;
	list-style-position:inside;
}
#colum1 .section ul li, #colum2 .section ul li, #colum3 .section ul li, #mainContents .section ul li{
	margin:0.8em 0 0.8em 1em;
	list-style-image:url(../images/marker.gif);
}
/* テーブル
---------------------------------------------------- */
#mainContents .tableS {
	margin-top:1em;
	border-bottom: none;
	border-left: none;
	border-right: none;
	font-size: 100%;
	width: 100%;
}
#mainContents .tableS td {
	border-top: none;
	border-bottom: 1px solid #ccc;
	border-left: none;
	border-right: none;
	padding: 10px;
}
#mainContents .tableS th {
	border-top: none;
	border-bottom: 1px solid #ccc;
	border-left: 6px solid #ccc;
	border-right: none;
	font-weight: normal;
	padding: 10px;	
	width: 200px;
}