@charset "utf-8";

/****************************************************************************
　top page setting
--------------------------------------------------------
   Author : Yasuo Tominaga @ penpengusa
   Group : http://www.penpengusa.com
   Creation date : 2010.03.25
   Last up date   : 2010.03.25
****************************************************************************/

#news {
	width: 958px;
	height: 323px;
	background: url(../img/news_loop.jpg) 0 bottom repeat-x;
	margin:10px auto;
	border: 1px solid #CCC;
	position: relative;
}
#news .youtube {
	position: absolute;
	top: 6px;
	left: 10px;
}
#news .twitter {
	position: absolute;
	top: 6px;
	right: 10px;
}

.boxL {
	float: left;
	width: 630px;
	height: 741px;
	background: url(../img/top_main.jpg) 0 0 no-repeat;
	position: relative;
}
.boxL h2 {
	position:absolute;
	top: 20px;
	left: 20px;
}
.boxL h3 {
	position:absolute;
	top: 60px;
	left: 20px;
}
.boxL h4 {
	position:absolute;
	top: 100px;
	left: 20px;
}

.boxR {
	float: right;
	width: 310px;
}
.mbox {
	background: url(../img/smenu_loop.gif) 0 0 repeat-y;
	padding: 5px 12px 0 12px;
	margin: 0;
	font-size:14px;
}
.ST img {
	display: block;
	margin:15px 0 0 0;
	padding: 0;
}
.STnon img {
	display: block;
	margin:0 0 0 0;
	padding: 0;
}
.mbox h5 {
	margin: 5px 0 0 0;
	background: url(../img/arrow01.gif) left center no-repeat;
	padding: 0 0 0 22px;
	font-size:14px;
}


#ADD {
	width: 958px;
	height: 125px;
	margin:10px auto;
	position: relative;
}

