/*
汎用スタイルシート
*/


* {
	margin:0;
	padding:0;
	/*font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,'ＭＳ Ｐゴシック','メイリオ',Meiryo,sans-serif;*/
}
#subtitle {
	margin-bottom:15px;
	border-bottom:solid 4px #8ac43f;
	font-size:22px;
	padding-bottom:5px;
}

body {
	color:#646464;
	line-height:170%;
	font-size: 13px; /* modern browser */
	*font-size: small; /* IE 7 */
	*font: x-small; /* IE 6 */
	border-top:15px solid #44ad27;
}

.clr {clear:both}
.clrR {clear:right;}
.clrL {clear:left;}
.fir {display:none;}

.left {	float:left}
.right {float:right}

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

p {	margin:0; padding:0;}
ul,li { list-style-type:none; margin:0px; padding:0px; }
dl,dt,dd {margin:0; padding:0;}
img { border:none}


h1 { font-size:1.34em; font-weight:normal; margin:0; }
h2 { font-size:1.27em; font-weight:normal; margin:0; }
h3 { font-size:1.14em; font-weight:normal; margin:0; }
h4 { font-size:0.88em; font-weight:normal; margin:0; }
h5 { font-size:0.74em; font-weight:normal; margin:0; }
h6 { font-size:0.62em; font-weight:normal; margin:0; }

.font-1 { font-size:1.34em; font-weight:normal; margin:0; }
.font-2 { font-size:1.27em; font-weight:normal; margin:0; }
.font-3 { font-size:1.14em; font-weight:normal; margin:0; }
.font-4 { font-size:0.88em; font-weight:normal; margin:0; }
.font-5 { font-size:0.74em; font-weight:normal; margin:0; }
.font-6 { font-size:0.62em; font-weight:normal; margin:0; }

a:link,a:visited { text-decoration:none;color:#0076c8;}
a:hover,a:active { text-decoration:underline;color:#27a6ff;}


/* ヘッダー */

#header {
	width:930px;
	margin:0 auto;
	padding:22px 0;
}
#header .headerLogo {
	float:left;
	width:150px;
}
#header #headerInner {
	width:930px;
	height:200px;
	margin:0 auto;
	background:url(../img/header_bg.gif) no-repeat left top;
}
#header h1 {
	display:none;
}
#header ul#headerMenu {
	float:right;
	width:235px;
	line-height:70%;
	padding:15px 0;
}
#header ul#headerMenu li {
	float:left;
	border-right:1px solid #36849e;
	padding:0 7px;
	font-size:78%;
}
#header ul#headerMenu li.listEnd {
	padding-right:0px;
	border-right:none;
}
#header ul#headerMenu li a {
	color:#000;
}
#header ul#headerMenu li a:hover {
	text-decoration:underline;color:#007cdd;
}

/* パンくずリスト */

#breadCrumb {line-height:normal;color:#666;padding:0 0 40px;}
#breadCrumb ul {}
#breadCrumb li {float:left;	font-size:80%;}
#breadCrumb li a {
	float:left;
	background:url(../img/right_arrow.gif) no-repeat right center;
	margin-right:10px;
	padding-right:15px;

}

/* 共通フレーム */
ul#gNavi {
	width:714px;
	float:right;
	padding:25px 0;
}
ul#gNavi li {
	float:left;
	width:126px;
	height:34px;
}
ul#gNavi li a {
	width:126px;
	height:34px;
	display:block;
	text-align:center;
}
ul#gNavi li.listEnd {
	width:84px;
}
ul#gNavi li.listEnd a {
	padding-left:20px;
	width:64px;
}
#container {
	width:930px;
	margin:0 auto;
	background-color:#fff;
}
#container .containerBottom {
	clear:both;
	text-align:right;
}
#container #leftSideUnit {
	width:210px;
	float:right;
}
#container #leftSideUnit p {
	margin-bottom:10px;
}
#container #leftSideUnit ul.searchItem {
	padding:0 7px 15px;
	line-height:100%;
}
#container #leftSideUnit ul.bannerList {
	line-height:0.5em;
}
#container #leftSideUnit ul.bannerList li {
	padding:0 0 15px;
}
#container #leftSideUnit ul.searchItem li a {
	padding:0px 0 7px 17px;
	background:url(../img/left_icon_out.gif) no-repeat 0 0;
	display:inline-block;
}
#container #leftSideUnit ul.searchItem li a:hover {
	background:url(../img/left_icon_ovr.gif) no-repeat 0 0;
	display:inline-block;
}

#container h2.subTitle {
	margin-bottom:30px;
	font-size:22px;
	padding-bottom:10px;
	border-bottom: solid 4px #8ac43f;
}
#contentsArea {
	width:700px;
	float:left;
}
#contentsInner {
	width:670px;
	margin:0 auto;
}
.contentsBox {
	border-bottom:#646464 dotted 1px;
	margin-bottom:20px;
	padding-bottom:30px;
	}

