@charset "utf-8";
/* CSS Document */

html,body{
	margin:0 auto;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:100%;
	color:#333333;
	line-height:2em;
	letter-spacing:0.02em;
	background:url(../img/bg.png) fixed top repeat-x;
}

body > #wrapper {
    height: auto;
}

#wrapper{
	margin:0 auto;
	width:900px;
	background-color:#fff;
}

#header{
	width:850px;
	height:370px;
	margin:0 auto;
}

#all{
	width:850px;
	margin:0 auto;
	text-align:left;
	list-style:none;
}

#headline{
	width:850px;
	height:45px;
	margin:0 auto;
	background:url(../img/hr.png) left top no-repeat;
}

#mes{
	width:850px;
	clear:both;
	margin-bottom:30px;
}

#side{
	padding:10px;
	width:830px;
    text-align: justify; /* for modern browser -均等割付*/
    text-justify: inter-ideograph; /* IE6～8 -同上*/
}

#menu{
	width:850px;
	height:70px;
	margin:0 auto;
}

#footer{
	width:850px;
	margin:0 auto;
	padding-bottom:5px;
	clear:both;
	text-align:center;
	font-size:85%;
}

#footer-top{
	background:url(../img/footer-test.png) top center no-repeat;
	height:45px;
	position:relative;
}



/*--------------------------------------------*/

a{
	outline:none;
}

a:link, a:visited, a:hover, a:active{
    font-style:normal;
    text-decoration:none;
	font-weight: bold;
}

a:link{
	color:#76A6D4;
}

a:visited {
    color:#4378B6;
}

a:hover {
    /*color:#BDD1EA;*/
}

/*---header-----------------------------------------------*/

#header h1{
	padding-let:5px;
	font-size:70%;
	line-height:2em;
	color:#999;
}

#header h2#logo{
	margin:10px 0 15px 0;
	float:left;
}

#header h3#tel{
	margin:0 0 20px 0;
	float:right;
}

/*---headline----------------------------------------------*/

#headline p#new, p#old{
	font-size:75%;
	line-height:1.2em;
	letter-spacing:0.05em;
	padding-top:20px;
}

p#new{
	float:left;
	margin-left:10px;
	padding-left:70px;
	background:url(../img/news.gif) left bottom no-repeat;
}


p#old{
	float:right;
	margin-right:10px;
}

p#old a{
	color:#333;
	font-weight:normal;
	text-decoration:underline;
}

/*---menu----------------------------------------------*/


#menu ul li{
	widows:850px;
	float:left;
	list-style:none;
	padding:0 5px;
}

/*mouse on*/

#menu ul li a{
	display:block;
	background-position:0px 0px;
	width:160px;
	height:70px;
	vertical-align:bottom;
}

#menu ul li a:hover{
	background-position:0px -70px;
}

#menu ul li#gnavi1 a{
	background-image:url(../img/tub1.png);
	background-repeat:no-repeat;
}

#menu ul li#gnavi1 a:hover{
	background-image:url(../img/tub1.png);
	background-repeat:no-repeat;
}

#menu ul li#gnavi2 a{
	background-image:url(../img/tub2.png);
	background-repeat:no-repeat;
}

#menu ul li#gnavi2 a:hover{
	background-image:url(../img/tub2.png);
	background-repeat:no-repeat;
}

#menu ul li#gnavi3 a{
	background-image:url(../img/tub3.png);
	background-repeat:no-repeat;
}

#menu ul li#gnavi3 a:hover{
	background-image:url(../img/tub3.png);
	background-repeat:no-repeat;
}

#menu ul li#gnavi4 a{
	background-image:url(../img/tub4.png);
	background-repeat:no-repeat;
}

#menu ul li#gnavi4 a:hover{
	background-image:url(../img/tub4.png);
	background-repeat:no-repeat;
}

#menu ul li#gnavi5 a{
	background-image:url(../img/tub5.png);
	background-repeat:no-repeat;
}

#menu ul li#gnavi5 a:hover{
	background-image:url(../img/tub5.png);
	background-repeat:no-repeat;
}

/*---counter----------------------------------------------*/

#footer-top p#counter{
	position:absolute;
	right:10px;
	bottom:15px;
}
