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

*{ margin: 0; padding: 0;}
html{}
body{
	background: url(../img/bg.png) repeat center 0;
	color: #434343;
	font: 12px/180% "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3",Verdana,sans-serif;
	height: 100%;
}

/*------------------------------------------------------------
 style
-------------------------------------------------------------*/
img{ border: 0;}

a{ color: #006d45; outline:none;}
a:hover{ color: #d6003b; text-decoration: none;}

:focus { -moz-outline-style: none;}
ul, li, ol{ list-style: none;}
li img, dt img, dd img { vertical-align: top;}

.brown{ color: #631d0e;}
.red{ color: #d6003b}
.green{ color: #006d45;}
.yellow{ color: #ffef90;}
.gray{ color: #f0ebe1;}

.fs10{ font-size: 10px; line-height: 150%;}
.fs11{ font-size: 11px; line-height: 20px;}
.fs12{ font-size: 12px;}
.fs13{ font-size: 13px;}
.fs14{ font-size: 14px;}
.fs17{ font-size: 17px;}
.bold{ font-weight: bold;}

.alnR{ text-align: right;}
.alnC{ text-align: center;}
.alnL{ text-align: left;}
.valM{ vertical-align: middle;}

.posA{
	position: absolute;
	top: 8px;
}
.posR{ position: relative;}
.fltL{ float: left;}
.fltR{ float: right;}
.fltR2{
	clear: both;
	float: right;
}
.clear{ clear: both;}
.clearfix:after{
  height: 0;
  display: block;
  clear: both;
  content: " ";
}

.mt0{ margin-top: 0;}
.mt10{ margin-top: 10px;}
.mt15{ margin-top: 15px;}
.mt20{ margin-top: 20px;}
.mt35{ margin-top: 35px;}
.mt60{ margin-top: 60px;}
.mb10{ margin-bottom: 10px;}
.mb15{ margin-bottom: 15px;}
.mb20{ margin-bottom: 20px;}
.mb35{ margin-bottom: 35px;}
.mb40{ margin-bottom: 40px;}
.mb50{ margin-bottom: 50px;}
.mb60{ margin-bottom: 60px;}
.mb80{ margin-bottom: 80px;}
.pb0{ padding-bottom: 0;}
.pb5{ padding-bottom: 5px;}
.pb10{ padding-bottom: 10px;}
.pb35{ padding-bottom: 35px;}
.pb60{ padding-bottom: 60px;}
.pl10{ padding-left: 10px;}
.pl5{ padding-left: 5px;}

hr.dotline{
	height: 1px;
	line-height: 1;
	border: none;
	outline: none;
	background: url(../img/dotline01.png) repeat-x 0 0;
	margin:5px 0px ;
}

/*------------------------------------------------------------
 block
-------------------------------------------------------------*/
#wrapper{
	width: 976px;
	margin: 0 auto;
}
#header{
	position: relative;
	height: 150px;
	background: url(../img/bg_header.png) no-repeat;
}
h1{
	position: absolute;
	top: 45px;
	left: 14px;
	z-index: 99;
}
#gnavi{
	position: absolute;
	height: 59px;
	top: 68px;
	right: 22px;
	z-index: 1;
}
#gnavi li{ float: left;}
#gnavi li:after{
	height: 0;
	display: block;
	clear: both;
	content: " ";
}
#topicpath{
	position: absolute;
	bottom: 6px;
	right: 28px;
	font-size: 11px;
	line-height: 1;
}
#contents{
	position:relative;
	width: 934px;
	padding: 0 20px 15px 22px;
	background: url(../img/bg_contents.png) repeat-y;
}
#sidebar{
	position: absolute;
	width: 180px;
	top: 1px;
	right: 20px;
	text-align: left;
}
#snavi li:first-child{
	padding: 16px 0 0 0;
	background: url(../img/bg_snavi_t.png) no-repeat 0 0;
}
#snavi li.last,
#snavi li:last-child{
	padding: 0 0 16px 0;
	background: url(../img/bg_snavi_b.png) no-repeat 0 bottom;
}
.sideinfo{
	margin-top: 10px;
	padding-left: 4px;
	position: relative;
}
.sideinfo p{
	font-size:10px;
	display:block;
	position:absolute;
	left: 48px;
	top: 51px;
}
.sideinfo a.posA{
	display: block;
	position: absolute;
	left: 10px;
	top: 73px;
}
.moduleA{
	width: 742px;
	padding: 0 0 30px 0;
	background: url(../img/bg_moduleAb.png) no-repeat bottom;
}
.moduleA h2{
	width: 672px;
	padding: 32px 35px 25px 35px;
	background:url(../img/bg_moduleAt.png) no-repeat top;
}
.inner, .inner02{
	width: 672px;
	padding: 0 35px;
	background: url(../img/bg_moduleAm.png) repeat-y;
}
.inner p{ padding: 10px 0 5px 0;}
.inner p.pt0{ padding-top: 0;}

