@charset "shift_jis";


/* clear
-------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}

img{
	border:0px;
	}
	
.clear {
	clear: both;
	height: 1px;
	line-height: 0;
	font-size: 0;
}

.float {
	float:left;
}

/* clearfix
-------------------------------------------*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}

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

/* body 
-------------------------------------------*/
body {
	line-height: 175%;
	letter-spacing: 0.05em;
	color: #000;
	font-size: 14px;
	font-family:Arial, Helvetica, verdana, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", Osaka, "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;		
	background-color: #f4f4ea;
}

	
/* main link
-------------------------------------------*/
a {
	color: #00f;
	}

a:visited {
	color: #00f;
	}

a:active {
	color: #00f;
	}

a:hover {
	color: #f00;
	}
	
/* wrapper
-------------------------------------------*/
#wrapper {
	width:974px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	text-align:left;
	background-image:url(../../images/bg01.gif);
	}
	
/* headder
-------------------------------------------*/
#header {
	width:974px;
	height:131px;
	background-image:url(../../images/bg_header01.jpg);
	}
	
#header h1{
	width:213px;
	margin-top:23px;
	margin-left:28px;
	float:left;
	}
	
#header_box01 {
	width:705px;
	height: 49px;
	float:left;
	}
	
#header h2{
	margin-left:7px;
	float:right;
	}
	
#header_box02{
	width:705px;
	padding-top:0px;
	float:left;
	}
	
/* main
-------------------------------------------*/
#main {
	width:934px;
	margin-left:28px;
	}
	
/* footer
-------------------------------------------*/
#footer01 {
	width:974px;
	height:41px;
	background-image:url(../../images/bg_footer01.jpg);
	background-repeat:no-repeat;
	}
	
#footer01 p{
	padding-left:844px;
	}
	
#footer01s {
	width:974px;
	height:24px;
	background-image:url(../../images/bg_footer02.jpg);
	background-repeat:no-repeat;
	clear:both;
	}
	
#footer02 {
	width:934px;
	padding:10px 0 12px 16px;
	background-color:#392e28;
	margin-left:12px;
	font-size:12px;
	color:#FFF;
	float:left;
	}
	
#footer02 address{
	font-size:10px;
	font-style:normal;
	color:#ccc;
	}
	
#footer02 a {
	color: #fff;
	text-decoration:none;
	}

#footer02 a:visited {
	color: #fff;
	}

#footer02 a:active {
	color: #f00;
	}

#footer02 a:hover {
	color: #f00;
	text-decoration:underline;
	}
	
#footer02_box01 {
	width:459px;
	float:left;
	}

#footer02_box02 {
	width:459px;
	text-align:right;
	padding-top:4px;
	float:left;
	}
	
#footer03 {
	width:934px;
	margin-left:12px;
	background-color:#564c40;
	padding:18px 0 0 16px;
	float:left;
	}
	
/* font_size
-------------------------------------------*/
.font_size24 {
	font-size:24px;
	line-height:1.6em;
	}

.font_size20_666b {
	font-size:20px;
	font-weight:bold;
	color: #666;
	}

.font_size18 {
	font-size:18px;
	}

.font_size14 {
	font-size:14px;
	font-weight:normal;
	}

.font_size12 {
	font-size:12px;
	font-weight:normal;
	}

.font_size11 {
	font-size:11px;
	line-height:1.25em;
	}
	
.size_up_bold{
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.55em;
	}
