@charset "utf-8";

/* *****************************************************
	base design
	last update 2008-05-2x

 * *****************************************************/

div#container div#contents div#eyeCatch{
	position: relative;
	height: 30px;
	margin: 0 0px;
	padding: 250px 0 0 13px;
	}
div#container div#contents div#eyeCatch h2,
div#container div#contents div#eyeCatch h3,
div#container div#contents div#eyeCatch p{
	display: none;
	}
/* *****************************************************
	リード部分
 * *****************************************************/
div.lead{
	margin: 10px 0 0;
	padding: 181px 0 0;
	}
h3{
	color: #663300;
	}
/* *****************************************************
	テキスト部分
 * *****************************************************/
div#container div#contents div.textbody{
	margin: 0;
	padding: 0;
	}
div.section{
	margin: 0.5em 0;
	padding: 0.5em 0;
	border-top: 1px dotted #333333;
	clear: both;
	}
div.section h4{
	padding: 0 0 0 15px;
	background: url(img/ln_li03.gif) no-repeat left center;
	}
div.section h5{
	margin: 0;
	font-weight: normal;
	text-align: right;
	}
div.section dt{
	font-weight: bold;
	float: left;
	width: 80px;
	}
div.section dd{
	margin: 0 0 0 80px;
	padding: 0px;
	}
div.section ul{
	margin: 0 0 0 2em;
	padding: 0px;
	list-style-type: square;
	}
div.section ol{
	margin: 0 0 0 2.5em;
	padding: 0px;
	list-style-type: decimal;
	}
div#container div#contents div.textbody p.pagetop{
	font-size: 1em;
	}