@charset "utf-8";
/* --------------------------------------------------
 01: Index CSS
-------------------------------------------------- */
body#top div#contents {
	width: 1000px;
	margin: 0px;
	background:#4a4a4c url(../img/img_main_top.jpg) right top no-repeat;
	color: #fff;
}
body#top div#contents div.LeftBox {
	float: left;
	width: 340px;
}
body#top div#contents div.LeftBox p.txt01 {
	padding: 12px 17px 0 17px;
}
body#top div#contents div.RightBox {
	float: right;
	width: 660px;
}
body#top div#contents div.RightBox p.txt02 {
	width: 626px;
	margin-top: 380px;
	padding: 12px 17px;
	background-color: #ebebe9;
	color: #666;
}
body#top div#contents h1 {
	float: none;
	margin: 0;
}




