@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	line-height:15px;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#333333;
	}


/** Tags Style
------------------------------ **/
a{
	color:#3399CC;
	}
a:hover{
	color:#006699;
	}
img{
	border:0;
	vertical-align:bottom;
	}
hr{
	border-style:dotted none none none;
	border-top-color:#999999;
	border-top-width:1px;
	height:1px;
	}
ul,li{
	list-style:none;
	}
p{
	padding-bottom:10px;
	}
table{
	border-collapse:collapse;
	}


/** float box
------------------------------**/
.fRight{
	float:right;
	text-align:right;
	font-size:10px;
	}
.fLeft{
	float:left;
	text-align:left;
	font-size:10px;
	}
.clear{
	clear:both;
	}
.cRight{
	clear:right;
	}
.cLeft{
	clear:left;
	}
.noClear{
	clear:none !important;
	}


/** text style
------------------------------ **/
.wBold{
	font-weight:bold;
	}
.wNormal{
	font-weight:normal;
	}
.tLeft{
	text-align:left;
	}
.tRight{
	text-align:right;
	}
.tCenter{
	text-align:center;
	}
.cRed{
	color:#FF3300;
	}
.cBlue{
	color:#0099FF;
	}


/** Main Box
------------------------------ **/
#container{
	width:800px;
	margin:auto;
	background:url(../img/mainback_body.gif) right repeat-y;
	}
#mainBlock{
	float:right;
	width:620px;
	}
#sideBlock{
	float:left;
	width:180px;
	background:url(../img/sideback_body.gif);
	}
#footer{
	clear:both;
	padding:10px 10px 20px 200px;
	background:url(../img/mainback_bottom.gif) right bottom no-repeat;
	}
#footer a{
	text-decoration:none;
	}

/** Main Block
------------------------------ **/
#header{
	padding:10px 0 0;
	height:40px;
	background:#FFFFFF;
	}
h1{
	float:right;
	width:270px;
	padding-right:10px;
	text-align:right;
	color:#999999;
	}
h1 a,
h1 a:hover{
	color:#999999;
	text-decoration:none;
	}
#headerTitle{
	float:left;
	width:340px;
	}

/** Main Contents **/
#mainContents{
	padding:10px;
	background:url(../img/mainback_top.gif) top no-repeat;
	}
#mainContents .topImage{
	padding-bottom:10px;
	}
#mainContents .pankuz{
	padding:0 0 10px;
	font-size:10px;
	}
.pankuz a{
	font-size:10px;
	}
#mainContents h2{
	padding:0 10px 10px;
	background:url(../img/main_h2back.gif) top no-repeat;
	line-height:25px;
	color:#669900;
	font-size:16px;
	}
#mainContents h3{
	padding-left:15px;
	margin-left:10px;
	margin-bottom:5px;
	background:url(../img/main_h3mark.gif) left no-repeat;
	line-height:15px;
	color:#669900;
	}
#mainContents h3.osusume{
	padding:0;
	margin-left:0;
	}
#mainContents h4{
	margin-left:10px;
	color:#777777;
	}
#mainContents p,
#mainContents li{
	padding:0 10px 10px;
	}
table.hikakuTable,
table.detailsTable{
	margin:0 10px 10px;
	width:580px;
	}
.hikakuTable td,
.hikakuTable th,
.detailsTable td,
.detailsTable th{
	padding:5px;
	border:solid 1px #666666;
	}
.hikakuTable th,
.detailsTable th{
	background:#DDFFBB;
	}
.hikakuTable .banner120{
	width:121px;
	overflow:hidden;
	}
.hikakuTable .banner100{
	width:101px;
	overflow:hidden;
	}
.hikakuTable .link40{
	width:40px;
	}
.hikakuTable p{
	padding:0 0 5px !important;
	}
.hikakuTable p.bottom{
	padding:0 !important;
	}
.detailsTable th{
	width:120px;
	}
.detailsTable p{
	padding:0 0 5px !important;
	}
.detailsTable td.head{
	background:#DDEEFF;
	font-weight:bold;
	text-align:center;
	}

/** Side Block
------------------------------ **/
#siteLogo{
	padding-top:10px;
	background:#FFFFFF;
	}
#siteLogo h2{
	background:url(../img/sideback_body.gif);
	}
#siteLogo a{
	display:block;
	padding:10px 10px 0;
	background:url(../img/sideback_top.gif) top no-repeat;
	}
#sideMenu{
	width:160px;
	padding:0 10px 20px;
	background:url(../img/sideback_bottom.gif) bottom no-repeat;
	}
#sideBlock h3{
	padding:0 10px;
	line-height:20px;
	background:url(../img/side_h3back.gif) no-repeat;
	color:#E5E5E5;
	}
#sideBlock li a{
	display:block;
	width:145px;
	height:20px;
	padding-left:15px;
	line-height:20px;
	background:url(../img/side_menuback01.gif);
	color:#E5E5E5;
	text-decoration:none;
	}
#sideBlock li a:hover{
	background:url(../img/side_menuback02.gif);
	color:#FFFFFF;
	}