@charset "UTF-8";

#header {
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

#header .menu-list ul{
	margin-top: 0px;
	padding: 0;
	list-style-type: none;
}

#header .menu-list li{
	float: left;
	width:159px;
	height: 35px;
	border-left: 1px double #888;
}

#header .menu-list ul ul{
	margin-left: -2px;
	display: none;
	position: relative;
}

#header .menu-list li li{
	clear: left;
	position: relative;
	border-bottom: 1px solid #EEE;
}

#header .menu-list ul li:hover > ul {
	display: block;
}
#header .menu-list a {
	line-height: 35px;
	font-size: 14px;
	text-align: center;
	color: #FFF;
	background: url(../images/header/head-list-bg2.jpg) left top repeat-x;
	display: block;
}

#header .menu-list a:hover {
	background: url(../images/header/head-list-bg.jpg) left top repeat-x;
}

#header .menu-list ul ul a {
	color: #333;
	background: #EEE;
}

#header .menu-list ul ul a:hover {
	background: #DDD;
}

h1{
	font-size:11px;
	font-weight:100;
	color:#666;
	line-height:15px;
	text-align:left;
	width:950px;
	background-color:#F8F8FF;
	padding:10px 0 10px 10px;
	border-bottom:1px dotted #3A6592;
    letter-spacing: 0.6px;
		}
		
h1{ font-size:9px\9;}/* IE8以下ハック */
