@charset "utf-8";

/* *****************************************************
	base design
	last update 2008-05-2x

 * *****************************************************/

div#container div#contents div#eyeCatch{
	height: 400px;
	margin: 0;
	padding: 0;
	}
div#container div#contents div#eyeCatch h2{
	display: none;
	}
/* *****************************************************
	リード部分
 * *****************************************************/
div.lead{
	margin: 10px 0 0;
	padding: 181px 0 0;
	}
/* *****************************************************
	テキスト部分
 * *****************************************************/
div#container div#contents div.textbody{
	margin: 0px 0px 25px;
	padding: 0px;
	}
div#container div#contents h3{
	color: #0a4372;
	}
div#container div#contents div.textbody h4{
	color: #0a4372;
	font-size: 1.2em;
	}
div#container div#contents div.textbody h5{
	font-weight: bold;
	margin: 0 0 0 1.5em;
	padding: 0px;
	}
div#container div#contents div.textbody ul{
	margin: 0 0 1em 1em;
	line-height: 2;
	list-style-type: square;
	list-style-position: inside;
	}
table{
	margin: 0.1em 0 1em;
	}
caption{
	margin: 1em 0 0;
	font-size: 1em;
	color: #333333;
	font-weight: bold;
	text-align: left;
	}
table th{
	text-align: center;
	padding: 5px 2px;
	background-color: #F0F0F0;
	}
table tr.tt td{
	text-align: center;
	padding: 5px 2px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	}
table td{
	padding: 2px;
	}
dl dt{
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}
dl dd{
	margin: 0 0 0.5em 4em;
	padding: 0;
	}