@charset "utf-8";
* {
	padding: 0;
	margin: 0;
}	
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.8em;
	color: #333;
	background-image: url(img/back.jpg);
	background-repeat: repeat;
}
img {
	border: none;
}
#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}
#wrap {
	width: 740px;
	padding: 0 30px 30px 30px;
	background-color: #FFF;
}
.bar {
	width: 725px;
	height: 30px;
	background-image: url(img/bar.jpg);
	color: #FFF;
	font-size: 14px;
	padding-top: 10px;
	padding-left: 15px;
}
.box {
	width: 710px;
	background-color: #E8E4E4;
	padding: 15px;
}
.box .left {
	width: 330px;
	height: 330px;
	padding-right: 15px;
	padding-bottom: 15px;
	float: left;
}
.box .right {
	width: 365px;
	height: 330px;
	padding-bottom: 15px;
	float: left;
}
.box .right .top {
	width: 365px;
	height: 230px;
}
.box .right .top .bar1 {
	width: 365px;
	height: 25px;
	padding-bottom: 5px;
}
.box .right .top .border {
	width: 355px;
	padding: 5px;
	border-bottom: #332222 dotted 1px;
}
.box .right .top .discount {
	text-align: right;
	padding-top: 10px;
}
.box .right .btn {
	width: 365px;
	height: 100px;
}
.red18 {
	color: #F00;
	font-size: 18px;
	font-weight: bold;
}
.red24 {
	color: #F00;
	font-size: 24px;
	font-weight: bold;
}
.box .bar2 {
	width: 710px;
	height: 25px;
	padding-bottom: 5px;
}
.box .exp {
	width: 700px;
	padding: 5px;
}
.box .exp dt {
	font-size: 14px;
	font-weight: bold;
}
.bottom {
	padding-top: 5px;
}
.box .exp dd {
	padding-left: 10px;
	line-height: 1.4em;
}
#footer {
	padding: 15px 0;
	color: #FFF;
	font-size: 10px;
	text-align: center;
}
