@charset "Shift_JIS";

body {
	background-image: url(../_i/bg_800.png);
	background-repeat: x-repeat;
	color: #fff;
	font-family:'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'メイリオ', 'ＭＳ Ｐゴシック';
	font-size: 8pt;
	line-height: 1.5;
}
p {
	margin-bottom: 10px;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#666;
}

#bg800 {
	width: 700px;
	margin: 0 auto;
}

#bg800 h1 {
	color: #fff;
	text-align: left;
	font-size: 200%;
	padding: 30px 0 10px 0;
	font-weight: lighter;
}
.sizeText {
	text-align: left;
	font-size: 10pt;
	margin: 10px 10px;
}

#bg800 #sizeLabel {
	list-style: none;
	width: 100%;
	margin-top: 35px;
}
#bg800 #sizeLabel li {
	list-style: none;
	width: 220px;
	float: left;
}
#bg800 #sizeLabel a {
	display: block;
	width: 220px;
	height: 33px;
}
#bg800 #sizeLabel a span {
	display: none;
}
a.hontai {
	background-image: url(../_i/label_hontai.gif);
}
a:hover.hontai {
	background-position:0 -33px;
}
a.nisugata {
	background-image: url(../_i/label_nisugata.gif);
}
a:hover.nisugata {
	background-position:0 -33px;
}
#bg800 #sizeLabel a.currentHontai {
	background-image: url(../_i/label_hontai.gif);
	background-position:0 -33px;
}
#bg800 #sizeLabel a.currentNisugata {
	background-image: url(../_i/label_nisugata.gif);
	background-position:0 -33px;
}




#aeroHontai {
	width: 700px;
	height: 594px;
	background-image: url(../_i/aero_hontai.gif);
	background-repeat: no-repeat;
	float: left;
}
#aeroNisugata{
	width: 700px;
	height: 594px;
	background-image: url(../_i/aero_nisugata.gif);
	background-repeat: no-repeat;
	float: left;
}
