@charset "utf-8";

/****************************************************************************
　ヘッダーCSS
--------------------------------------------------------
   Author : Yasuo Tominaga @ penpengusa
   Group : http://www.penpengusa.com
   Creation date : 2008.03.20
   Last up date   : 2008.03.20
****************************************************************************/

#header {
	width: 100%;
	height: 137px;
	background: url(../image/header_loop.jpg) 0 0 repeat-x;
}

#Topheader {
	width:800px;
	height: 86px;
	position:relative;
	margin: 0 auto;
	padding: 0;
}

#Topheader h1{
	position:absolute;
	top:0;
	left:0;
}

#Topheader h2{
	position:absolute;
	top:20px;
	left:170px;
}

#Topheader h4{
	position:absolute;
	top:0;
	right:0;
}

#Menu {
	width:800px;
	margin: 0 auto;
	padding: 0;
}
#Menu img{
	float: left;
	margin: 0;
	padding: 0;
	border:0;
	vertical-align:top;
}

/*　ロールオーバー明度設定　*/
#Topheader h2 a:hover img{
	opacity:0.5;
	filter: alpha(opacity=50);
	border:0;
vertical-align:top;
}

