@charset "utf-8";

/* *****************************************************
	base design
	last update 2008-05-2x

 * *****************************************************/

div#container div#contents{
	background-color: #999900;
	}

div#container div#contents div#eyeCatch{
	margin: 0;
	padding: 0;
	}
div#container div#contents div#eyeCatch h2{
	text-indent: -9999px;
	margin: 0 8px 0;
	padding: 3em 0 2.5em;
	height: 39px;
	background: #003300 url('img/farm_h_bg.gif') no-repeat center center;
	}
/* *****************************************************
	リード部分
 * *****************************************************/
div.lead{
	margin: 0;
	padding: 0;
	}
h3{
	color: #FFFFFF;
	margin: 0px 0 0.5em;
	padding: 0.5em 0 0;
	border-top: 1px dotted #FFFFFF;
	}
/* *****************************************************
	テキスト部分
 * *****************************************************/
div#container div#contents div.textbody{
	margin: 0px 8px 0px;
	padding: 1em 1.5em ;
	background-color: #003300;
	}
div#container div#contents div.textbody p{
	color: #FFFFFF;
	line-height: 1.8;
	}
p.movie_btn a{
	text-indent: -9999px;
	height: 43px;
	width: 115px;
	background: url('img/movie_btn.gif') no-repeat left top;
	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;
	}
