﻿/* CSS レイアウト */
body , div , dl , dt , dd , ul , ol , li , h1 , h2 , h3 , h4 , h5 , h6 , pre , form , fieldset , input , textarea  , blockquote , th , img{ 
	margin: 0;
	padding: 0;
}
body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0;
	font:"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3", "Osaka", verdana,arial, sans-serif;
}
html, body {
	height: 100%;
}

.clearfix　{
	zoom:1;
}
.clearfix:after {
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}
/***********************************
 ヘッダメニュー
***********************************/	
#header {
	width:960px;
	height:250px;
	margin:0 auto;
	background-image:url('../img/header.jpg');
}

#logo {
	margin:86px 0 0 11px;
	padding:0;
	float:left;
	width:200px;
	height:110px;
	background:url(../img/header.jpg) no-repeat -11px -86px;
}
#logo a{
	display:block;
	width:200px;
	height:110px;
	line-height:110px;
	overflow:hidden;
	outline:none;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

ul.menu li{
	margin-top:43px;
	padding:0;
	float:left;
	list-style:none;
	height:172px;
  
}

li#menu01 a {
	width:130px;
	background:url(../img/header.jpg) no-repeat -230px -43px;
	margin-left:19px;
}
li#menu02 a {
	width:125px;
	background:url(../img/header.jpg) no-repeat -367px -43px;
	margin-left:7px;
}
li#menu03 a {
	width:112px;
	background:url(../img/header.jpg) no-repeat -506px -43px;
	margin-left:14px;
}
li#menu04 a {
	width:134px;
	background:url(../img/header.jpg) no-repeat -642px -43px;
	margin-left:24px;
}
li#menu05 a {
	width:154px;
	background:url(../img/header.jpg) no-repeat -780px -43px;
	margin-left:4px;
}


ul.menu a {
	display:block;
	width:100%;
	height:100%;
	line-height:172px;
	overflow:hidden;
	outline:none;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

li#menu01 a:hover{
	width:130px;
	background:url(../img/header1.jpg) no-repeat -230px -43px;
}
li#menu02 a:hover{
	width:125px;
	background:url(../img/header1.jpg) no-repeat -367px -43px;
}
li#menu03 a:hover{
	width:112px;
	background:url(../img/header1.jpg) no-repeat -506px -43px;
}
li#menu04 a:hover{
 	width:134px;
	background:url(../img/header1.jpg) no-repeat -642px -43px;
}

li#menu05 a:hover{
 	width:154px;
	background:url(../img/header1.jpg) no-repeat -780px -43px;
}

/***********************************
 コンテンツ
***********************************/
#page_content {
	width:960px;
	margin:0 auto;
}

/*********************************
	フッタ
*********************************/
#footer {
	width:960px;
	height:67px;
	margin:0 auto;
	background:url('../img/footer.jpg');
}
#footer #copyright{
	width:960px;
	height:67px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
#main_area {
	width:960px;
	margin:20px auto;
}

