@charset "UTF-8";
@import url("doko.css");
body {
	margin: 0;
	background: #FFF; 
	color: #444;
	font-family: "メイリオ" ,Verdana, Chicago, sans-serif,MS PGOTHIC; 
	padding: 0px;
	font-size: 12px;
}

a:link,a:visited {text-decoration: none;color:#00487a;}
a:hover,a:active {text-decoration: underline; color:#7a1400;}

#container {
	margin: 0px auto;
	width: 940px;
	background-color: #FFFFFF;
	text-align: left;
	/**
	border-right: 1px solid #d1bfad;
	border-left: 1px solid #d1bfad;
	**/
	overflow:hidden;
}

#header {
	background-color: #FFFFFF;
	width: 100%;
	position:relative;

}
#header h1 {
	font-size: 100%;
	font-weight: normal;
	color: #7a1a00;
	margin: 2px 1px;
}
#header_title {
	height: 70px;
	width: 930px;
	background-image: url(../img/common/arch_titlebar940.gif);
	background-repeat: no-repeat ;
	padding:0 5px;
	position:relative;
}
#header_title h2 {
	position:absolute;
	top:4px;
	left:8px;
	padding:0;
	margin:0;
}
#header_title h2 a {
	background:url(../img/common/arch_title.gif) no-repeat left top;
	display: block;
	width: 242px;
	height: 50px;
	text-indent: -9999px;
}
#header .sub_title {
	position:absolute;
	top:17px;
	left:260px;
	color:#fdfede;
	font-size:12px;
	margin:0;
}
#header_title #head_site_link {
	position:absolute;
	top:2px;
	right:5px;
	color:#FFF;
}
#header #head_site_link a{
	color:#FFF;
}

#header_title #head_navi {
	position:absolute;
	bottom:2px;
	right:5px;
	color:#FFF;

}
#header_title #head_navi a{
	color:#FFF;
}
.navi {
	font-size:100%;
	position:absolute;
	right:0px;
	top:2px;
}
.detail_link {
  display:block;
  margin-top:1em;
  font-weight:bold;
}

/******************headerココまで****************************/

.pankuzu {
	margin:5px 0 0 0;
	padding:0 ;
	}
#mainarea{
	overflow: hidden;
	margin-top: 0px;
	padding: 0px 0 25px 0;
	float: left;
	height: auto;
	width: 728px;

}
/**************sidebar*******************/
.sidemenu{
	float: right;
	width: 200px;
	overflow: hidden;
	margin-top:10px;
}
.sidemenu .pref_box {
	background:url(../img/common/side_box1.gif) no-repeat left bottom;
	width:200px;
	overflow:hidden;
	padding-bottom:1px;
	margin-bottom:10px;
}
.sidemenu .pref_box dl dt{
	background: url(../img/common/side_box1.gif) no-repeat left top;
	height:22px;
	font-weight:bold;
	color:#FFF;
	padding:5px;
}
.sidemenu .pref_box dl dd{
	background: url(../img/common/list01.gif) no-repeat 5px center;
	border-bottom:1px solid #e9e4d1;
	padding:5px 5px 5px 25px;
	margin:0 2px;
}

.sidemenu .menu_box {
	background:url(../img/common/side_box2.gif) no-repeat left bottom;
	width:200px;
	overflow:hidden;
	padding-bottom:1px;
}
.sidemenu .menu_box dl dt{
	background: url(../img/common/side_box2.gif) no-repeat left top;
	height:22px;
	font-weight:bold;
	color:#FFF;
	padding:5px;
}
.sidemenu .menu_box dl dd{
	border-bottom:1px solid #e9e4d1;
	padding:5px ;
	margin:0 2px;
}



.sidemenu dl,.sidemenu dl dt,.sidemenu dl dd{
	margin:0;
	padding:0 ;
}

#apg_box {
	overflow:hidden;
	margin:10px 0;
}
#apg_box a{
	display:block;
	width:200px;
	height:156px;
	text-indent:-9999px;
	background:url(../img/common/apg_link.gif) no-repeat left top;
}

