@charset "utf-8";
/*******************************
　共通設定
*******************************/
*{
	margin:0px;
	padding:0px;
}

body{
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	word-break: break-all;
	font-size: 12px;
	-webkit-text-size-adjust: 100%;
}

/* 回り込み解除 */
hr{
	clear:both;
	border:none;
}

/* 画像 */
img{
	border: none;
	vertical-align: top;
}

/* テーブル */
table{
	border-collapse: collapse;
}

/* リンク */
a{
	color: #000000;
}
a:hover{
	text-decoration: none;
}

/* 隙間調整 */
.mt5{
	margin-top: 5px !important;
}
.mt10{
	margin-top: 10px !important;
}
.mt20{
	margin-top: 20px !important;
}
.mt30{
	margin-top: 30px !important;
}


/*******************************
　ヘッダー
*******************************/
#header_bg{
	min-width: 1000px;
	background: #19402C;
}
#header_con{
	width: 1000px;
	margin: auto;
}
#header_con h1{
	font-weight: normal;
	font-size: 12px;
	color: #D8AC4B;
	padding-top: 10px;
	padding-left: 15px;
	line-height: 1;
}
#header_con .h_logo{
	float: left;
}
#header_con .h_con{
	float: right;
	vertical-align: bottom;
	padding-top: 12px;
}
#header_con .h_con img{
	margin-left: 10px;
}

/*******************************
　フッター
*******************************/
#footer_link{
	width: 1000px;
	margin: auto;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer_link li{
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
	border-left: solid 1px #000000;
	line-height: 1;
}
#footer_link li:first-child{
	border-left: none;
}
#footer_link li a{
	text-decoration: none;
}
#footer_link li a:hover{
	text-decoration: underline;
}

#footer_bg{
	min-width: 1000px;
	background: #19402C;
	color: #D8AC4B;
}
#footer_con{
	text-align: center;
	width: 1000px;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 10px;
	line-height: 1.8;
}
#footer_con .text1{
	margin-top: 10px;
}
#footer_con .text2{
}
#footer_con a{
	color: #D8AC4B;
}

/*******************************
　全ページスタイル
*******************************/
#wrap_bg{
	background-image: url("../Image/bg.jpg");
	background-position: top center;
	min-width: 1000px;
}

#header_image_bg{
	min-width: 1000px;
	text-align: center;
	background: #964A29;
}

#main{
	width: 1000px;
	margin: auto;
	padding-top: 15px;
}
#link_con{
	float: left;
	width: 250px;
}
#link_con .left_links{
}
#link_con .left_links li{
	list-style: none;
	margin-top: 15px;
}
#link_con .left_links li:first-child{
	margin-top: 0px;
}
#link_con .left_links .sub{
	margin-top: 10px;
}

#main_con{
	float: right;
	width: 650px;
}

