@charset "utf-8";
/* CSS Document */

body, div, p, address {
	margin:0;
}
body {
	line-height:140%;
	color:#333;
	font-size: 0.8em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	
}
a {
 	color:#2d9423;
	text-decoration:none;
	outline:none;
}
a:hover {
 color:#d834bb;
 text-decoration:;
}
#background {
	width:760px;
	margin:0 auto;
}
#container {
	margin:0 auto;
}
h1,h2,h3,h4,h5,h6 {
	padding:0;
	margin:0;
}
/***************Header****************/
#head {
	height:41px;
	padding:15px 0 5px 0;
	background-color:#fff;
}
.head_l {
	float:left;
	width:162px;
}
.head_r {
	float:right;
}
.head_r p {
	text-align:right;
	padding-top:20px;
}
/****************MainImage****************/
#main_img {
	background:url(../images/mainimg.jpg) no-repeat 0 0;
	width:760px;
	height:116px;
	text-indent:-9999px;
}
/****************Body****************/
#body {
	width:730px;
	margin:0 15px;
	padding-bottom:5px;
}
.title {
	margin-bottom:5px;
}
/* box01 */
.box01 {
	margin:15px 0;
	height:100%;
}
.box01_l {
	float:left;
	width:340px;
	margin-right:15px;
}
.table01 td {
	vertical-align:top;
}
.td01 {
	padding-right:10px;
}
.box01_r {
	float:left;
	width:375px;
}
.box01_r p {
	margin-bottom:7px;
}
/* box02 */
.box02 {
	margin:15px 0;
	height:100%;
}
.box02_l,.box02_c,.box02_r {
	float:left;
	width:230px;
}
.box02_l,.box02_c {
	margin-right:20px;
}
.box02 img {
	margin-bottom:8px;
}
.box02 p {
	text-align:center;
}
/* box03 */
.box03 {
	margin:15px 0;
	height:100%;
}
.box03_l,.box03_c,.box03_r {
	float:left;
	width:230px;
}
.box03_l,.box03_c {
	margin-right:20px;
}
.box03 img {
	margin-bottom:8px;
}
.box03 p {
	background:url(../images/sankaku.gif) no-repeat 0 1px;
	padding:0 0 3px 10px;
}
/***************Footer***************/
#foot {
	text-align:center;
	margin:15px 0;
}
#foot p {
	border-bottom:7px solid #7d7340;
	margin:5px 0;
}











