@import url("top.css");
/* ==========================================================

title : 現場監督ブログ
scope : 地方トップページ

last modify : 2010/10/25 
memo  : 

========================================================== */

/*-----------------------------------------------
 __県名
-----------------------------------------------*/
h1 {
	width:645px;
	height:103px;
	margin:0px 0px 10px 5px;
	padding:0;
	background: url(../image/sub/ttl_sub_bg.jpg) no-repeat 183px 0 ;
	font-size:200%;
	line-height:103px;
	color:#01632f;
	position:relative;
	}
	
h1 span.ttl_area1 {
	display:block;
	width:183px;
	height:103px;
	background: url(../image/sub/ttl_sub_bg_01.jpg) no-repeat 0 0 ;
	text-indent:-9999px;
	}
	
h1 span.ttl_area2 {
	position:absolute;
	top:0;
	left:200px;
	text-indent:none;
	font-weight:normal;
	}
	
#ttl_whatsnew {
	background: url(../image/ttl_whatsnew.gif) left top/ 645px 40px  no-repeat;
	}
#ttl_ranking {
	background: url(../image/ttl_ranking.gif) left top/ 645px 40px no-repeat;
	}

/*-----------------------------------------------
 __R_都道府県別ブログ店舗
-----------------------------------------------*/
.r_region {
	margin:0px 0px 10px 16px;
	padding:0px;
	border-bottom:solid #66CDAA 5px;
	}
.r_region dl {
	border-left:solid #66CDAA 5px;
	border-right:solid #66CDAA 5px;
	}
.r_region dt {
	height:42px;
	background: #c2e0d4;
	border-top:solid #66CDAA 5px;
    box-sizing: border-box;
    color: #017c4d;
	}
.r_region iframe{
	width:210px;
	height:300px;
	border:hidden;
	frameborder:0;
	allowtransparency:true;
	scrolling:auto;
	}