@charset "shift_JIS";
*{
	margin:0;
	padding:0;
	border:none;
}

html{
	height:100%;
}

body{
	width:100%;
	height:100%;
	font-family: "ƒqƒ‰ƒMƒmŠÛƒS Pro W4","Hiragino maru Gothic Pro","HGŠÛºÞ¼¯¸M-PRO","Verdana","Osaka",sans-serif;
	color:#999;
	background-color:#ccc;
}

a{
	text-decoration:none;
}

strong{
	font-weight:normal;
}

#container{
	clear:both;
	height:100%;
	margin:0 auto 0 auto;
	width:1200px;
	min-height:100%;
	position:relative;
	height:auto;
	background-color:#FFF;
}

body > #container{
	height:auto;
}

header{
	position:fixed;
	margin:0 auto 0 -600px;
	clear:both;
	left:50%;
	top: 0px;
	height:175px;
	z-index:100;
	width:1200px;
	background-color:#FFF;
	border-bottom:solid 1px #666;
}

#header_top{
	width:1000px;
	margin:0 auto;
}

#header_top h1{
	float:left;
	width:400px;
}

#header_top .right{
	text-align:right;
}

#header_top strong{
	font-size:32px;
	vertical-align: super;
}

#header_top .tel {
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    line-height: 17px;
    vertical-align: super;
    width: 50px;
}

nav{
	clear:both;
	width:1000px;
}


nav img {
    float: left;
}

#menu li,#sitemap li{
	list-style-position: inside;
	list-style-type: none;
	float:left;
	display:inline-block;
}

#contents{
	height:100%;
	overflow:hidden;
	padding-bottom:157px;
	width:1200px;
	margin:175px auto 0 auto;
	background-color:#FFF;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;

}

#contents_main{
	width:960px;
	margin:0 auto;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;


}

#footer_bg{
	width:1200px;
	margin:0 auto 0 -600px;
	position:absolute;	
	clear:both;
	left:50%;
	bottom:95px;
	background-color:#FFF;
}

footer{
	width:1200px;
	height:105px;
	bottom: 0;
	margin:0 auto 0 -600px;
	position:absolute;
	clear:both;
	left:50%;
	background-color:#9bc53d;
	color: #FFF;
}

#sitemap{
	width:1000px;
	margin:40px auto 0 auto;
}

#sitemap li a{
	font-size:12px;
	color:#FFF;
	margin-right:8px;
}

footer #copy{
	display:block;
	font-size:12px;
	width:auto;
	height:auto;
		width:1000px;
	margin:0 auto;
}
h2 {
	font-size: 24px;
	line-height: 30px;
	color: #99CC33;
	font-weight: normal;
	margin-bottom: 30px;
	margin-top: 10px;



}
h3 {
	font-size: 20px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	line-height: 28px;
	margin-bottom: 8px;


}
p {
	font-size: 16px;
	line-height: 28px;
	color: #999999;
	margin-bottom: 20px;
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 15px;

}
h4 {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	font-size: 16px;
	line-height: 22px;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#footer_bg a img {
    bottom: 50px;
    position: absolute;
    right: 40px;
}