.inner02 p{
	width: 592px;
	margin: 0 auto 20px auto;
}
.moduleB{
	width: 930px;
	padding: 0 0 15px 0;
	position: relative;
	background: url(../img/bg_moduleBb.png) no-repeat bottom;
}
.moduleB h2{
	width: 895px;
	padding: 0 35px 14px 0px;
	background:url(../img/bg_moduleBt.png) no-repeat top;
}
.moduleB .inner{
	width: 860px;
	padding: 0 35px;
	background: url(../img/bg_moduleBm.png) repeat-y;
}

#footer{
	width: 936px;
	height: 80px;
	padding: 6px 20px 0 35px;
	background: url(../img/bg_footer.png) no-repeat;
	font-size: 11px;
	line-height: 1;
	vertical-align: middle;
}

#footer ul{
}
#footer a{ text-decoration: none;}
#footer li{
	float: left;
	text-align: right !important;
}
#footer li.footer_attention{
	vertical-align:middle;
}
#footer li.footer_link{
	text-align:right;
	width:735px;
	padding:5px 0;
}
#footer li.footer_link a{
	margin:0 5px;
	}

#footer .copyright{
	clear:both;
	color: #006d45;
	text-align:center;
	padding:15px 0;
	}
	
/* beigeBlock共通設定
--------------------------*/
.beigebox01{
	width: 592px;
	margin: 0 auto 20px auto;
	padding: 0 0 16px 0;
	line-height: 190%;
	background: url(../img/bg_beige01b.png) no-repeat 0 bottom #f0ebe1;
	color: #641e0f;
}
.beigebox01 .ttl{
	padding: 15px 20px 0 20px;
	background: url(../img/bg_beige01t.png) no-repeat 0 top #f0ebe1;
}
.beigebox02{
	width: 672px;
	margin: 0 auto 20px auto;
	padding: 0 0 10px 0;
	line-height: 190%;
	background: url(../img/bg_beige02b.png) no-repeat 0 bottom #f0ebe1;
	color: #641e0f;
}
.beigebox02 p{ padding: 0 20px; margin:0;}
.beigebox02 .ttl{
	padding: 17px 20px 0 20px;
	background: url(../img/bg_beige02t.png) no-repeat 0 top #f0ebe1;
}
.beigebox02 dl{ padding: 17px 20px 0 20px; line-height: 1;}
.beigebox02 dt{ float: left; color: #006d45; font-weight: bold;}
.beigebox02 dd{ padding: 0 0 15px 75px;}

.inner02 .beigebox01 p{ padding: 0 20px; margin:0;}


/* greenTable共通設定
--------------------------*/
.greenTbl{
	width: 100%;
	margin: 10px 0 45px 0;
	border: 1px solid #80b7a3;
	text-align: left;
	line-height: 180%;
}
.greenTbl th{
	width: 112px;
	padding: 10px 0 10px 10px;
	border: 1px solid #80b7a3;
	background: #cce2da;
	color: #006e46;
	vertical-align: top;
	text-align: left;
}
.greenTbl th.red{
	background: #f9d9e2;
	border-right: 1px solid #d7003c;
	color: #d7003c;
}
.greenTbl td{
	padding: 10px 0 10px 12px;
	vertical-align: top;
	color: #434343;
	border: 1px solid #80b7a3;
}
.greenTbl .green{ color: #006e46;}
.greenTbl a.disB{ display: block; margin: 8px 0 3px 0;}


/*------------------------------------------------------------
 /news/
-------------------------------------------------------------*/
#whatsnew .moduleB h2,
#storenews .moduleB h2{
	width: 895px;
	padding: 0 35px 14px 0px;
	background:url(../img/bg_moduleBt.png) no-repeat 0 -5px;
}


.article{
	width: 630px;
	margin-bottom: 45px;
	clear: both;
}
.article:after{
  height: 0;
  display: block;
  clear: both;
  content: " ";
}
.article .date{
	color: #999;
	font-size: 10px;
	padding: 0;
	line-height: 120%;
}
.article h3{
	color: #006e46;
	padding: 8px 0 12px 0;
	font-size: 16px;
	border-bottom: 1px solid #b2d4c8;
}
#newsbar{
	position: absolute;
	width: 200px;
	top: 74px;
	right: 35px;
	text-align: left;
	padding-top: 6px;
	background: url(../img/bg_newslist_t.png) no-repeat 0 0 #f0ebe1;
}
ul#newslist{
	width: 180px;
	padding: 0 10px;
	background: url(../img/bg_newslist_b.png) no-repeat 0 bottom #f0ebe1;
}
ul#newslist li{
	padding: 5px 0 14px 0;
	background: url(../img/dotline02.png) repeat-x 0 bottom #f0ebe1;
}
ul#newslist li.last,
ul#newslist li:last-child{
	padding-bottom: 16px;
	background-image: none;

}

