@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	text-align:center;
}

h1,h2,h3,p {
	padding:0;
	margin:0;
}

img {
	vertical-align:bottom;
	border:0;
}

#content {
	width:620px;
	margin:0 auto;
	background:url(../img/line_brown.gif) repeat-y 234px 10px ;
}

.inner {
	margin:10px 10px 0 10px;
}
.box3 {
	width:600px;
}
.box3 .img {
	width:225px;
	float:left;
}
.box3 .text {
	width:375px;
	float:right;
	color:#898989;
}
.box3 .text01 {
	font-size:90%;
}
.box3 .text02 {
	background: url(../img/line_brown.gif) repeat-x 0 0 #F8E6DA;
}
.box3 .text01 h2,
.box3 .text02 h2{
	color:#512103;
	font-size:100%;
	padding-top:10px;
	padding-left:10px;
	text-align:left;
}
.box3 .text01 p {
	padding:5px 15px 15px 15px;
	text-align:left;
	line-height:130%;
}
.box3 .text02 p {
	padding:5px 15px 15px 15px;
	text-align:left;
	line-height:130%;
}


