﻿@charset "utf-8";


/*全体*/
* {
	padding: 0px; margin: 0px;
}
body {
	font-size: 85%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color: #222222;
	text-align: center;
}
div#container {
	width: 950px; height: 600px;
	margin: 0 auto;
}


/*ヘッダ*/
div#imgs_header { /*画像入替時、幅と左右マージン要チェック*/
	width: 936px; height: 225px;
	margin: 40px 7px 20px;
}
.headerimg {
	float: left;
}
h1 {
	margin: 30px 0px 25px;
	font-size: x-large;
	font-weight: normal;
	color: #999900;
}


/*メニュー*/
ul {
	width: 800px; height: 50px;
	margin: 30px 75px 10px;
}
li {
	list-style-type: none;
	display: inline;
	float: left;
}
li a {
	width: 160px; height: 30px;
	padding-top: 5px;
	font-weight: bold;
	color: #999900;
	text-decoration: none;
	display: block;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #808080;
}
li a:hover {
	color: #FF9933;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #C0C0C0;
}


/*フッタ*/
small {
	clear: both;
}
