@charset "utf-8";
@import url("base.css");

body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	text-align: center;
	background-color: #DFF4F8;
	background-image: url(img/body_back.png);
	background-repeat: repeat-x;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.fleft {
	float: left;
	margin-right: 9px;
	margin-bottom: 8px;
}
.fright {
	float: right;
	margin-left: 9px;
	margin-bottom: 8px;
}
.t10 {
	font-size: 10px;
}
.t12 {
	font-size: 12px;
}
.t14 {
	font-size: 14px;
}
.t16 {
	font-size: 16px;
}
.t18 {
	font-size: 18px;
}
.t20 {
	font-size: 20px;
	line-height: 1.6em;
}
.red {
	color: #cc0000;
}
.back {
	background-color: #ffff00;
	font-weight: bold;
}
.orange {
	color: #d55500;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
.check {
	background-image: url(img/checkmark.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	line-height: 23px;
}
.h2_back {
	background-image: url(img/h2_back.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	line-height: 40px;
	color: #fff;
	height: 40px;
	width: 575px;
	_width: 590px;
	margin-bottom: 15px;
}
/*---テーブル---*/
table td,
table th {
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #999;
}
table .w150 {
	background-color: #fe781f;
	width: 150px;
	color: #fff;
	text-align: center;
}
table .w120 {
	background-color: #DFDFDF;
	width: 120px;
	color: #333;
	text-align: center;
}
table .w100 {
	background-color: #DFDFDF;
	width: 100px;
	color: #333;
	text-align: center;
}
table caption {
	margin-left: 10px;
	font-size: 16px
}
/*---新着情報---*/
.position_r {
	position: relative;
}
.position_abinfo {
	position: absolute;
	left: 488px;
	top: 19px;
}
.link2 {
	font-size: 12px;
	text-align: right;
}

#wrap {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFF;
	padding-top: 15px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
}


/*---ヘッダー---*/

#header {
	position: relative;
	width: 940px;
	margin: 0px;
	padding: 0px;
	background-image: url(img/header_back.png);
	height: 65px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#header h1 {
	position: absolute;
	width: 300px;
	height: 65px;
	right: 20px;
	top: 5px;
	font-size: 12px;
	color: #333;
}

/*---メニュー---*/
#menu {
	height: 55px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-bottom: 15px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu li {
	margin: 0px;
	padding: 0px;
	float: left;
}
#menu li a {
	display: block;
	height: 55px;
	text-decoration: none;
	text-indent: -9999px;
}
#menu li#menu_top {
	background-image: url(img/menu_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 55px;
	width: 193px;
}
#menu li#menu_osusume {
	background-image: url(img/menu_osusume.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 55px;
	width: 186px;
}
#menu li#menu_nagoya {
	background-image: url(img/menu_nagoya.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 55px;
	width: 188px;
}
#menu li#menu_unei {
	background-image: url(img/menu_unei.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 55px;
	width: 186px;
}
#menu li#menu_toi {
	background-image: url(img/menu_toi.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 55px;
	width: 187px;
}
#menu li#menu_top a:hover {
	background-image: url(img/menu_top.png);
	background-position: 0px -56px;
}
#menu li#menu_osusume a:hover {
	background-image: url(img/menu_osusume.png);
	background-position: 0px -56px;
}
#menu li#menu_nagoya a:hover {
	background-image: url(img/menu_nagoya.png);
	background-position: 0px -56px;
}
#menu li#menu_unei a:hover {
	background-image: url(img/menu_unei.png);
	background-position: 0px -56px;
}
#menu li#menu_toi a:hover {
	background-image: url(img/menu_toi.png);
	background-position: 0px -56px;
}


/*---コンテンツ---*/

#container {
	width: 940px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.grid1, .grid2, .grid3, .grid4, .grid5, .grid6, .grid7, .grid8, .grid9, .grid10, .grid11 {
  float: left;
  display: inline;
  margin-left: 20px;
}
.grid1 {width: 60px;}
.grid2 {width: 140px;}
.grid3 {width: 220px;}
.grid4 {width: 300px;}
.grid5 {width: 380px;}
.grid6 {width: 460px;}
.grid7 {width: 540px;}
.grid8 {width: 620px;}
.grid9 {width: 700px;}
.grid10 {width: 780px;}
.grid11 {width: 860px;}
.first {margin-left: 0;clear: left;}

/*---コンテンツメイン部分---*/

#container .main_area {
	background-image: url(img/main_area.png);
	background-repeat: no-repeat;
	height: 192px;
	width: 453px;
	_height: 282px;
	_width: 603px;
	margin-bottom: 20px;
	padding-top: 90px;
	padding-right: 50px;
	padding-left: 100px;
	font-size: 18px;
	color: #333;
	line-height: 1.6;
}
#container .main_area a {
	color: #7C7032;
}
#container .main_area a:hover {
	color: #F9E88B;
}


