@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

a:link{color:#FFFFFF;}
a:hover{color:#990000;}
a:visited{color:#FFFFFF;}

#total_container{
	width:1000px;
	height:auto;
	margin:0 auto;
}

#header_area{
	width:1000px;
	height:340px;
	margin:auto;
	background-image:url(img/header_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#title{
	width:601px;
	height:162px;
	padding-left:50px;
	padding-top:80px;
}

#btn_area{
	width:900px;
	height:40px;
	margin:0 auto;
}
.btn{
	font-size:0px;
	float:left;
}

#set_box_01{
	width:800px;
	height:740px;
	margin:0 auto;
}
#set_box_02{
	width:800px;
	height:510px;
	margin:0 auto;
}

.img{
	font-size:0px;
}
.left{
	float:left;
	font-size:0px;
}
.clear{
	clear:both;
}
.buy_btn_01{
	width:177px;
	height:70px;
	float:left;
	padding-top:5px;
}
.buy_btn_02{
	width:88px;
	height:21px;
	float:left;
	padding-top:2px;
	padding-bottom:2px;
}

.set_box_base_header{
	width:800px;
	height:100px;
	background-image:url(images/set_box_base01_01.jpg);
	background-position:center;
	background-repeat:no-repeat;
	font-size:0px;
}
.set_box_base_header_X{
	width:800px;
	height:100px;
	background-image:url(images/set_box_base03_01.jpg);
	background-position:center;
	background-repeat:no-repeat;
	font-size:0px;
}
.set_box_base_center{
	width:720px;
	height:520px;
	background-color:#fffae8;
	float:left;
	font-size:0px;
}
.set_box_base_center_a{
	width:720px;
	height:520px;
	background-image:url(images/set_box_base01_03.jpg);
	float:left;
	font-size:0px;
}
.set_box_base_center_b{
	width:720px;
	height:520px;
	background-image:url(images/set_box_base02_03.jpg);
	float:left;
	font-size:0px;
}
.set_box_base_center_X{
	width:720px;
	height:290px;
	background-image:url(images/set_box_base03_03.jpg);
	background-position:center;
	background-repeat:no-repeat;
	float:left;
	font-size:0px;
}
.set_box_base_center_small{
	width:720px;
	height:290px;
	background-color:#fffae8;
	float:left;
	font-size:0px;
}

.set_box_base_footer{
	width:800px;
	height:100px;
	background-image:url(images/set_box_base01_05.jpg);
	background-position:center;
	background-repeat:no-repeat;
	font-size:0px;
	clear:both;
}
.set_box_base_footer_small{
	width:800px;
	height:100px;
	background-image:url(images/set_box_base02_05.jpg);
	background-position:center;
	background-repeat:no-repeat;
	font-size:0px;
	clear:both;
}
.set_box_base_footer_X{
	width:800px;
	height:100px;
	background-image:url(images/set_box_base03_05.jpg);
	background-position:center;
	background-repeat:no-repeat;
	font-size:0px;
	clear:both;
}

#all_set_top{
	width:800px;
	height:100px;
	font-size:0px;
}
#all_set_center{
	width:720px;
	height:290px;
	background-image:url(images/all_set_03.jpg);
	background-position:center;
	background-repeat:no-repeat;
	font-size:0px;
	float:left;
}

#all_set_bottom{
	width:800px;
	height:100px;
	font-size:0px;
	clear:both;
}

#link_box{
	width:1000px;
	height:20px;
	background-color:#FF3300;
	color:#FFFFFF;
	margin:0 auto;
	text-align:center;
	font-size:12px;
	line-height:20px;
}
#footer_space{
	margin:0 auto;
	width:1000px;
	height:10px;
}
#footer_bg{
	width:1000px;
	height:20px;
	background-color:#FF3300;
	color:#FFFFFF;
	margin:0 auto;
	text-align:right;
	font-size:12px;
	line-height:20px;
}


