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

/*------------------------------------------------------------------------全体フォーマット*/
body {font-size: 16px;color: #000;line-height: 1.6;background:url(../images/header_bg.jpg) top repeat-x; margin:8px 0 0 0;}

#main a:hover img{filter: alpha(opacity=70);-moz-opacity:0.70;opacity:0.70;}

.imgover { cursor:pointer; }


#pagetop {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index:100;
}

.txt_12{
	font-size:12px;
}

h2 {
	border-left: 6px solid #FF9900;
	border-right: 1px solid #FF9900;
	border-bottom: 1px solid #FF9900;
	border-top: 1px solid #FF9900;
	font-size: 16px;
	padding:8px 10px;
	margin-bottom:30px;
	color:#46332C;
}

h3 {
	border-left: 5px solid #FF9900;
	background-color:#49332D;
	font-size: 16px;
	padding:8px 10px;
	margin-bottom:5px;
	color:#fff;
	width:100%;
/*	width:315px;
*/}


/*--------------------------------------------------------------------共通*/
.clear{clear:both;}
.fl_l{float:left;}
.fl_r{float:right;}

.center { text-align: center; }
.strong{font-weight:bold;}
.font12px{font-size:1.2em;}
.font14px{font-size:1.4em; font-weight:bold; color:#F00;}
.mrg_top5{margin-top:5px;}
.mrg_top10{margin-top:10px;}
.mrg_top15{margin-top:15px;}
.mrg_top20{margin-top:20px;}
.mrg_top50{margin-top:50px;}
.mrg_btm5{margin-bottom:5px;}
.mrg_btm10{margin-bottom:10px;}
.mrg_btm15{margin-bottom:15px;}
.mrg_btm20{margin-bottom:20px;}
.mrg_btm30{margin-bottom:30px;}
.mrg_btm40{margin-bottom:40px;}
.mrg_btm50{margin-bottom:50px;}
.mrg_btm90{margin-bottom:90px;}
.mrg_left30{margin-left:30px;}
.mrg_left5{margin-left:5px;}
.mrg_left7{margin-left:7px;}
.mrg_left10{margin-left:15px;}
.mrg_left35{margin-left:35px;}
.mrg_left100{margin-left:100px;}
.mrg_left150{margin-left:150px;}
.mrg_left180{margin-left:180px;}
.mrg_right10{margin-right:10px;}
.mrg_right20{margin-right:20px;}
.mrg_right35{margin-right:35px;}
.pdg_btm40{padding-bottom:40px;}
.red{font-weight:bold; color:#ff0000;}

.txt_14{font-size:14px;}
/*------------------------------------------------------------------------リンク文字色*/
a:link			 {color:#46332C;text-decoration:none;}
a:visited		 {color:#46332C;text-decoration:none;}
a:active		 {color:#46332C;text-decoration:none;}
a:hover			 {color:#46332C;text-decoration:underline;}

/*------------------------------------------------------------------------全体レイアウト*/
.wrapper{width:940px; margin:0 auto 0 auto;}

#contents{position:relative; margin-top:0px; width:650px; float:left;}

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

/*------------------------------------------------------------------------clearfixハック*/
#contents:after,
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#contents,
.clear {display: inline-block;}
/* Hides from IE-mac \*/
* html #contents,
* html .clear {height: 1%;}
#contents ,
.clear {display: block;}
/* End hide from IE-mac */


/*------------------------------------------------------------------------contents_wrapper*/
.contents_wrapper{
	width:940px;
	margin:25px auto 50px auto;
}




/*------------------------------------------------------------------------header*/

#header{width:100%; background-color:#49332D;
margin:0; padding:0;}

.header_wrapper{
	width:940px;
	margin:0 auto;
	padding-top:20px;
	height:145px;
	}

#header p{float:left}

/*#header .contact{float:right;
margin-bottom:20px;}*/

ul.contact {
	width:596px;
    padding:0;
    font-size:0px;
	float:right;
}
ul.contact li {
    display: inline-block;
	padding-top:4px;
	margin-right:12px;
	float:left;
}
ul.contact li.con_last {
	padding-top:0px;
	margin-right:0px;
}

#header .contact{float:right;
margin-bottom:20px;}


#header .gnav{
	clear:both;
	overflow:hidden;
	width:710px;
}

#header .gnav li{
	float:left;
}

#header .logo{
	float:left;
	position:relative;
}

/*------------------------------------------------------------------------footer*/

#footer{width:100%; background-color:#49332D;
margin:0; padding:0;}

.footer_wrapper{
	width:940px;
	margin:0 auto;
	padding:20px 0 30px 0;
	color:#fff;
	font-size:14px;	
	}
	
#footer .footer_text{
	width: 610px;
	border-top: 1px solid #FFFFFF;
	padding-top:15px;
	margin:15px 0 0 0;
	}

#footer .footer_left{
	float:left;
	}


#footer .contact{float:right;vertical-align:middle;
margin-bottom:20px;}

#footer .gnav{
	clear:both;
	overflow:hidden;
	width:710px;
}

#footer li{
	display:inline;
	margin-right:30px;
}

#footer .txt_16b{
	font-size:16px;
	font-weight:bold;
}

.footer_logo{
	float:right;
	margin:25px 25px 0 0;
}
/*------------------------------------------------------------------------sidebar*/
#side{
	float:right;
	width:231px;

}
.side_li ul{
	width:231px;
	background-color: #FFF0D9;
}

.side_li{
	background-color: #FFF0D9;
}

.side_li li{
	background:url(../images/arrow.gif) left center no-repeat;
	margin:0 10px;
	padding:10px 0 10px 24px;
	vertical-align:middle;
	border-bottom:solid 1px #999;
	font-size:14px;
}

.side_li_last{
	border-bottom:none !important;
}


.side_contact{
	width:230px;
	height:237px;
	background:url(../images/side_contact_bg.gif) no-repeat;
	margin:15px 0 0 0;
	padding:180px 0px 0px 10px;
}
#side .side_bnr{
	margin-top: 15px;
}
#side .side_bnr li{
	margin-top: 10px;
}
/*------------------------------------------------------------------------パンくず*/
.pan{
	font-size:12px;
	width:940px;
	margin:0 auto;
	padding:8px 0 0 195px;
	display:block;
	}
