@charset "UTF-8";
/*-------------------------------------------------------ベース*/
body{
	margin:auto;
	padding:0;
	text-align:center;
	line-height:1.4;
	color:#333;
	font-family:Arial, sans-serif;
	font-size:0.9em;
	letter-spacing:1px;
	background-color: #171111;
	background-repeat: repeat;
	background-image: url(../image/top/bglogo.gif);
}
/*------------------------------------------------リンクの設定*/
a{text-decoration:none;background-color:transparent;}
/*------------------------------------------------レイアウト*/
div#out{
	clear:left;
	overflow:hidden;
	width:940px;
	padding:0;
	background-color:#fff;
	margin-top: 20;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 14px;
	border-right-width: 20px;
	border-bottom-width: 14px;
	border-left-width: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
}

div#head{
	float:left;
	width:940px;
	margin:0 0 0;
	padding:0;
	height:auto;
	text-align:left;
	background:#fff url(../image/common/headback.gif) repeat;
	background-color: #24140E;
	background-image: url(../image/common/headback.gif);
	background-repeat: repeat;
}
div#outer{
	float:left;
	width:940px;
	margin:0 0;
	padding:0;
	text-align:center;
	background-color:#fff;
}


div#sub{
	float:left;
	margin:0;
	padding:0;
	width:210px;
}


div#foot{
	float:left;
	width:940px;
	margin:0 0;
	padding:10px 0 100px 0;
	height:auto;
	background:#fff;
	font-size:10px;font-weight:normal;background:#24140e;
}
	
/*-------------------------------------------------------一般タグ*/
img{border:0;}
ul{list-style-type:none;} 
/*-------------------------------------------------------ヘッダー*/	
	
div#head-logo{
	float:left;
	text-align:left;
	padding-left:12px;margin:0;
}
div#head-logo h1 a{
	display:block;
	position:absolute;top:10px;
	width:155px;
	height:80px;
	text-decoration:none;
	text-indent:-9999px;
	background:transparent url(../image/common/astonish.gif) no-repeat;
}
div#head h2 strong{
	display:block;
	text-indent:-9999px;
	text-decoration:none;
}	
/*-------------------------------------------------------ヘッダーメニュー*/	
div#navi{
	float:right;
	margin:0;
	padding:0;

	width:460px;
	height:95px;
}	

div#navi dl{
	float:left;
	margin:0;
	padding:0;	height:95px;
	text-decoration:none;
}	
	
div#navi dt{
	float:left;
	margin:0;
	padding:0;	height:95px;
}

/*-------------------------------------------------------フッター*/
div#foot p{
	float:left;
	margin:0 0 0 8px;
	padding:0;
	text-align:left;
	font-size:11px;font-weight:normal;color:#fff;
}	

div#foot dl{
	float:right;
	margin:0 8px 0 0;
	padding:0;
}	

div#foot dt a{
	float:left;
	margin:0 5px 0 0;
	padding:0.3em 0 0 15px;
	height:20px;
	font-size:100%;font-weight:normal;color:#fff;
	text-decoration:none;
	background: url(../image/common/footpoint.gif) no-repeat;
}

div#foot dt a:link{color:#fff;text-decoration:none;}
div#foot dt a:visited{color:#fff;text-decoration:none;}
div#foot dt a:hover{color:#c30;text-decoration:none;}
div#foot dt a:active{color:#fff;text-decoration:none;}
