@charset "utf-8";

/****************************************************************************
　page Setting
--------------------------------------------------------
   Author : Yasuo Tominaga @ penpengusa
   Group : http://www.penpengusa.com
   Creation date : 2010.03.25
   Last up date   : 2010.03.25
****************************************************************************/
#title {
	width: 960px;
	height: 35px;
	margin:10px auto;
}

.boxL {
	float: left;
	width: 630px;
	height: 516px;
	background: url(../image/main_back.jpg) 0 0 no-repeat;
	position: relative;
}
.boxL ul {
	position: absolute;
	left: 25px;
	top: 20px;
}
.boxL li {
	float: left;
}
.boxL li a:hover img {
	opacity: 0.7;
	filter: alpah(opacity=70)
}
.boxL h3 {
	position:absolute;
	top: 45px;
	left: 25px;
}
.boxL .box {
	width: 160px;
	margin: 10px 0 0 25px;
	padding: 0 9px 0 0;
	float: left;
	display: inline;
}
.listbox {
	width: 605px;
	height: 410px;
	overflow: auto;
	position: absolute;
	left: 0px;
	top: 80px;
	font-size: 14px;
	line-height: 1.3;
}
.listbox img {
	width: 160px;
	border: 0;
	display:block;
}
.small {
	font-size: 12px;
}

.boxR {
	float: right;
	width: 310px;
}



