@charset "utf-8";

/****************************************************************************
　基本レイアウトCSS
--------------------------------------------------------
   Author : Yasuo Tominaga @ penpengusa
   Group : http://www.penpengusa.com
   Creation date : 2009.03.30
   Last up date   : 2009.03.30
****************************************************************************/



#sub {
	width:940px;
	height: 470px;
	position:relative;
	margin:0 auto;
	padding: 0;
	background: #FFF url(../top/top_sub.jpg) no-repeat;
}

#sub .subtxt {
	position:absolute;
	top: 35px;
	left: 20px;
	padding: 0;
	width: 440px;
	color: #FFF;
	font-size: 75%;
	line-height: 2.0;
}

#newsBOX {
	position: absolute;
	top: 45px;
	left: 30px;
	width: 383px;
	height: 125px;
	margin: 0 0 0 0;
}
#news {
	width: 490px;
	height: 110px;
	overflow: auto;
}
#news h3 {
	width: 450px;
	border-bottom: #CCC 1px dotted;
	padding: 6px 0 5px 10px;
	font-size: 75%;
	color: #000;
	background: url(../top/pochi01.gif) left 10px no-repeat;
}

#banner01 {
	position: absolute;
	top: 170px;
	left: 20px;
	margin: 0 0 0 0;
}

#banner03 {
	position: absolute;
	top: 175px;
	left: 280px;
	margin: 0 0 0 0;
}

#banner02 {
	position: absolute;
	top: 20px;
	left: 555px;
	margin: 0 0 0 0;
}
#banner02 img {
	display:block;
	margin: 0 0 10px 0;
}
#banner02 a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
