@charset "utf-8";

/*
------------------------------------------------
Gloval Reset
------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,textarea,table,th,td,img{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;border: none;empty-cells:show;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,h1,h2,h3,h4,th,var,strong{font-style:normal;font-weight:normal;}
caption,th {text-align:left;}
li,dl{list-style:none;}
hr {display: none;}
img {vertical-align:bottom;border: none;}
a{text-decoration:underline;color:#333333;outline:none;}
a:hover{text-decoration:none;color:#333333;}

/*
------------------------------------------------
Text SET
------------------------------------------------*/
dt,dd,li,pre,p,blockquote,th,td,address,input,textarea{font-size:75%;line-height:1.6;color:#333333;}
h1,h2,h3,h4,h5,h6{font-size:75%;font-weight:normal;line-height:1.5;color:#333333;}

/*
------------------------------------------------
Other SET
------------------------------------------------*/
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix { display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*
------------------------------------------------
Margin SET
------------------------------------------------*/

.mb5 {margin-bottom: 5px;}.mb10 {margin-bottom: 10px;}.mb15 {margin-bottom: 15px;}.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}.mb30 {margin-bottom: 30px;}.mb35 {margin-bottom: 35px;}.mb40 {margin-bottom: 40px;}
.mb45 {margin-bottom: 45px;}.mb50 {margin-bottom: 50px;}.mb55 {margin-bottom: 55px;}.mb60 {margin-bottom: 60px;}



/*
------------------------------------------------
Common Layout
------------------------------------------------*/

#top {
	background: #F8F0E4 url(../img/top_bg_body.jpg) repeat-x 0 0;
}
body {
	background: #F8F0E4 url(../img/sub_bg_body.jpg) repeat-x 0 0;
}
#wrap {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
}

/* Header Layout */


#wrap #header #mainnavi {
	width: 935px;
	margin-right: auto;
	margin-left: auto;
}
#wrap #header #mainnavi li {
	float: left;
	width: 155px;
	border-right: 1px solid #612E03;
}
#wrap #header #mainnavi .last {
	border: none;
}

#wrap #header {
	margin: 0px auto 70px;
	padding: 0px;
	width: 960px;
}
#top #wrap #header {
	margin: 0px auto 70px;
	width: 100%;
}
#top #wrap #header h1 {
	padding-top: 0px;
	margin: 0px 0 31px;
	text-align: center;
}
#top #wrap #header h1 span {
	display: block;
}
#wrap #header h1 {
	padding-top: 34px;
	margin-bottom: 62px;
}


/* Contents Layout */

#wrap #main {
	margin: 0px auto;
	width: 940px;
	padding-bottom: 40px;
}
#wrap #main .contents {
	float: left;
	width: 700px;
}
#wrap #main .contents h2#titleh2 {
	background: url(../img/bg_title_h2.gif) repeat-x left bottom;
	padding-bottom: 5px;
	margin-bottom: 40px;
}

/* Sidearea Layout */

#wrap #main #sidearea {
	float: right;
	width: 200px;
}

/* Footer Layout */


#wrap #footer {
	margin: 0px auto;
	clear: both;
	width: 940px;
}
#wrap #footer p {
	text-align: right;
	background: url(../img/bg_footer.gif) repeat-x left bottom;
	padding-bottom: 13px;
	margin-bottom: 12px;
}
#wrap #footer address {
	padding-left: 3px;
	margin-bottom: 20px;
}


