@charset "UTF-8";

* {
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;
}
a { color: #0401b7; }
a:visited {
	color: #0401b7;
	text-decoration: none;
}
a:hover {
	color: #297899;
	text-decoration: underline;
}
a:active { color: #FFF; }

body {
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #333333;
	font-size:12px;
	line-height:18px;
	background: #000000 url(../images/bg_body.gif) repeat-x top center;
}

img { border: 0;}

#container {
	position: relative;
	width: 950px;
	margin: 0 auto 30px;
	text-align: left;
	background: url(../images/bg_container.jpg) no-repeat top center;
}

#container h1 {
	width: 910px;
	margin: 0 auto;
}

#logo {
	position: absolute;
	top: 19px;
	left: 700px;
}

#contents {
	position:relative;
	zoom:1;
	width: 950px;
	margin: 299px auto 0;
	background: url(../images/bg_contents.gif) repeat-y top center;
}

#contents #lead {
	padding: 148px 30px 10px;
	background: url(../images/bg_contents_lead.jpg) no-repeat top center;
}

#cont01 {
	width: 850px;
	margin: 0 auto 15px;
	padding: 20px;
	background: #ffffff;
	border: #be111b 1px solid;
	border-radius: 8px;
	behavior: url(stylesheets/ie-css3.htc);
}
#cont01 #boxA {
	float: left;
	width: 405px;
	padding-right: 21px;
	background: url(../images/cont01_line.gif) repeat-y top right;
}
#cont01 #boxB {
	float: right;
	width: 405px;
}
#cont01 h3 {
	margin-bottom: 15px;
}
#cont01 dl {
	margin: 10px 0 5px;
}
#cont01 dt {
	float: left;
	width: 66px;
}
#cont01 dd {
	float: right;
	width: 329px;
	font-weight: bold;
	min-height: 4.5em;
	height: auto !important;
	height: 4.5em;
}
#cont01 .order {
	width: 345px;
	margin: 0 auto;
	text-align: center;
}
#cont01 .order p {
	color: #be111b;
	font-weight: bold;
	font-size: 16px;
}
#cont01 .order p span {
	color: #333333;
	font-weight: bold;
	font-size: 14px;
}
#cont01 .order .btn {
	float: left;
}
#cont01 .order .price {
	float: right;
	line-height: 2.3;
}
#cont01 .order .price-end {
	line-height: 2.3;
}
#cont01 .order .soldout {
	margin-top: 5px;
}

#cont02 {
	clear: both;
	width: 890px;
	margin: 0 auto 30px;
	background: #000000 url(../images/bg_cont02.jpg) no-repeat top center;
}
#cont02 #txtarea {
	float: right;
	width: 480px;
	margin-bottom: 20px;
	padding-right: 20px;
	padding-top: 23px;
}
#cont02 #txtarea h3 {
	margin-bottom: 10px;
}
#cont02 #txtarea .link {
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: right;
}
#cont02 #txtarea #movie {
	padding: 5px;
	background: #3b4347 url(../images/bg_cont02_movie.jpg) no-repeat top center;
}
#cont02 #txtarea #movie iframe {
	float: left;
}
#cont02 #txtarea #movie p {
	float: right;
	margin-top: 61px;
	margin-right: 14px;
}
#cont02 #photo {
	float: left;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-top: 23px;
}

#googleAd {
	margin-bottom: 30px;
	text-align: center;
}

#footerlink {
	margin-bottom: 15px; 
	text-align: center;
}

.clear {
	clear: both;
}

.clearfix {zoom:1;}
.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;}