@charset "utf-8";
/* CSS Document */

a{/*リンクされた文字*/
	color:#FFF;
	text-decoration:none;
}
a:link {/*未訪問のリンク*/
	color:#FFF;
	text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
	color:#FFF;
	text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
	color:#D6D6D6;
	text-decoration:underline;
}
	}
img {
border: none;
}
a:hover img.hover{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=80 )";
}
.clear { clear:both; }  
.clear hr {
	display:none;
	border: none;
}
/* ----  #header   ------------------------------------- */
#header{
	width: 950px;
	height: 190px;
}
#header_logo{
	width: 250px;
	height: 115px;
	margin: 0 auto;
	margin-top: 30px;
}
#header1{
	width: 950px;
	height: 210px;
}
#header1_logo{
	width: 115px;
	height: 75px;
	margin: 10px 0 0 10px;
}
#header1_logo2{
	width: 310px;
	height: 95px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 20px;
}

/* ----  #menu   ------------------------------------- */
#menu{
	width: 950px;
	height: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#menu ul{
	margin-left: 15px;
	margin-top: 0px;
	padding: 0px;
}

#menu ul li{
	list-style-type: none;
	float: left;
	margin-left: 25px;
}
