/*******************　全体レイアウト　*********************/

body {
	margin: 0px;
	text-align: center;
}

#wrapper {
	width: auto;
	text-align: left;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: auto;
}

#header {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: auto;
}

#header_bg {
	width: auto;
	background-image: url(./images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	height: 520px;
}


#footer {
	text-align: center;
	height: 100px;
	width: auto;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
}


/*******************　コンテンツ部分　*********************/


#main {
	width: 880px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

#subhead {
	width: 620px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

#contents {
	width: 740px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#contents01 {
	width: 560px;
	text-align: left;
	margin-right: auto;
	padding: 10px;
	border: thin solid #CC0000;
	margin-left: auto;
}

#contents01 p{
	text-align: left;
	text-indent: 22px;
	background-image: url(images/diamond.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
}

#contents02 {
	width: 575px;
	text-align: left;
	margin-right: auto;
	padding: 10px;
	border: thin solid #CC0000;
	margin-left: auto;
}

#contents02 p{
	text-indent: 30px;
}

/*******************　ベネフィットなど特殊ボックス　*********************/

#benefit_bg {
	background-image: url(images/benefit_bg.jpg);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	width: 716px;
}

#benefit {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}

#benefit p {
	font-size: 16px;
	font-weight: bold;
	background-image: url(./images/check.gif);
	background-repeat: no-repeat;
	text-indent: 20px;
}

/****************************************/

#dvd_bg {
	background-image: url(images/dvd_bg.jpg);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	width: 716px;
}

#dvd {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}

/****************************************/

#message_bg {
	background-image: url(./images/mess_bg.jpg);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	width: 716px;
}

#message {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}

#message h4 {
	font-size: 16px;
	text-align: center;
	color: #E60000;
	font-weight: bold;
	padding-bottom: 15px;
}

/****************************************/

#tokuten_bg {
	background-image: url(./images/toku_bg.jpg);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	width: 716px;
}

#tokuten {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}

#tokuten h4 {
	font-size: 16px;
	text-align: center;
	color: #E60000;
	font-weight: bold;
}

#tokuten h5 {
	font-size: 16px;
	font-weight: bold;
	background-image: url(./images/check04.gif);
	background-repeat: no-repeat;
	text-indent: 20px;
	line-height: 150%;
}

#tokuten .chk01 {
	font-size: 16px;
	font-weight: bold;
	background-image: url(./images/check01.gif);
	background-repeat: no-repeat;
	text-indent: 20px;
	line-height: 150%;
}

#tokuten .chk02 {
	font-size: 16px;
	font-weight: bold;
	background-image: url(./images/check02.gif);
	background-repeat: no-repeat;
	text-indent: 20px;
	line-height: 150%;
}

/*******************　文字飾り　*********************/

h1 {
	font-size: 12px;
	text-align: center;
	color: #666666;
	text-indent: -9999px;
	line-height: 30px;
}

h2 {
	font-size: 16x;
}

p {
	font-size: 14px;
	color: #333333;
	line-height: 130%;
}

.b24px {
	font-size: 24px;
	font-weight: bold;
}

.b24red {
	font-size: 24px;
	font-weight: bold;
	color: #FF3300;
}

.b18px {
	font-size: 18px;
	font-weight: bold;
}

.b18red {
	font-size: 18px;
	font-weight: bold;
	color: #FF3300;
}

.back-yellow {
	font-weight: bold;
	background-color: #FFFF00;
}

.privacy {
	text-align: center;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
}

.privacy a{
	color: #666666;
	text-decoration: none;
}

.underbold {
	font-weight:bold;
	text-decoration: underline;
}
.redbold {
	color: #FF3300;
	font-weight: bold;
}
.bluebold {
	color: #000066;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}

.pict {
	float: left;
	clear: left;
	padding-right: 5px;
	padding-bottom: 5px;
}

.pict-r {
	float: right;
	clear: left;
	padding-left: 5px;
}
