@charset "utf-8";
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #F00;
	background-color: #000;
	text-align: center;
	margin-top: 0px;
}
* {
	padding: 0px;
	margin: 0px;
}
img {
	border: none;
}
#container {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.wrap {
	width: 800px;
}
.flo {
	float: left;
}
.pix_wrap {
	width: 735px;
	padding-left: 41px;
	padding-right: 24px;
	background-image: url(img/img_07.jpg);
	background-repeat: no-repeat;
	height: 240px;
}
.pix {
	width: 228px;
	padding-right: 17px;
	float: left;
	text-align: center;
	height: 240px;
}
.footer {
	width: 718px;
	height: 87px;
	background-image: url(img/img_08.jpg);
	background-repeat: no-repeat;
	padding-right: 41px;
	padding-left: 41px;
}
.txt01 {
	text-align: center;
	width: 228px;
	padding-right: 17px;
	float: left;
	padding-top: 10px;
}
.txt02 {
	text-align: center;
	width: 228px;
	float: left;
	padding-top: 10px;
}
.btn a {
	background-image: url(img/img_04.jpg);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 55px;
	width: 318px;
	text-decoration: none;
	text-align: center;
	text-indent: -9999px;
	float: left;
}
.btn a:hover {
	background-image: url(img/img_04.jpg);
	background-repeat: repeat;
	background-position: left top;
	color: #000;
	text-decoration: none;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

