/*全体構造
-----------------------------------------------------*/
*			{
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.clear{
	clear: both;
	height: 1px;
	font-size: 1px;
	padding: 0;
	margin: 0;
	display: block;
	background: transparent no-repeat;
}
body {
	line-height: 20px;
	font-size: 15px;
	margin-top: 0px;
	background: url(../img/common/bg.jpg) repeat left top;
	-webkit-text-size-adjust: 100%;
}
#page {
	width: 860px;
	text-align: left;
	margin: auto;
	padding-left: 5px;
	padding-right: 5px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",  Arial, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url(../img/common/bg_page.jpg) repeat-y center top;
}
/*フォント
-----------------------------------------------------*/
h1 {
	font-size: 10pt;
	color: #666;
	line-height: 12px;
	position: absolute;
	left: 30px;
	top: 10px;
}
h2 {
	font-size: 16px;
	line-height: 25px;
	color: #333333;
	text-indent: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #bbb;
	margin-bottom: 20px;
	margin-left: 5px;
}
h3 {
	font-size: 18px;
	text-indent: 20px;
	line-height: 180%;
	color: #333;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	color: #4B300A;
	border-left-width: thick;
	border-left-style: double;
	border-left-color: #6C450F;
	margin-bottom: 10px;
	line-height: 25px;
	vertical-align: middle;
	margin-left: 5px;
	text-indent: 1em;
	padding-top: 5px;
}
h5 {
	font-size: 15px;
	font-weight: bold;
	margin: 2px 0px 0px 5px;
	padding: 10px 0px 0px 10px;
}

.p_bold_red {
	font-weight: bold;
	color: #F00;
}
.p_red {
	color: #F00;
}
/*ヘッダ
--------------------------------------------------------*/
#header {
	margin: 0px;
	clear: both;
	width: 850px;
	float: left;
	background: url(../img/common/bg_header.gif) no-repeat center top;
	position: relative;
	height: 100px;
	padding-left: 10px;
}
#header p {
	text-indent: -5000px;
}
/* ナビゲーション
---------------------------------------------------- */
#navi {
	width: 850px;
	height: 42px;
	margin: auto;
	clear: both;	
}
#navi ul {
	width: 850px;
	margin-left: auto;
	margin-right: auto;	
}
#navi ul li {
	display: inline;
	float: left;
	text-decoration: none;
	list-style-type: none;
	text-indent: -5000px;
}
#navi #gn-top a {
	display: block;
	width: 170px;
	height: 42px;
	background: url(../img/gn/gn_top.gif) no-repeat left top;
	text-decoration: none;
}
#navi #gn-top a:hover {
	background: url(../img/gn/gn_top2.gif) no-repeat left top;
}
#navi #gn-shoukai a {
	display: block;
	width: 170px;
	height: 42px;
	background: url(../img/gn/gn_shoukai.gif) no-repeat left top;
	text-decoration: none;
}
#navi #gn-shoukai a:hover {
	background: url(../img/gn/gn_shoukai2.gif) no-repeat left top;
}
#navi #gn-sejyutu a {
	display: block;
	width: 170px;
	height: 42px;
	background: url(../img/gn/gn_shinryou.gif) no-repeat left top;
	text-decoration: none;
}
#navi #gn-sejyutu a:hover {
	background: url(../img/gn/gn_shinryou2.gif) no-repeat left top;
}
#navi #gn-access a {
	display: block;
	width: 170px;
	height: 42px;
	background: url(../img/gn/gn_access.gif) no-repeat left top;
	text-decoration: none;
}
#navi #gn-access a:hover {
	background: url(../img/gn/gn_access2.gif) no-repeat left top;
}
#navi #gn-inquiry a {
	display: block;
	width: 170px;
	height: 42px;
	background: url(../img/gn/gn_toiawase.gif) no-repeat left top;
	text-decoration: none;
}
#navi #gn-inquiry a:hover {
	background: url(../img/gn/gn_toiawase2.gif) no-repeat left top;
}
/* サブコンテンツ
---------------------------------------------------- */
#sub {
	float: right;
	padding-bottom: 15px;
	width: 250px;
	padding-right: 5px;
}
#sub img {
	float: right;
	width: 230px;
	padding-right: 15px;
	margin-bottom: 5px;
}
#sub a img{
	border: none;
}
#sub #annai {
	float: right;
	padding-bottom: 10px;
	width: 250px;
}
#sub #annai img {
	float: right;
	width: 230px;
	padding-right: 15px;
	margin-bottom: 10px;
}
#sub #annai p {
	width: 240px;
	font-size: 11px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
}
#sub #annai .h1 {
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 5px;
	float: left;
	width: 240px;
	color: #333;
	font-weight: bold;
	margin-top: 10px;
	background-image: url(../img/common/sub_h1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 1em;
}
#sub #annai .h2 {
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #33CC66;
	font-size: 14px;
	line-height: 130%;
	margin-bottom: 5px;
	float: left;
	width: 240px;
	color: #333;
	font-weight: bold;
	margin-top: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #00994D;
	text-indent: 0.7em;
}
#sub #annai .h3 {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
	float: left;
	width: 240px;
	color: #333;
	font-weight: bold;
	background: url(../img/common/tel.gif) no-repeat left top;
	text-indent: 1px;
}
#sub .banner {
}
#sub .banner img {
	margin-bottom: 15px;
}
/*フッター
------------------------------------------------------*/
#bottom {
	width: 849px;
	height: 30px;
	font-size: 12px;
	color: #444444;
	clear: both;
	margin-top: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-bottom: 5px;
	text-align: center;
}
ul.menu {

	text-align: center;
	list-style-type: none;
}
ul.menu li {
	display: inline;
}
a {
	text-decoration: none;
}
a:link {
	color: #000000;
}
a:visited {
	color: #990066;
}
a:hover {
	color:#0000CC;
	text-decoration: underline;
}
#footer {
	width: 850px;
	height: 50px;
	font-size: 12px;
	color: #444444;
	text-align: center;
	clear: both;
	padding-right: 5px;
	padding-left: 5px;
	background: url(../img/common/footer.gif) no-repeat center bottom;
}

#footer small{
	color: #444444;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
#footer small a{
	color: #444444;
	text-decoration: none;
}

#footer small a:hover{
	color: #444444;
	text-decoration: none;
}