@charset "UTF-8";

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

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

div#main div.contents {
	padding-bottom: 10px;
}

div#main div.contents h1 {
	padding-bottom: 20px;
}


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

div#main div.contents table {
	margin: 0 20px 5px;
}

div#main div.contents table th,
div#main div.contents table td {
	padding-bottom: 15px;
	vertical-align: top;
	padding-top:3px;
	padding-bottom:15px;
	border-bottom:1px dotted #cccccc;
}

div#main div.contents table th {
	padding-right: 10px;
	font-weight: bold;
	width:100px;
	
}

div#main div.contents table tr th.tr{
	text-align:right;
	font-weight:normal;
	
}
div#main div.contents table tr th.end,
div#main div.contents table tr td.end{
	border:none;
	}


/* EOF */