#contentsInner h3 {
	margin-bottom:15px;
}
#contentsInner p {
	margin-bottom:20px;
}
.testBox {width:300px;margin-right:20px;height:200px;background-color:#333;float:left;}

.layoutTable {
	width:100%;
	border:0;
	border-collapse:collapse;
	margin-bottom:30px;
}
.layoutTable td {padding:0;}

/* サブページ */

#subTitleArea {margin-bottom:30px;clear:both;}
#subTitleArea h2 {padding:5px 0 5px;}
#subTitleArea h3 {
	background-image: url(../img/ber_01.gif);
	padding-bottom: 5px;
	padding-left: 35px;
	background-repeat: no-repeat;
}
#container .smallTitle {
	height:25px;
	border-bottom:dotted 1px #090;
	clear:both;  
	padding:10px 0px 0px 30px;
	font-weight: bold;
	color: #060;
	background:url(../img/green_circle.gif) 0 7px;
	background-repeat: no-repeat;
	margin-bottom:20px;
}
#container .detailTitle {
	font-weight:bold;
	margin-bottom:10px;
}
#container .guidePhoto {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
	border:solid 1px #999;
}
ul.Attention { margin:0 0 30px;font-size:77%;color:#999;line-height:130%}
ul.Attention li {
	background:url(../img/att_sign.gif) no-repeat 0 3px;
	margin-bottom:5px;padding-left:10px;
}

ul.subMenuList{ margin-left:12px;}
ul.subMenuList li {
	    padding:0px 21px 0px; 
		display:block; color:#333; text-decoration:none; background:url(../img/menu_arriw_right.gif) no-repeat 0 2px;
		margin-bottom:10px;
}
ul.subMenuList li.leftArrow {
	    background:url(../img/menu_arriw_left.gif) no-repeat left;
}
 .unitPost {
	clear:both;
	margin-bottom:30px;
}
ul#formLogin {
	margin-top:40px;
	float:right;
}
ul#formLogin li {
	margin-top:10px;
	text-align:left;
	margin-bottom:15px;
}



/* 開閉式メニュー */
.vmenuitem{cursor:pointer; background:url(../img/menu_arriw_right.gif) left no-repeat; padding-left:21px; margin-bottom:5px;}
.vmenu_on, .vmenu_off{ margin-bottom:5px;}
.vmenu_on .vmenuitem{ margin-left:12px;background:url(../img/menu_arriw_down.gif) left no-repeat; padding-left:21px; margin-bottom:30x;}
.vmenu_off .vmenuitem{ margin-left:12px;}
.vmenu_on ul{display:auto; margin-left:32px;}
.vmenu_off ul{display:none;}


/*rightcolumnメニュー */
.subMenuTitle {
	border-top:#646464 dotted 1px;
	border-bottom:#646464 dotted 1px;
	padding:2px 0;
	margin-bottom:10px;
}


ul.subMenuList{ margin-left:12px;}
ul.subMenuList li {
	    padding:0px 21px 0px; 
		display:block; color:#333; text-decoration:none; background:url(../img/menu_arriw_right.gif) no-repeat left top;
		margin-bottom:5px;
}
ul.subMenuList li.leftArrow {
	    background:url(../img/menu_arriw_left.gif) no-repeat left;
}


/* フッター */

#footer {
	color:#fff;
	text-align:right;
	line-height:100%;
	background-color:#44ad27;
}
.footerTop {
	background:url(../img/footer_bg.gif) no-repeat left top;
	width:930px;
	height:36px;
	margin:0 auto;
	clear:both;
}
.footerInner {
	width:930px;
	margin:0 auto;
	padding:15px 0 40px;
}
#footer .footerLink {
	margin-bottom:6px;
	font-size:78%;
}
#footer .footerLink .smItem a {
	padding-left:7px;
	margin-left:5px;
	border-left:1px solid #cec;
	color:#fff;
}
#footer #copyright {
	font-size:85%;
}


/* テキスト装飾 */

.textred {color:#f00;}/* レッド */
.textred2 {color:#b00;}/* レッド2 */
.textgreen2 {color:#0b0;}/* グリーン */
.textblue2 {color:#00b;}/* ブルー */
.textorange {color:#f80;}/* オレンジ */
.textpink {color:#f48;}/* ピンク */
.textpurple {color:#70c;}/* パープル */

.alignCenter {text-align:center;}
.fontBold {font-weight:bold;}


/* margin-bottom */
.marginAuto {margin-left:auto;margin-right:auto !important;}
.marginBottom0 {margin-bottom:0px !important;}
.marginBottom10 {margin-bottom:10px !important;}
.marginBottom20 {margin-bottom:20px !important;}
.marginBottom30 {margin-bottom:30px !important;}
.marginBottom40 {margin-bottom:40px !important;}
.marginBottom50 {margin-bottom:50px !important;}
.marginBottom60 {margin-bottom:60px !important;}
.marginBottom70 {margin-bottom:70px !important;}
.marginBottom80 {margin-bottom:80px !important;}
.marginBottom90 {margin-bottom:90px !important;}

/* margin-left,margin-right */
.marginLeft0 {margin-left:0px !important;}
.marginLeft10 {margin-left:10px !important;}
.marginLeft20 {margin-left:20px !important;}
.marginLeft30 {margin-left:30px !important;}
.marginLeft40 {margin-left:40px !important;}
.marginLeft50 {margin-left:50px !important;}
.marginRight0 {margin-right:0px !important;}
.marginRight10 {margin-right:10px !important;}
.marginRight20 {margin-right:20px !important;}
.marginRight30 {margin-right:30px !important;}
.marginRight40 {margin-right:40px !important;}
.marginRight50 {margin-right:50px !important;}

/* margin-top */
.marginTop0 { margin-top:0px !important; }
.marginTop10 { margin-top:10px !important; }
.marginTop20 { margin-top:20px !important; }
.marginTop30 { margin-top:30px !important; }
.marginTop40 { margin-top:40px !important; }
.marginTop50 { margin-top:50px !important; }
.marginTop60 { margin-top:60px !important; }
.marginTop70 { margin-top:70px !important; }
.marginTop80 { margin-top:80px !important; }
.marginTop90 { margin-top:90px !important; }
.marginTop100 { margin-top:100px !important; }




