@charset "utf-8";

/*============================================================
Default
============================================================*/

html,body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,
blockquote,th,td,p{
	margin:0;
	padding:0;
}

img,a img{border:none;line-height:0}
ul, ol, li, dl, dt, dd{list-style:none;}
table{border:0;}
th,td{padding:0;}
th{font-weight:normal;}
input,select,textarea{padding:2px;}
textarea { font-size:100%; }
html>/**/textarea {font-size:13px;}
fieldset{border:none;}
pre{font-family:monospace;}
address{font-style:normal;}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
}

body {
	width:100%;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size:83%;
	line-height:1.4;
	color:#333333;
	word-break:normal;
}

body#top {
	background:url(../img/header_bg.jpg) top repeat-x;
}

body#contents {
	background:url(../img/header_bg_contents.jpg) top repeat-x;
}



/*============================================================
Hyper text
============================================================*/

a { 
	text-decoration:none;
}

a:link,
a:visited {
	color:#3333cc;
}

a:hover,
a:focus,
a:active {
	text-decoration:underline;
}



/*============================================================
Clear
============================================================*/

.clearfix:after{
	content:".";
	display:block;
	height:0.1px;
	clear:both;
	visibility:hidden;
	overflow:hidden; 
}

.clearfix{
	min-height: 1%;
}

* html .clearfix{
	height: 1px;
	overflow: visible;
}


/*============================================================
Image
============================================================*/

.img_only{
	line-height:0;
}



/*============================================================
Layout
============================================================*/

#wrap{
	background:url(../img/header_main.jpg) no-repeat top center;
}

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

#main{
	padding-left:21px;
	padding-right:21px;
}

#content{
	float:left;
	margin-right: 20px;
	min-width: 607px;
	max-width:620px;
}

#side{
	float:right;
	width:245px;
}



/*============================================================
Header
============================================================*/

#header_box{
	background:url(../img/header_main.jpg) no-repeat top center;
}

#header{
	margin-bottom:18px;
}

#header_logo{
	float:left;
	width:600px;
}

#header_navi{
	float:left;
	margin-top:25px;
}

#header_navi li{
	background:url(../img/header_arrow.jpg) no-repeat 0 3px;
	padding-left:10px;
	margin-right:15px;
	float:left;
}

#header_navi li a{
	color:#333;
}

#header_eco{
	float:right;
	margin-right: 14px;
}



/*============================================================
Gloval navi
============================================================*/

/* メインメニュー 
------------------------------------------------------------*/
#global_navi{
}

#global_navi li{
	float:left;
}


/* サイドメニュー 
------------------------------------------------------------*/
#side li{
	margin-bottom:5px;
	line-height:0;
}
#side li img{

}


/*============================================================
Footer
============================================================*/

#footer{
	background:#3a6532;
	width:100%;
	padding-top:30px;
	padding-bottom:60px;
}

.footer-container{
	width: 898px;
	margin: 0 auto;
	padding-left:21px;
	padding-right:21px;
}

.footer-navi{
	padding-bottom:5px;
	margin-bottom:20px;
	border-bottom:2px dotted #fff;
}

.footer-navi li{
	float:left;
	background:url(../img/footer_line.png) no-repeat 0 3px;
	padding-left:8px;
	margin-left:6px;
	font-size:80%;
}

.footer-navi li.start{
	background:none;
	margin-left:0;
	padding-left:0;
}

.footer-navi li a{
	color:#fff;
}

.footer-logo li{
	float:left;
	color:#ffffff;
}

.footer-logo li.logo{
	margin-right:18px;
}



/*============================================================
Margin
============================================================*/
.bottom_margin160{
	margin-bottom:160px;
}

.bottom_margin60{
	margin-bottom:60px;
}

.bottom_margin50{
	margin-bottom:50px;
}

.bottom_margin45{
	margin-bottom:45px;
}

.bottom_margin40{
	margin-bottom:40px;
}

.bottom_margin35{
	margin-bottom:35px;
}

.bottom_margin30{
	margin-bottom:30px;
}

.bottom_margin25{
	margin-bottom:25px;
}

.bottom_margin20{
	margin-bottom:20px;
}

.bottom_margin15{
	margin-bottom:15px;
}

.bottom_margin10{
	margin-bottom:10px;
}

.bottom_margin8{
	margin-bottom:8px;
}

.bottom_margin5{
	margin-bottom:5px;
}

.bottom_margin3{
	margin-bottom:3px;
}


.top_margin30{
	margin-top: 30px;
}

.top_margin25{
	margin-top: 25px;
}

.top_margin20{
	margin-top: 20px;
}

.top_margin15{
	margin-top: 15px;
}

.top_margin10{
	margin-top: 10px;
}

.top_margin5{
	margin-top: 5px;
}

.top_margin3{
	margin-top: 3px;
}



/*============================================================
Font size
============================================================*/

.font_75{
	font-size:75%;
}

.font_80{
	font-size:80%;
}

.font_85{
	font-size:85%;
}

.font_90{
	font-size:90%;
}

.font_95{
	font-size:95%;
}

.font_110{
	font-size:110%;
}

.font_120{
	font-size:120%;
}

.font_130{
	font-size:130%;
}

.font_140{
	font-size:140%;
}



/*============================================================
Font color
============================================================*/

.color_red{
	color:#ff0000;
}

.color_gray{
	color:#999999;
}



/*============================================================
Border color
============================================================*/

.border_gray{
	border: 1px solid #aeaeae;
}

.border_beige{
	border:1px solid #efe9d5;
}



/*============================================================
Table
============================================================*/

.table{
	border-collapse:collapse;
}

.table th,
.table td{
	border:2px solid #fff;
	border-collapse:collapse;
	padding:2px;
}

.table th{
}

.table td{
	text-align:left;
}

.table_line{
	background:#f4f9fc;
}



/*============================================================
Form
============================================================*/

label{
	margin:0 12px 0 0;
}

.input_text{
	width:200px;
}

.input_zip{
	width:100px;
}

.input_address{
	width:390px;
}

.input_textarea{
	width:390px;
	height:100px;
}

.input_pulldown{
}

.form_text_block{
	margin-bottom:20px;
}

.form_button_block{
	margin:15px auto;
}

.form_error_block{
	height:200px;
	margin-bottom:20px;
}

.form_error_text{
	color:#ff0000;
}

.form_exe_title{
	margin-bottom:20px;
	font-size:110%;
	font-weight:bold;
}


