@charset "utf-8";

/*base*/
body{
font-family:Arial,Helvetica,sans-serif;
font-family:'メイリオ','MS Pゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Lucida Grande';
background-image:url(../images/bg.jpg);
background-repeat:repeat;
font-size:100%;
color:#fff;
margin:0;
padding:0;
height:100%;}

h1,h2,h3,h4,h5,h6{
font-size:100%;
margin:0;
padding:0;}

p{
margin:0;
padding:0;}

img{
border:0;}

a{color:#fff;outline:0;}
a:link,a:active,a:visited{color:#fff;text-decoration:none;}
a:hover{color:#fff;text-decoration:none;}

/*layout*/
#body{
margin:0 auto;
width:1000px;}

/*header*/
#header{
background-image:url(../images/header.png);
background-repeat:no-repeat;
height:204px;}

#header #logo{
float:left;
display:block;
margin:24px 0 0 290px;
width:419px;
height:165px;}

/*menu*/
#menu_list{
float:right;
margin:13px 27px 0 0}

#menu_list ul{
list-style-type:none;
margin:0;
padding:0;}

#menu_list li{
line-height:0;
margin-bottom:10px;}

/*contents*/
#contents{
	position: relative;
	background: url(../images/side_bg.png) repeat-y;
}

#contents h2{
	margin-left:275px;
}

/*footer*/
#footer{
	width:1000px;
}

#footer_contents{
	background-image:url(../images/side_bg.png);
	background-repeat:repeat-y;
	height:300px;
	width: 1000px;
}
#dayoff {
	float: right;
	height: 33px;
	width: 116px;
}

#footer_tel{
	width:426px;
	height: 240px;
	float: left;
	margin-top: 40px;
}

#footer_outline{
	float:right;
	width:420px;
	margin-top: 40px;
}

#copyright{
	text-indent:-9999px;
	height:65px;
	background: url(../images/copyright2.png) no-repeat;
}
