@charset "utf-8";

/* *****************************************************
	base design
	last update 2008-05-2x

 * *****************************************************/

div#container div#contents div#eyeCatch{
	height: 225px;
	margin: 0;
	padding: 0;
	}
div#container div#contents div#eyeCatch h2{
	display: none;
	}
/* *****************************************************
	リード部分
 * *****************************************************/
div.textbody div.section{
	margin: 0px;
	padding: 1em 0;
	border-bottom: 1px dotted #999999;
	}
div.textbody div.section_last{
	margin: 0px;
	padding: 1em 0;
	border-bottom: none;
	}
div.textbody div.section_last p,
div.textbody div.section p{
	margin: 0 0 0 1em;
	}
div.textbody div.section_last h3,
div.textbody div.section h3{
	font-size: 1.2em;
	color: #465600;
	line-height: 1em;
	padding: 15px 0 0;
	}
div.textbody div.section_last h3 span.data,
div.textbody div.section h3 span.data{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.7em;
	color: #333333;
	font-weight: normal;
	vertical-align: bottom;
	margin: 0px;
	padding: 2px 4px 0;
	background-color: #EBEBEB;
	}