@charset "utf-8";
/* 共有ベース定義
-----------------------------------------------	*/

body {
	text-align:left;
	color: #000000;
	cursor: auto;
	font: normal normal 15px/24px "ヒラギノ角ゴシックPro", "Hiragino Kaku Gothic Pro", "ヒラギノ明朝体 Pro", "ＭＳ ゴシック",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, sans-serif;
	letter-spacing:1px;
	min-width:1000px;
  	text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background: url(../img/shared/bg.jpg) repeat top center;
}
.mincho {
	font:normal normal 13px/25px  "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "HGS明朝E", serif;
}
#wrapper{
	width:100%;
	min-width:1000px;
	overflow:hidden;
}
*:first-child+html img {
	vertical-align: top;
}
* html img {
	vertical-align: top;
}
/* 強調 */
strong {
	font-weight: bold;
}
a{
	color: #ffffff;
	text-decoration: none;
}

/*=============================================*/
/*                ヘッド部分                   */
/*=============================================*/

#header {
	height: 699px;
	position: relative;
	width: 100%;
}
#header .content{
	height: 699px;
}
#header .content p{
	position: absolute;
	right: 0;
	bottom: 72px;
}
h1 {
    font-size: 12px;
    position: absolute;
	left: 50%;
	margin-left: -500px;
	top: 10px;
	z-index:100;
}
#key{
	width: 100%;	
	height: 699px;
}
.key_txt{
	position: absolute;
	right: 0;
	bottom: 161px;
}
#nav{
	background:url(../img/shared/nav_bg.jpg) repeat-x top center;
	padding-top: 19px;
	height: 194px;
	width: 100%;
}
#logo{
	float: left;
	width: 215px;
}
.tel{
	width: 266px;
	margin-top: 44px;
	float: left;
}
#nav ul{
	float: right;
	width: 457px;
	margin-top: 13px;
}
#nav li{
	float: left;
	margin-left: 28px;
	width: 43px;
}
#nav li ul{
	margin-top: 26px;
	float:left;
	width:auto;
}
.w145{
	width: 145px !important;
}
#nav li ul li{
	margin-left: 3px;
}
#nav li ul li+li{
	margin-left: 12px;
}
#nav li a{
	float: left;
}
/*=============================================*/
/*                100%メイン囲み   top           */
/*=============================================*/

div#container {
	min-width:1000px;
	width: 100%;
	margin:auto;
}
.content{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#topcontrol{
	z-index: 3000;
}

/*=============================================*/
/*                   フッターメニュー          */
/*=============================================*/


#footer {
	background:url(../img/shared/footer_bg.jpg) repeat-x top center;
	padding-top: 49px;
	color:#ffffff;
}
#footer .content{
	height: 598px;
}
.footer_logo{
	float: left;
	width: 262px;
	margin-left: 80px;
}
.footer_tel{
	float: left;
	width: 331px;
	margin-top: 39px;
}
.footer_txt1{
	margin-bottom: 20px;
}
.footer_txt2{
	margin-bottom: 15px;
}
#footerNav{
	position: absolute;
	background:#000000;
	right: 0;
	top: 192px;
	padding:35px 0 35px 65px;
	width: 270px;
}
#footerNav a{
	color:#ffffff;
	font-size: 14px;
	line-height:32px;
	text-decoration:underline;
}
#footerNav a:hover{
	text-decoration: none;
}
#footerNav li{
	display:inline-block;
	background:url(../img/shared/footer_icon.png) no-repeat 3px 11px;
	padding-left: 21px;
	padding-right: 10px;
}
#footerNav li ul{
	display:block;
	width: 249px;
}
#footerNav li ul li{
	display:block;
	background:url(../img/shared/footer_icon2.jpg) no-repeat 3px 11px;
}
address{
	font-size: 13px;
	font-style:inherit;
	padding-top: 59px;
	text-align:center;
	
}
#vcard{
	margin-left: 90px;
}
/* CLEAR FIX
--------------------------------------------------------- */
.clearfix {
	zoom:1 !important;
}/* for IE 5.5-7 */
.clearfix:after {
	content: "." !important;
	display: block !important;
	height: 0px !important;
	clear: both !important;
	visibility: hidden !important;
}

.center{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.text_center{
	text-align: center !important;
}
.text_right{
	text-align: right;
}
.left_col{
	float: left;
}
.right_col{
	float: right !important;	
}
hr{
	border:none;
	width: 100%;
	background:url(../img/shared/line.jpg) repeat-x top center;
	height: 6px;
}
.bg2{
	background:url(../img/shared/bg2.jpg) repeat top center;
}
.bg3{
	background:url(../img/shared/bg3.jpg) repeat top center;
}
.bg4{
	background:url(../img/shared/bg4.jpg) repeat top center;
}
.w900{
	width: 900px;
	margin:auto;
}
.menuList li{
	position: relative;
	border-bottom:2px dotted #0e050a;
	line-height:26px;
	padding:12px 7px;
}
.menuList li span{
	position: absolute;
	right: 7px;
	top: 12px;
}
.menuList li:last-child{
	border-bottom:none !important;
}
.col{
	float: left;
	width: 256px;
}
.col+.col{
	margin-left: 50px;
}
.pageList{
	margin:auto;
	border:1px solid #0e050a;
	padding:22px 0 10px 12px;
	width: 886px;
	position: relative;
}
.pageList h3{
	float: left;
	width: 191px;
	margin-right: 56px;
}

/*　-------------------------------------------------------------------------------------

スマホ閲覧時スマホサイト誘導ボタン
-------------------------------------------------------------------------------------　*/
#sp_botan a{
	border:1px #9b7b16 solid;
	padding:25px 5px;
	text-align:center;
	font-size:32px;
	color:#FFFFFF;
	display:block;
	text-decoration:none;
	background: #000; 
}