@charset "utf-8";
/* CSS レイアウト */
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
	-webkit-text-size-adjust: none;
}
body {font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;}
;;body {font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;}
*:first-child+html body {font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;}
* html body {font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;}

a {
	color:#111111;
	text-decoration:underline;
	font-weight:normal;
 }
a:visited {
	color:#111111;
	text-decoration:underline;
	font-weight:normal;
}
a:link {
	color:#111111;
	text-decoration:underline;
	font-weight:normal;
}
a:hover {
	color:#FF0000;
	text-decoration:underline;
}
a:active{
	color:#FF0000;
	text-decoration:none;
}

.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix {
	overflow: hidden; /*デザイン時のみ使用 */
	display: inline-table;
}  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  


h1 {
	float:left;
	width:440px;
	margin: 0px auto;
}
h2 {
	margin:0px;
	font-weight:normal;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
h3 {
	font-size:80%;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:normal;
}
body{
	font-size:12px;
	line-height: 1.4em;
	color:#111111;
	background-color:#FAF5F1;
}
img{
	border:0px;
}
.main_title{
	width:800px;
	height:40px;
	background:url(../img/common/title_base.gif) no-repeat top left;
}
.main_title h2{
	float:left;
	margin:0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.main_msg{
	text-align:center;
	padding:20px 0px 20px 0px;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.2em;
}
/**************************************************
 *   テキストカラー
 **************************************************/
.brown{color:#A37845;}
.red{color:#FF0000;}

/**************************************************
 *   ヘッダー
 **************************************************/
/**#header{width:800px;padding:10px 0px;height:60px;margin: 0px auto;}

#header h1{float:left;width:480px;margin:0px;padding:0px;}

#header_menu {
	float:right;
	height:18px;
	padding:0px;
	overflow:hidden;
	width: 240px;
	margin: 20px auto 5px auto;
}
#header_menu ul{margin:0px auto;width:240px;height:18px;list-style:none;padding:0;}
#header_menu #menu_01 {position:relative;float:left;z-index:1;width:120px;height:18px;margin:0px;padding:0;list-style-type:none;vertical-align:bottom;}
#header_menu #menu_01 a {display:block;width:120px;height:18px;background:transparent url('../img/common/header_menu.gif') no-repeat left top;}
#header_menu #menu_01 a span {display:block;width:120px;height:18px;z-index:-1;overflow:hidden;position:absolute;left:-7650px;}
#header_menu #menu_01 a:hover {background:transparent url('../img/common/header_menu.gif') no-repeat left bottom;}
#header_menu #menu_02 {position:relative;float:left;z-index:1;width:120px;height:18px;margin:0px;padding:0;list-style-type:none;vertical-align:bottom;}
#header_menu #menu_02 a {display:block;width:120px;height:18px;background:transparent url('../img/common/header_menu.gif') no-repeat -120px top;}
#header_menu #menu_02 a span {display:block;width:120px;height:18px;z-index:-1;overflow:hidden;position:absolute;left:-7650px;}
#header_menu #menu_02 a:hover {background:transparent url('../img/common/header_menu.gif') no-repeat -120px bottom;}**/

/**************************************************
 *   ヘッダー訂正　2020/02/13　SM
 **************************************************/

#header{
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

#header h1{float:left;width:440px;margin:0px;padding:0px;}

#header h1 img{
	width:100%;
	height: auto;
}

#header_menu2 {
	float:right;
	padding:0px;
	display: block;
}

#header_menu2 ul{
	list-style-type:none;
	display: block;
}

#header_menu2 li a{
text-decoration: none;
	font-weight: bold;
	font-size:12px;
}


.hm-1{
	list-style-type:none;
	display: inline-block;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #162987;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.hm-2{
	list-style-type:none;
	display: inline-block;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #162987;
	margin-left: 30px;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.hm-3{
	list-style-type:none;
	display: block;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #162987;
	padding-left: 5px;
	margin-top: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.hm-1:hover,
.hm-2:hover,
.hm-3:hover{
	border-left-color: #2c97be;
}

/**************************************************
 *  パンくずリスト
 **************************************************/
#pan{
	width:800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#pan a{
	text-decoration:none;
}

/**************************************************
 *   コンテナ
 **************************************************/
#container{
	width:800px;
	margin: 0px auto;
	font-size:1.0em;
}

/**************************************************
 *  コンテンツ
 **************************************************/
#container #contents{width:800px;margin-top: 0px;margin-right: auto;margin-bottom: 0px;margin-left: auto;}

/**************************************************
 *  TOPにもどる
 **************************************************/
#container .pagetop{
	margin:0px;
	clear:both;
	padding:10px 0px;
	height:12px;
}
#container .pagetop a{float:right;display:block;width:100px;height:12px;background:url("../img/common/bt_pagetop.gif") no-repeat 0px 0px;}
#container .pagetop a:hover{background-position:bottom;}
#container .pagetop a span{position:absolute;left:-7650px;}

/**************************************************
 *  フッターナビゲーション
 **************************************************/
.footer_navi{
	width:800px;
	line-height:1.4em;
	padding:10px 0px;
	text-align:center;
	color: #FFF;
}
.footer_navi a{text-decoration:none;color:#FFFFFF;}
.footer_navi a:hover{color:#FF0000;text-decoration:underline;}

/**************************************************
 *  フッター
 **************************************************/
#footer{
	width:800px;
	height:130px;
	background:url(../img/common/footer_back.gif) repeat-x top left;
	text-align:center;
	padding:0px;
	margin:0px;
}
#footer .footer_content{
	height:110px;
	color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
}
#footer .footer_content .logo{display:block;float:left;width:380px;text-align: right;height: 32px;margin:0px;padding-top: 0px;padding-right: 10px;padding-bottom: 0px;padding-left: 10px;}
#footer .footer_content .addr{display:block;float:left;padding:0px 10px;width:380px;text-align: left;height: 32px;line-height: 32px;margin:0px;font-size: 1em;}
#footer .footer_content .copy{display:block;float:right;width:800px;text-align: center;padding:10px 0px;margin:0px;}
