@charset "utf-8";
/* CSS Document */



body {
	text-align: center;
	background-image: url(gazo/top/haikei.gif);
	color:#333333;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 3;
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}


img {
	border: none;
	vertical-align: bottom;
}

#contents {
	background: #FFFFFF url(gazo/top/bg.gif) repeat-y;
	width: 800px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 4px;
	padding-left: 4px;
}

#header {
	background: url(gazo/top/rogo.gif) no-repeat;
	height: 100px;
	width: 800px;
	line-height: 1;
	margin-top: 0px;
}

#header h1 {
	font-size: 13px;
	color: #242424;
	padding-top: 5px;
	font-weight: lighter;
}


#tel {
	height: 40px;
	text-align: right;
	background-image:url(gazo/top/tel_bg.gif);
	background-repeat: repeat-x;
	}


/*ここからメニュー*/
#side {
	float: left;
	width: 180px;
	padding: 0px 15px 50px;
}


.menu{
	list-style-type: none;
	}

.menu a{
	margin-left: 10px;
}





	
#side {
	float: left;
	width: 180px;
	padding: 0px 10px 50px;
}







#side .mber a{
	width :160px;
	height: 45px;
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	font-size: 16px;
	line-height: 45px;
	font-weight: 400;
	background-image: url(gazo/menu/topm2.gif);
	text-align: center;
	vertical-align: middle;
	margin: 5px;
	color: #262626;
}
#side .menu {
	margin-top: 25px;
}




#side .mber a:hover {
	background-image: url(gazo/menu/topm2.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 160px;
	background-position: 0px -45px;
	color: #990000;
}


#side .menu .kojinnstyle a {
	font-size: 13px;
}


#side .menu .kojinnstyle a:hover {
	text-decoration: none;
	font-size: 13px;
	color: #990000;
	background-color: #F0F0F0;
}


/*メニューはここまで*/





	
#main {
	float: right;
	width: 574px;
	margin-right: 13px;
	display: inline;
	padding-top: 10px;
	padding-bottom: 50px;
}
/* End hide from IE-mac */
#main h2 {
	background-image: url(gazo/top/mbar.gif);
	font-size: 15px;
	line-height: 35px;
	padding-left: 25px;
	background-repeat: no-repeat;
	padding-top: 2px;
	font-weight: 400;
}



#honbun{
	margin-top:10px;
	margin-left: 15px;
	background-image: url(gazo/top/pmise3.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	line-height: 2.5;
}


#jyouhou
{
	border: thin solid #CCCCCC;
	line-height: 1.5;
	margin-left: 10px;
}

#footer1{
	text-align:center;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	width:808px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	background-image: url(gazo/top/footer2.gif);
	background-repeat: repeat-y;
}
#kaisya {
	border: thin dotted #999999;
	line-height: 1.8;
	width: 165px;
	margin-top: 30px;
	font-size: 90%;
	padding: 3px;
}


#footer1 li{
display: inline;
list-style-type: none;
}



#footer2 {
	clear: both;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-top: 2px solid #CCCCCC;
}


/*clearfix
-------------------------------------------------------------------------------------*/
#contents:after {
contents: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#contents{ display: inline-block; }

/* Hides from IE-mac \*/
*html #contents { height: 1%; }
#conents { display: block; }

