@charset "utf-8";

body {
	min-width: 700px; /* 全体の最小幅 */
	margin: 0;
	padding: 0;
	background-color:; /* 全体の背景色 */
	color: #151515; /* 全体の文字色 */
	font-size: 95%; /* 全体の文字サイズ */
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	background-image: url(../image/a1_logo_bg.png) ;
	background-position : right bottom;
	background-repeat : no-repeat;
	background-attachment : fixed;
	}

h1 {
	font-size: 0.8em;
	font-weight: normal;
	padding: 0 0 0 20px;
	line-height: 1.0em;
	}

/* --- clearfix --- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

#wrap {
width: 800px;
margin: 0 auto;
}

/* ヘッダー項目 */
#overhead {
	width: 100%;
	height: 25px;
	position: fixed;
	margin: 0 auto;
	background-color: rgba(255,255,255,1.0);
	top: 0;
	left: 0;
	z-index: 2;
	}

/* --- ガイドメニュー --- */
#overhead ul.guide {
	position: absolute; /* 絶対配置 */
	top: 5px; /* 上からの距離 */
	right: 10px; /* 右からの距離 */
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

/* メニュー項目 */
#overhead ul.guide li {
	display: inline;
	padding: 0 7px 0 13px; /* 項目のパディング（上右下左） */
	font-size: 0.8em;
	}

#header {
	width: 100%;
	height: 55px;
	margin: 25px auto;
	position: fixed;
	background-image: url(../image/bg_01.png);
	border-top: solid 10px #f20;
	border-bottom: solid 10px #f20;
	top: 0;
	left: 0;
	z-index: 3;
	}

#header_inn {
	margin: 0 auto;
	width: 60%;
	padding: 5px 0 5px 0;
	text-align: right;
	}


#header_inn img {
	padding-right: 25px;
	}

/* オープニングエリア */
#opening {
	width: 700px;
	height: ;
	clear: both;
	margin: 105px auto;
	background-color: rgba(255,255,255,0.5);
	}

#spec {
	width: 710px;
	height: px;
	margin: 0 auto;
	
}

#spec_head {
width: 715px;
height: 40px;
margin: 5px auto;
}



th {
font-size: 1.2em;
font-weight: bold;
color: white;
padding: 8px 15px 10px 13px;
background: url(../image/th.png);
text-shadow: 0.8px 0.8px 0.5px #333;
border-bottom: 2px solid #f22;
}

.spec_inn {
width: 350px;
float: left;
margin-top: 30px;
}



/* table control */

table {
border: 0px;

}

.table_01 {
background: url(../image/equip_on.png);
font-size: 0.8em;
padding: 10px 15px 10px 15px;
color: white;
text-shadow:0.8px 0.8px 0.8px #222;
}

.table_02 {
background: url(../image/equip_on.png);
font-size: 0.8em;
padding: 10px 15px 10px 15px;
color: white;
text-shadow:0.8px 0.8px 0.8px #222;
}

.table_03 {
background: url(../image/equip_on.png);
color: white;
font-size: 1.2em;
font-weight: bold;
padding: 10px 15px 10px 15px;
font-family: Arial Black;
font-style: oblique;
text-shadow:0.8px 0.8px 0.8px #222;
}

.table_04 {
background: url(../image/equip_on.png);
font-size: 0.8em;
padding: 10px 15px 10px 15px;
text-align: center;
color: white;
text-shadow:0.8px 0.8px 0.8px #222;
}
.equip {
font-size: 0.7em;
background: url(../image/equip.png);
color: #222;
text-align: center;
}

.on {
background: url(../image/equip_on.png);
color: white;
font-weight: bold;
text-shadow: 0.5px 0.5px 0.3px #333;
}

.button {
margin: 0 auto;
text-align: center;
}