
body{
	min-width: 958px;
}
/*------------------------------------

margin setting

--------------------------------------*/

.mb00 { margin-bottom: 0 !important; }
.mb05 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb13 { margin-bottom: 13px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb17 { margin-bottom: 17px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }

.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }

.mr00 { margin-right: 0 !important; }

.ml40 { margin-left: 40px !important; }

.pb35 { padding-bottom: 35px !important; }

.pr05{ padding-right: 5px !important; }
.pr10{ padding-right: 10px !important; }
.pr15{ padding-right: 15px !important; }
.pr16{ padding-right: 16px !important; }
.pr20{ padding-right: 20px !important; }

.pt05 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt13 { padding-top: 13px !important; }
.pt14 { padding-top: 14px !important; }
.pt17 { padding-top: 17px !important; }
.pt20 { padding-top: 20px !important; }
.pt22 { padding-top: 22px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }

/*------------------------------------

header

--------------------------------------*/

#header_wrapper{
	width:956px;
	height: 93px;
	margin: 15px auto 0 auto;
}

#header_wrapper .logo_area{
	float:left;
	margin-left: 3px;
	display: inline;
}
#header_wrapper h1{
	float:left;
	display: inline;
	font-size: 70%;
	color: #828282;
	margin-top: 15px;
	margin-left: 20px;
	font-weight: normal;
}
#header_wrapper .fontsize{
	width:155px;
	height: 27px;
	float:right;
	margin:3px 3px 0 0;
	display: inline;
}

#header_wrapper .fontsize ul#textSize{
	width:155px;
}

#header_wrapper .fontsize ul#textSize li{
	float:left;
	display:block;
}


#header_wrapper ul#gnavi_area{
	width:956px;
	height: 52px;
}

#header_wrapper ul#gnavi_area li{
	height: 52px;
	float:left;
	display:block;
}

#textSize {
	text-align: right;
	width: 155px;
	padding-top: 0;
}
/*-------------------------------

footer_gnavi

----------------------------------*/
#fgnavi_wrapper{
	width:950px;
	margin: 0 auto;
	min-width: 950px;
}

#fgnavi_wrapper ul.gnavi_area{
	width:950px;
}

#fgnavi_wrapper ul.gnavi_area li{
	float:left;
	display:block;
}

/*-------------------------------

footer

----------------------------------*/
#footer_wrapper{
	height:96px;
	background:#4f3926;
}

#footer_wrapper .footer_box{
	width:950px;
	margin:0 auto;
	position:relative;
}

#footer_wrapper .footer_box ul.footer_btn{
	width:305px;
	position:absolute;
	left: 17px;
	top: 40px;
}

#footer_wrapper .footer_box ul.footer_btn li{
	display:block;
	margin-right:15px;
	float:left;
}

#footer_wrapper .footer_box .logo{
	position:absolute;
	top:32px;
	left:382px;
	
}

#footer_wrapper .footer_box .copyright{
	position:absolute;
	top:41px;
	left:647px;
}


/*-------------------------------

パン屑

----------------------------------*/

#topicPath {
	padding: 10px 4px 10px 4px;
	font-size: 11px;
}
#topicPath li {
	float: left;
}


/* clearfix */

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */




#container {
	width: 960px;
	margin: 0 auto;
}


/* メインサイトと共通化したnavigation */

#gNav {
	clear: both;
}
#gNav li {
	float: left;
	text-align: center;
	width: 136px;
}
#gNav li a {
	display: block;
	height: 48px;
	line-height: 48px;
	background: #4f3926;
	color: #fff;
	border-right: 1px solid #2b1e11;
	border-left: 1px solid #685443;
}
#gNav li a:hover {
	background: #2B1E11;
	text-decoration: none;
}
#gNav li:last-child a {
	border-right: none;
}

#fNav {
position: relative;
background: #4f3926;
margin-bottom: 20px;
padding-top: 15px;
padding-bottom: 15px;
overflow:hidden;
}
#fNav ul:first-child {
border-left: none;
}
#fNav ul li {
margin-left: 20px;
margin-bottom: 10px;
padding-left: 10px;
background-position: 0 -1316px;
}
#fNav ul li {
background-image: url("/wp-content/themes/meganesuper/shared/img/sprite.png");
background-repeat: no-repeat;
}
#fNav ul li a {
color: #fff;
text-decoration: none;
}
#fNav .last, #fNav li:last-child {
border-right: none !important;
}
#fNav ul {
float: left;
width: 236px;
height: 190px;
border-right: 1px solid #2b1e11;
border-left: 1px solid #685443;
}