/*---おすすめ---*/
.main_osusume {
	width: 592px;
	background: url(img/main_osusume_bottom.png) no-repeat bottom;
	margin-bottom: 25px;
}
.main_osusume .inner {
	width: 570px;
	_width: 592px;
	background: url(img/main_osusume_top.png) no-repeat;
	padding-top: 43px;
	padding-right: 11px;
	padding-bottom: 15px;
	padding-left: 11px;
}
.main_osusume .inner ul {
	width: 570px;
}
.main_osusume .inner ul li {
	float: left;
	display: block;
	width: 110px;
	margin-left: 4px;
	_margin-left: 3px;
}
.main_osusume .inner ul li a {
	color: #666;
	text-decoration: none;
}

.main_osusume	p {
	font-size: 14px;
}
#container #main_town {
	background-image: url(img/main_town.png);
	background-repeat: no-repeat;
	height: 271px;
	width: 602px;
	position: relative;
	margin-bottom: 15px;
}
#container #main_town p {
	position: absolute;
	height: 170px;
	width: 300px;
	left: 250px;
	top: 60px;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}


/*---コンテンツメイン写真枠---*/
#container .main_bukken_cat {
	width: 600px;
	min-height:250px;
	height: auto !important;
	height: 250px;
	margin-bottom: 23px;
	position: relative;
	padding-bottom: 12px;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7C7032;
	border-right-color: #CCC;
	border-bottom-color: #999;
	border-left-color: #CCC;
}
#container .main_bukken_cat .main_bukken_cat_migi {
	padding-right: 10px;
	padding-left: 130px;
}

#container .main_bukken_cat .imgue {
	position: absolute;
	left: 5px;
	top: 10px;
}
#container .main_bukken_cat .imgshita {
	position: absolute;
	left: 10px;
	top: 140px;
}
#container .main_bukken_cat .cat_title   {
	background-image: url(img/cat_title.png);
	background-repeat: no-repeat;
	padding-left: 35px;
	height: 30px;
	margin-bottom: 15px;
	line-height: 30px;
	margin-top: 10px;
	font-weight: bold;
}
#container .main_bukken_cat .table_bukken {
	padding-left: 130px;
}
/*---コンテンツメイン個別記事部分---*/
#container .kobetu_title {
	font-size: 18px;
	color: #333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #7C7032;
	width: 580px;
	margin-left: 5px;
}
#container .main_kobetu {
	width: 600px;
	min-height:170px;
	height: auto !important;
	height: 170px;
	margin-bottom: 15px;
	position: relative;
}
#container .main_kobetu p {
	padding-left: 130px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#container .main_kobetu img {
	position: absolute;
	left: 5px;
	top: 10px;
}
#container .main_waku {
	width: 600px;
	border: 1px solid #CCC;
	margin-top: 18px;
}
#container .main_waku p {
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 8px;
	margin-left: 15px;
}


/*---コンテンツサイド部分---*/
#container .grid4 .sub_new {
	background-image: url(img/sub_new_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 300px;
	padding-bottom: 42px;
	margin-bottom: 20px;
}
#container .grid4 .sub_new .sub_new_title {
	background-image: url(img/sub_new_top.png);
	background-repeat: no-repeat;
	height: 51px;
	width: 239px;
	_width: 300px;
	font-size: 18px;
	line-height: 51px;
	font-weight: bold;
	color: #333;
	padding-left: 61px;
}
#container .grid4 .sub_new .sub_new_main {
	background-image: url(img/sub_new_center.png);
	background-repeat: repeat-y;
	width: 300px;
}
#container .sub_new .sub_new_main ul li a{
	font-size: 12px;
	display: block;
	height: 35px;
	width: 270px;
	margin-left: 15px;
	text-decoration: none;
	margin-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-top: 5px;
}
#container .sub_new .sub_new_main ul li img {
	vertical-align: middle;
	margin-right: 5px;
}


#container .grid4 .sub_cat {
	width: 300px;
	margin-top: 15px;
}
#container .grid4 .sub_cat .sub_cat_p {
	padding: 12px;
}
#container .grid4 .sub_cat .sub_cat_title {
	font-size: 16px;
	line-height: 45px;
	font-weight: bold;
	color: #333;
	background-image: url(img/sub_cate.png);
	height: 45px;
	width: 245px;
	_width: 300px;
	padding-left: 55px;
	background-repeat: no-repeat;
}
#container .grid4 .sub_cat ul li a {
	background-image: url(img/sub_kiji.png);
	background-repeat: no-repeat;
	height: 46px;
	width: 265px;
	_width: 300px;
	margin-bottom: 3px;
	padding-left: 35px;
	line-height: 44px;
	color: #333;
	text-decoration: none;
	display: block;
}
#container .grid4 .sub_cat ul li a:hover {
	color: #B9A84B;
}


/*---フッター---*/
#footer {
	position: relative;
	clear: both;
	background-image: url(img/footer_back.png);
	background-repeat: no-repeat;
	height: 120px;
	width: 940px;
}
#footer p {
	color: #333;
	font-size: 12px;
	text-align: center;
	padding-top: 25px;
{
#footer #footer_mail {
	position: absolute;

}

