@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:"ヒラギノ明朝 ProN","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
	font-size:12px;
/*	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:#7e6b5a;
}

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
============================================================*/

#container{
	width: 962px;
	margin: 20px auto 20px;
}

#side{
	float:left;
	width:280px;
}

#main{
	float:right;
	width:658px;
}

#main-top{
}

#content{
}




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



/*============================================================
Footer
============================================================*/
#footer{
	color:#9f8f51;
	text-align:center;
	margin-bottom:20px;
}



/*============================================================
Margin
============================================================*/

.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{
	text-align:right;
	margin-right:20px;
}

.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;
}


