@charset "utf-8";

@import url("../../css/reset.css");
@import url("../../css/common.css");

/* ================================================

	message
	
	index.html
	
================================================ */
body {
	background: url(../../images/common/back_wtc.jpg) top center no-repeat fixed;
}


/* 	contents
================================================ */
div#contents {
	width: 754px;
	margin: 0 auto;
}

div#contents h3 {
	width: 740px;
	margin: 0 auto 12px auto;
}

div#contents h4 {
	width: 740px;
	margin: 0 auto 8px auto;
}

div#contents p {
	margin-bottom: 15px;
	line-height: 1.5;
}


/* 	naiyo
================================================ */
div.naiyo {
	margin-bottom: 30px;
}

div.naiyo ul li {
	float: left;
	width: 249px;
	height: 103px;
}	



/* 	back_top
================================================ */
div.back_top {
	width: 754px;
	padding-top: 20px;
	background: url(../images/back_top.jpg) top left no-repeat;
}

div.back_bottom {
	width: 754px;
	padding-top: 10px;
	padding-bottom: 30px;
	background: url(../images/back_bottom.jpg) bottom left no-repeat;
}

div.back_bottom table {
	width: 690px;
	margin: 0 auto;
	background: url(../images/border.gif) bottom repeat-x;
}

div.back_bottom table tr th {
	padding: 20px 24px 15px 8px;
	background: url(../images/border.gif) top left repeat-x;
}

div.back_bottom table tr td {
	padding: 20px 0 15px 0;
	background: url(../images/border.gif) top left repeat-x;
	line-height: 1.3;
}

