@charset "utf-8";
/* CSS Document */

html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
strong {
	font-weight:bold;
}
.fs-20 {
	font-size: 20px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.fs-25 {
	font-size: 25px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.fs-30 {
	font-size:30px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.orange {
	color: #F60;
}
.green {
	color:green
}
.red {
	color:red;
}
.bg-black {
	background-color:#000;
}
@font-face {
	font-family: "ほのか丸ゴ";
	src: url(../font/font_1_honokamarugo_1.1.woff);
}
@font-face {
	font-family: "noto-reg";
	src: url(../font/NotoSansJP-Regular.woff);
}
@font-face {
	font-family: "noto-blk";
	src: url(../font/NotoSansJP-black.woff);
}
a img:hover {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
#wrap {
	width: 100%;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}
#footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 100px;
	background-image: url(../img/footerbg.gif);
	background-repeat: repeat-x;
	margin-top: 20px;
}
#header {
	padding-right: 10px;
	padding-left: 10px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#header_inner {
	overflow: hidden;
	height: auto;
	padding-bottom: 20px;
}
#title {
	float: left;
	width: 250px;
	padding-left: 50px;
}
#header_info {
	width: 260px;
	float: left;
	padding-top: 50px;
	margin-left: 280px;
}
#menu {
	overflow: hidden;
	height: 40px;
}
#menu li {
	float: left;
	width: 192px;
	text-align: center;
	font-size: 18px;
	background-color: #FFC;
	height: 40px;
	font-family: "ほのか丸ゴ";
}
#content {
	overflow: hidden;
	height: auto;
	padding-bottom: 100px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
}
h1 {
	font-size: 30px;
	font-weight: bold;
	color: #000;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	clear: both;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #963;
	letter-spacing: 0.1em;
	margin-top: 10px;
	padding-left: 40px;
	margin-bottom: 10px;
	clear: both;
}
ol {
	list-style-type: decimal;
}
#content_info ul {
	margin-top: 15px;
	margin-bottom: 15px;
	list-style-type: decimal;
}
#header_pic {
	height: 360px;
	margin-bottom: 10px;
	background-image: url(../img/topimg.png);
}
#menu li a {
	font-weight: bold;
	color: #603;
	text-decoration: none;
	display: block;
	height: 40px;
	width: 192px;
	padding-top: 10px;
}
#menu li a:hover {
	background-color: #FCC;
}
#pagetop {
	height: 60px;
	font-size: 14px;
	color: #600;
	font-weight: bold;
	padding-top: 2px;
	background-image: url(../img/topbg.gif);
	background-repeat: repeat-x;
}
body, html {
	height: 100%;
}
#footer #inner {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#copyright {
	color: #600;
	text-align: center;
	margin-top: 60px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#pagetop p {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
}
#header_pic p {
	font-family: "ほのか丸ゴ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	color: #FF9;
	margin-top: 20px;
	text-align: right;
	margin-right: 20px;
	font-weight: bold;
}
#header_info p {
	line-height: 1.5em;
	color: #600;
	font-weight: bolder;
	font-family: "ほのか丸ゴ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#header_info .address {
	font-size: 18px;
}
#header_info .tel {
	font-size: 22px;
}
.clear {
	clear:both;
}
