@charset "utf-8";

/*headPart*/

/*sidePart*/
@import url("/css/blocks/menuBlock.css");
/*contentPart*/

/*footPart*/




/*------------------------------
カラム分け
------------------------------*/
#mainBlock{
	width:810px;
	text-align:left;
}
#menuBlock{
	float:left;
	width:200px;
	margin:20px 0 0 0;
	background:#F2F2F2 url(/img/common/bg_menu.gif) no-repeat;
}
#contentsBlock{
	float:right;
	width:590px;
	margin:20px 0 0 0;
}

/* コンテンツブロック */
#contentsBlock p{
	font-size:97%;
	margin:0 0 20px 0;
}
#contentsBlock h3{
	background:transparent url(/img/common/h_yellow.gif) no-repeat;
	width:590px;
	height:30px;
	margin:0 0 5px 0;
}
#contentsBlock h3 img{
	margin:7px 0 0 8px;
}
#contentsBlock h4 img{
	margin:3px 0 0 155px;
}
#contentsBlock h5{
	margin:0 0 5px 0;
}
#contentsBlock h6{
	font-size:95%;
	font-weight:bold;
	border-left:#FFCC33 solid 5px;
	border-bottom:#CCCCCC dotted 1px;
	padding:3px 5px;
	margin:10px 0 5px 0;
}
#contentsBlock #comInfo1{
	background:transparent url(/img/about/comInfo1.gif) no-repeat top right;
	height:110px;
	padding:0 220px 0 0;
	margin:20px 0 0 0;
}
#contentsBlock #comInfo2{
	background:transparent url(/img/about/comInfo2.gif) no-repeat top left;
	height:150px;
	padding:0 0 0 150px;
	margin:0 0 10px 0;
}
#contentsBlock #comInfo1 h5,
#contentsBlock #comInfo2 h5{
	font-size:97%;
	font-weight:bold;
	color:#FF6600;
	margin:0 0 3px 0;
}
#contentsBlock #comImage{
	background:transparent url(/img/about/comImage.jpg) no-repeat top right;
	width:590px;
	height:370px;
}
#contentsBlock #comImage p{
	font-size:1%;
	visibility:hidden;
}

/* 会社情報 */
#contentsBlock table{
	width:588px;
	border:#ECE9D8 solid 1px;
	margin:0 0 10px 0;
}
#contentsBlock table td{
	border-top:#ECE9D8 solid 1px;
	border-bottom:#ECE9D8 solid 1px;
	padding:5px;
	margin:1px 0;
}
#contentsBlock table .item{
	width:120px;
	font-weight:bold;
}
#contentsBlock table .odd{background-color:#ECE9D8;}
#contentsBlock table .even{background-color:#F5F4EB;}
#contentsBlock table td img{padding:5px 10px 0 0;}



/* 利用規約 & プライバシーポリシー */
#contentsBlock ol{
	list-style-type:decimal;
	padding:0;
	margin:0 0 0 30px;
}
#contentsBlock ol li{
	margin:0 0 20px 0;
}
#contentsBlock ol li p{
	font-weight:bold;
	padding:0;
	margin:0 0 3px 0;
}
#contentsBlock ul{
	list-style-type:disc;
	padding:0;
	margin:0 0 0 30px;
}
#contentsBlock ul li{
	margin:0 0 20px 0;
}
#contentsBlock ul li p{
	font-weight:bold;
	padding:0;
	margin:0 0 3px 0;
}

/* サイトマップ */
#contentsBlock #sitemapBlock ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
#contentsBlock #sitemapBlock ul li{
	border-bottom:#CCCCCC dotted 1px;
	background:transparent url(/img/sitemap/arrow.gif) no-repeat 1px 1px;
	padding:0 0 0 20px;
}
#contentsBlock #sitemapBlock ul li a{
	font-weight:bold;
	font-size:108%;
}
#contentsBlock #sitemapBlock ul li p{
	font-weight:normal;
}
#contentsBlock #sitemapBlock ul dl{
	padding:10px 0 5px 0;
}
#contentsBlock #sitemapBlock ul dl a{
	font-weight:normal;
	background:transparent url(/img/sitemap/arrow2.gif) no-repeat 1px 1px;
	font-size:100%;
	padding:0 0 0 10px;
}