﻿/*@charaset "utf-8";*/

html *{
	margin:0;
	padding:0;
}
html{
	min-height: 100%;
	background:url("images/back.png");
}
body{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 13px;
	line-height: 1.6em;
	font-weight: normal;
	text-align:center;
	color:#250000;
}

img{
	border:none;
	vertical-align:bottom;
}
a{
	color:#ff7e7e;
	text-decoration:underline;
}
a:hover{
	color:#cacaca;
	text-decoration:none;
}


p{
    font-size: 13px;
	line-height: 1.6em;
	text-align:left;
}
ul{
	list-style-type: none;
}
li{
    font-size: 13px;
	text-align:left;
}


/*共通*/

#header{
	background:#fff;
}
#logo_back{
	height:115px;
	position:relative;
	overflow:hidden;
}
#btn_back{
	width:100%;
	height:54px;
	background:url("images/btn_back.jpg") repeat-x;
	position:relative;
	overflow:hidden;
}
#btn{
	width:1000px;
	margin:2px auto 0;
	position:relative;
	overflow:hidden;
}
#btn li{
	width:330px;
	float:left;
	position:relative;
	overflow:hidden;
}
.wrapper{
	width:1000px;
	text-align:center;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
.contents_frame{
	width:985px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
.midashi{
	margin:30px auto 20px;
}
.text_nakami{
	margin:0 20px 60px;
}
.smidashi{
	margin:0 0 20px;
}
.waku{
	padding:20px 15px;
	border: 2px solid #3d3115;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background:#fff;
	position:relative;
	overflow:hidden;
	margin-bottom:40px;
}
.waku_left{
	width:350px;
	margin-right:15px;
	position:relative;
	overflow:hidden;
	float:left;
}
.waku_right{
	width:584px;
	position:relative;
	overflow:hidden;
	float:left;
}
.title{
	text-align:left;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background:#e9d8ba;
	margin:10px 0 8px;
	padding:8px 8px 5px;
	line-height:1.5em;
	font-size:16px;
	font-weight:bold;
}
.waku_left_l{
	width:350px;
	margin-right:15px;
	position:relative;
	overflow:hidden;
	float:left;
}
.waku_right_l{
	width:510px;
	position:relative;
	overflow:hidden;
	float:left;
}
.copy{
	margin-top:30px;
	font-size:11px;
	text-align:center;
}


/*使いまわし*/

.hidden{
	display:none;
}
.bold{
	font-weight:bold;
}
.big{
	font-size:15px;
}
.big2{
	font-size:17px;
}
.small{
	font-size:12px;
}
.small2{
	font-size:11px;
}
.relative{
	position:relative;
	overflow:hidden;
}
.t_left{
	text-align:left;
}
.t_right{
	text-align:right;
}
.t_center{
	text-align:center;
}
.margin_t5px{
	margin-top:5px;
}
.margin_t10px{
	margin-top:10px;
}
.margin_b10px{
	margin-bottom:10px;
}
.margin_r10px{
	margin-right:10px;
}
.margin_r15px{
	margin-right:15px;
}
.margin_r20px{
	margin-right:20px;
}
.margin_t15px{
	margin-top:15px;
}
.margin_t1em{
	margin-top:1em;
}
.margin_t2em{
	margin-top:2em;
}
.margin_t20px{
	margin-top:20px;
}
.margin_t30px{
	margin-top:30px;
}
.margin_t50px{
	margin-top:50px;
}
.margin_t80px{
	margin-top:80px;
}

.red{
	color:#e50012;
}
.blue{
	color:#006e7b;
	font-weight:bold;
}

