@charset "utf-8";
/* CSS Document */

body {
	padding: 0; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #999999;
	background-color: #FFFFFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 12px;
}
a:link {
	font-size: 12px;
	font-weight: bold;
	color: #FD63D3;
	text-decoration: none;
}
a:visited {
	color: #FF6699;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FF3399;
	font-weight: bold;
}
a:active {
	color: #FD63D3;
	font-weight: bold;
}


.oneColFixCtr #container {
	background-color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	width: 1024px;
	height: auto;
}

#container #cont_01 {
	margin: 0px;
	padding: 0px;
	height: 251px;
	width: 1024px;
	float: left;
}
#container #cont_02 {
	float: left;
	height: 300px;
	width: 1024px;
	background-image: url(../images/main_02.jpg);
	background-repeat: no-repeat;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
#container #cont_03 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 217px;
	width: 1024px;
}

#container #jac_01 {
	margin: 0px;
	padding: 0px;
	height: 230px;
	width: 950px;
}
#container #jac_02 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 240px;
	width: 950px;
}
#container #jac_03 {
	width: 950px;
	margin: 0px;
	padding: 0px;
	height: 230px;
	float: left;
}
.buy_bn {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
