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



img {
	border: 0px;
	}

p {
	padding: 0px;
	margin: 1em 0px;
	line-height: 1.2em;
}


.hidden {
	display: none;
	}

.center{
	text-align:center;
	}
	
.right {
	float:right;
	}

.left {
	float:left;
	}
	
	
.chui {
	color:#C03;
}

.small {
	font-size: 0.85em;
}



/*float_none*/

.clr {
	clear: both;
	float: none;
	}


/*コメ印の一字下げ*/

ul.heage li {
	list-style-type:none;
	text-indent:-1em;
	padding-left:-1em;
	margin-bottom: 1em;
	}
	

/* body */

body {
	margin:0;
	padding:0;
	background-color:#FFF;
	background-image:url(../img/bg.jpg);
	background-repeat: repeat-x;
	}
#footer .copy {
	color: #666;
	margin-top: 1em;
}

#wrapper {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	}
#footer {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	text-align: center;
	background-color: #FFF;
	width: 836px;
	padding: 3px 3px 20px;
}
#top_photo {
	width: 100%;
	text-align: center;
	margin-top: 10px;
	background-image: url(../img/top_photo_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding: 0px;
	height: 258px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#wrapper h1 {
	background-image: url(../img/title.gif);
	background-repeat: no-repeat;
	margin: 0px;
	height: 60px;
	width: 275px;
	float: left;
}
#wrapper h1 span {
	display: none;
}
#headder {
	width: 840px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 65px;
	padding: 0px;
}
#headder .toiawase {
	float: right;
	position: relative;
	margin-top: 0px;
	width: 95px;
	height: 60px;
}

#main {
	margin: 0px auto;
	padding: 3px 3px 20px;
	width: 836px;
	background-color: #FFF;
}



/*メニュー*/

#menu {
	margin:0px auto;
	background-color: #039;
	padding: 0px;
	width: 840px;
	height: 45px;
}


#menu ul {
	width:840px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}


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


#menu ul li a{
	height: 45px;
	display:block;
	}

#menu ul li a span {
	display: none;
}



#menu ul #menu00 {
	background-image: url(../img/menu_top.gif);
    width: 60px;
}
#menu ul #menu00 a:hover{
	background: url(../img/menu_top_on.gif) no-repeat 0 0;
    width: 60px;
}
	
#menu ul #menu01 {
	background-image: url(../img/menu_01.gif);
	width: 130px;
}
#menu ul #menu01 a:hover{
	background: url(../img/menu_01_on.gif) no-repeat 0 0;
	width: 130px;
	}


#menu ul #menu02 {
	background-image: url(../img/menu_02.gif);
    width: 130px;
}
#menu ul #menu02 a:hover{
	background: url(../img/menu_02_on.gif) no-repeat 0 0;
    width: 130px;
}


#menu ul #menu03 {
	background-image: url(../img/menu_03.gif);
    width: 130px;
}
#menu ul #menu03 a:hover{
	background: url(../img/menu_03_on.gif) no-repeat 0 0;
    width: 130px;
}


#menu ul #menu04 {
	background-image: url(../img/menu_04.gif);
    width: 130px;
}
#menu ul #menu04 a:hover{
	background: url(../img/menu_04_on.gif) no-repeat 0 0;
    width: 130px;
}


#menu ul #menu05 {
	background-image: url(../img/menu_05.gif);
    width: 130px;
}
#menu ul #menu05 a:hover{
	background: url(../img/menu_05_on.gif) no-repeat 0 0;
    width: 130px;
}


#menu ul #menu06 {
	background-image: url(../img/menu_06.gif);
    width: 130px;
}
#menu ul #menu06 a:hover{
	background: url(../img/menu_06_on.gif) no-repeat 0 0;
    width: 130px;
}




/* footer */





#copyright {
	 letter-spacing:0.08em;
	 margin:5px 20px;
	 font-family: Arial, Helvetica, sans-serif;
	 float:left;
	}


#go_pagetop {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	text-align: right;
	background-color: #FFF;
	width: 836px;
	padding: 3px 3px 10px;
	font-size: 0.85em;
}
