@charset "utf-8";

@import url("../../css/reset.css");
@import url("../../css/common.css");

/* ================================================

	banner
	
	index.css
	
================================================ */
body {
	background: url(../../images/common/back_kaiyukan.jpg) top center no-repeat fixed;
}


/* 	contents
================================================ */
div#contents {
	width: 740px;
	margin: 0 auto;
}

div#contents h3 {
	margin-bottom: 12px;
}


div#contents p {
	margin-bottom: 15px;
	line-height: 1.5;
}


/* 	banner
================================================ */
div.banner {
	width: 740px;
	margin-top: 20px;
	padding-top: 20px;
	background: url(../images/border.gif) top left no-repeat;
	font-size: 80%;
}