ul#newslist .date{
	color: #999;
	font-size: 10px;
}
ul#newslist h3{
	font-weight: normal;
	font-size: 11px;
	line-height: 130%;
}

/*------------------------------------------------------------
 /privacy/
-------------------------------------------------------------*/
#ppolicy .moduleA h4{
	width: 592px;
	margin: 0 auto 3px auto;
	color: #006d45;
}
#ppolicy .moduleA p{
	padding-left: 12px;
	width: 580px;
}
#ppolicy .moduleA p.pl0{
	padding-left: 0;
	width: 592px;
}

/*------------------------------------------------------------
 IE7 warning
-------------------------------------------------------------*/
#noscript_box{
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin: 10px 0;
	padding: 10px 0;
	border: 1px solid #000;
	width: 100%;
	background: #111;
}
#warning_box{
	color: #000;
	padding: 0 160px;
	border: 4px solid #d6003b;
	height: 65px;
	background: #fff;
	clear: both;
	position: relative;
}
#warning_box p{
	line-height: 23px;
	padding: 10px 0 10px 70px;
	background: url(../img/alert.gif) no-repeat left center;
	position: relative;
}
#warning_box strong{
	font-size: 14px;
	font-weight: bold;
}
#warning_box img{
	position: absolute;
	top: 5px;
	right: 40px;
}

/*------------------------------------------------------------
 プルダウン
-------------------------------------------------------------*/
/* This is the default class that is used */
/* Put whatever custom styles you want here */
.customSelect{
	background: url(../img/bg_pulldown.png) no-repeat;
	width: 147px;
	height: 29px;
	padding: 13px 0 0 15px;
	font-size: 13px;
	line-height: 1;
	color: #006d45;
	cursor: pointer;
}
.customSelect.customSelectHover {
/* Styles for when the select box is hovered */
}

.customSelect.customSelectOpen {
/* Styles for when the select box is open */
}

.customSelect.customSelectFocus {
/* Styles for when the select box is in focus */
}

.customSelectInner {
/* You can style the inner box too */
	cursor: pointer;
	width: 140px;
}
