@charset "UTF-8";

/* style.css */
/*
	1.Block
	2.Table
*/


/* --------------------------------------------------
1.Block
-------------------------------------------------- */

div#main {
	margin: 30px 15px 0;
	padding-bottom: 0;
}

div#footer {
	margin-top: 30px;
}

div#main div.info-area {
	margin-bottom: 0;
	padding-bottom: 0;
}

div#main div.info-area h2 {
	margin-bottom: 10px;
}


/* --------------------------------------------------
2.Table
-------------------------------------------------- */

div#main div.info-area table.information {
	width: 100%;
	margin-bottom: 30px;
	background: url(../../common/image/bg-line-dot.gif) repeat-x left top;
}

div#main div.info-area table.information th,
div#main div.info-area table.information td {
	padding: 10px 0;
	background: url(../../common/image/bg-line-dot.gif) repeat-x left bottom;
	line-height: 1.5;
	vertical-align: top;
}

div#main div.info-area table.information th {
	width: 8em;
	padding-right: 25px;
	font-weight: bold;
	white-space: nowrap;
}


/* EOF */