@charset "utf-8";

/* init */
body, form, fieldset,p,h1,h2,h3 {
    margin: 0;
    padding: 0;
}
body {
    background-color: #FFFFFF;
    color: #333333;
    font-size: 80%;
    line-height: 1.5em;
}
a img{
	border: none;
	}
a:link{
	color: #6B3912;
	}
a:visited{
	color: #6B3912;
	}
a:hover{
	color: #C46E2B}


/* レイアウト */
#main_wrapper{
background: url(../images/bg_main.png) 50% top repeat-x;
	height: 440px;
}
#mainImg{
	width: 900px;
	height: 400px;
	margin: 0 auto;
}
#contents_wrapper{
	background:url(../images/bg.gif) repeat-y #f1fdff 50% top;
	margin: 0 auto;
}
.contents_1,.contents_2,.contents_3{
	position: relative;
	width: 850px;
	margin: 0 auto 25px;
	border: 1px solid #ffcd03;
	}

.contents_4{
	position: relative;
	width: 850px;
	height: 440px;
	margin: 25px auto 25px auto;
	border: 1px solid #ffcd03;
	}

.contents_4 img{
	position: absolute;
	top: -50px;
	left: 5px;
}
	
.contents_1{
	border-color: #ffcd03;
	background-color: #ffed25;
	padding: 25px;
	}
.contents_2{
	border-color: #ffcd03;
	background-color: #ffed25;
	padding: 25px;
	}
.contents_3{
	border-color: #60c505;
	background-color: #a1dc01;
	padding: 25px;
	}
.contents_4{
	border-color: #ffcd03;
	background-color: #ffed25;
	padding: 25px
	}


#footer_wrapper{
	height: 470px;
	background: url(../images/img_grass.png) repeat-x bottom;
	}
#footer{
	width: 900px;
	height: 470px;
	margin: 0 auto;
	}


/* パーツ */
.btn_best{
	display: block;
	margin: 0 auto;
	}
h1{
	margin-bottom: 15px;
	}
.table01{
	border-collapse: collapse;
	width: 613px;
	margin: 5px 0 0 0;
}
.table01 td,.table01 th{
	border-top: 1px dotted #8b3f0c;
	border-bottom: 1px dotted #8b3f0c;
	font-size: 13px;
	text-align: left;
	vertical-align: middle;
	padding: 10px 0;
	background-color: #ffffff;
}
.table01 th{
	font-size: 15px;
	font-weight: normal;
	color: #c26000;
	padding-left: 15px;
	width: 20%;
}
.txt_field{
	background-color: #FFF;
	padding: 15px;
	margin-bottom: 20px;
	}
	
.txt_field02{
	background-color: transparent;
	margin-bottom: 15px;
	}


/* padding margin */
.maT20{
	margin-top:20px;
	}
.maB15{
	margin-bottom: 15px;
	}
.maB20{
	margin-bottom: 20px;
}


/* テキスト装飾 */
.small{
	font-size: 80%;
	line-height: 1.3em;
}
.note{
	color: #C36;
}
.align_right{
	text-align:right;
	}
.torikeshi{
	text-decoration: line-through;
	}
.bold{
	font-weight: bold;
	}
	
	
/*その他 */
.clear{
	clear: both;
	}
	
	
	
