@charset "utf-8";

/* *****************************************************
	base design
	last update 2008-05-2x
	
 * *****************************************************/

div#container div#contents div#eyeCatch{
	position: relative;
	height: 58px;
	margin: 0;
	padding: 222px 0 0 16px;
	}
div#container div#contents div#eyeCatch h2{
	display: none;
	}
/* *****************************************************
	リード部分
 * *****************************************************/
div.lead{
	margin: 10px 0 0;
	padding: 181px 0 0;
	}
div.lead h3{
	color: #465600;
	}
div.lead p{
	margin: 0;
	padding: 0px 0px 1em;
	}
/* *****************************************************
	テキスト部分
 * *****************************************************/
div#container div#contents div.textbody{
	margin: 0px 0px 25px;
	padding: 0px;
	}
div#container div#contents div.textbody h3{
	color: #465700;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 4px;
	margin: 0px;
	padding: 0px;
	}
div#container div#contents div.textbody h3 span{
	font-size: 0.7em;
	}
div#container div#contents div.textbody p{
	line-height: 1.8;
	}
p.movie_btn a{
	text-indent: -9999px;
	position: absolute;
	right: 32px;
	bottom: 28px;
	height: 43px;
	width: 115px;
	background: url('img/movie_btn.gif') no-repeat top center;
	display: block;
	}
p.movie_btn a:hover{
	text-indent: -9999px;
	height: 43px;
	width: 115px;
	background: url('img/movie_btn.gif') no-repeat left bottom;
	display: block;
	}