@charset "utf-8";
/* CSS Document */
#contain01{
	width:100%;
	margin:0 auto;
	padding-left:5em;
}
#contain02{
	width:90%;
	padding-top:6em;
	padding-bottom:4em;
	background-image:url(img/bgimg.png);
	background-repeat:no-repeat;
	background-position: top right;
}
#textbox01{
	width:50%;
	padding-bottom:2em;
	font-size:14px;
	color:#3f1f00;
	
}
#textbox01 a{
	text-decoration:none;
	color:#000;
}
#textbox01 p{
	padding-top:1em;
	
}
#textbox02{
	width:70%;
	padding-top:2.5em;
	font-size:14px;
	color:#3f1f00;
}
#textbox02 a{
	text-decoration:none;
	color:#000;
}
#textbox02 p{
	padding-top:1em;
}