/**********footer**************/
.footer{
	clear:both;
	font-size:11px;
	color: #f3f3f3;
	width: 940px;
	margin: 0px auto 0px auto;
	padding: 5px 0 5px 0;
	text-align:center;
	border-top: 1px solid #666666;
	background-color: #550000;
}
.footer h3 {
	color:#FFF;
	font-size: 11px;
	font-weight: normal;
	line-height:16px;
	margin:0 1em 2px 1em;
	padding:0.5em 0px;
	text-align: left;
	border-bottom:1px dotted #AF3D3D;
}
.site_link {
	margin:1em 1em 0 1em;
	border-bottom:1px dotted #AF3D3D;
	padding-bottom:1em;
}
#sites {
	font-size:11px;
	margin:1em 0 0 0;
	text-align:left;
	}
#sites dl {
	margin:0 auto 1em auto;
	width:820px;
}
#sites dl dt {
	float:left;
	margin-right:1em;
	font-weight:bold;
	background:#9f0900;
	padding:0 1em;
}
#sites dl dd{
	font-size:10px;
}
.footer a {color: #FFF;text-decoration: underline;}
.footer a:hover {color: #8cc9e3;text-decoration: underline;}



/******地域選択*********/
#area_all{
	background: #f9f9f9 url("../img/common/pref_title.gif") no-repeat 10px 10px;
	padding-top:70px;
	}
#area_selected{
	background: #f9f9f9 url("../img/squeeze.gif") no-repeat;
	padding-top:60px;
	}
.area {
	clear: left;
	margin: 10px 0px 20px 0px;
	color: #666666;
	text-align: center;
	border: 1px solid #e9e9e9;
}
.area a{color: #0000FF;}
.area a:hover{color: #CC3300;}
.area table {
	width: 100%;
	margin-top: 0px;
	text-align: left;
	border-collapse: collapse; 
	line-height: 200%;
}
.area th {width: 80px; padding-left: 30px}
.area td { padding-left: 20px}
.area table .rev {background-color: #F2F2F2;}
.area table .once {width: 100%; background-color: #F2F2F2;}

.no_oh {
width:621px;
height: 171px;
margin: 20px auto 20px auto;
background: url(../img/common/open_no.gif) no-repeat left top;;
}
dd.apg_link a {
	text-align:center;
	display:block;
	padding: 2px;
	border: 1px solid #CCC;
	background-color: #EEE;
	
}
/****boshu*****/

div.boshu {
	margin-bottom:20px;
	clear:both;
}
div.boshu h4 {
	border: 1px solid #AAA;
	font-size: 12px;
	color:#555;
	padding: 8px 0 8px 30px;
	margin:15px 0 5px 0;
	background: #eee url("../img/house20.gif") no-repeat 5px center;

}
div.boshu p {
	font-size: 10px;
	line-height: 16px;
	padding: 0 5px;
	margin:0;
}
div.boshu h5 {
	font-size: 12px;
	text-align: right;
	margin:0;
}
/******************affiliate_area********************/

.affiliate_area {
	clear: both;
	width: 190px;
	margin:10px 0 10px 0px;
	border: 1px solid #eee;
	background: #f9f9f9;
	padding:10px 5px ;
}
.affiliate_area ul{
	margin:0;
	padding: 0;
}

.affiliate_area li{
	list-style-position: outside;
	margin:5px 0 0 10px;
}
/****static_area***********************/
.static_box {
	background:#f4f5ef;
	padding:10px;
}
#ksk_link {
  font-family:sans-serif;
}
#ksk_link h4{
  margin:0;
  font-size:14px;
}
#ksk_link h4 a{
  text-decoration:underline;
  color:#0000ff;
}
#ksk_link p{
  margin:0;
  font-size:11px;
  color:#555;
}
#ksk_link span a{
  font-size:10px;
  color:green;
}
