@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:100%;
	line-height:130%;
	background-color:#F9F6ED;
}

img {
	border:0;
}

a:hover img {
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.width {
	width:950px;
	margin:0 auto;
}

.clear {
	clear:both;
	font-size:1px;
	line-height:1px;
	margin-top:-1px;
}

li {
	list-style:none;
}





/* CSS Document */

.header {
	text-align:center;
	background:url(../images/top_bg.jpg) repeat-x;
	height:300px;
}




/* CSS Document */

.check_1 {
	margin:30px 0 30px 20px;
}
.check_1 li {
	padding:10px 0 10px 40px;
	background:url(../images/check_1.jpg) no-repeat;
	background-position:left center;
	font-size:120%;
	line-height:130%;
	font-weight:bold;
}

.check_2 {
	margin:20px 0 30px 20px;
}
.check_2 li {
	padding:20px 0 20px 40px;
	border-bottom:dotted 1px #ccc;
	background:url(../images/check_2.jpg) no-repeat;
	background-position:left center;
}
.check_2 li.speace {
	padding:0 0 15px 40px;
	height:44px;
	line-height:44px;
	background-position:left top;
	margin:20px 0 5px;
}




/* CSS Document */

.left {
	float:left;
	width:665px;
	font-size:95%;
	line-height:150%;
}

.left p {
	margin:30px 0;
}
.left p.strat {
	margin:0 0 30px;
}

.left h2 {
	text-align:center;
	margin:80px 0 0;
	font-size:240%;
	line-height:130%;
	color:#8D4930;
}

.left .mp3 {
	margin:40px 0;
}

.left .price {
	font-size: 240%;
	line-height: 130%;
	font-weight: bold;
	margin: 40px 0;
	text-align: center;
	color: #CC0000;
}

.left .end {
	border-top:solid 5px #000;
	text-align:right;
	padding:15px 0 0;
	font-size:130%;
	margin:50px 0;
}

.left .box {
	margin:60px 0 0;
}
.left .box h3 {
	font-size:130%;
	line-height:100%;
	margin:0 0 0 -10px;
}
.left .box p {
	margin:0 0 20px;
	line-height:200%;
}
.left .box .title {
	text-align:center;
	font-size:160%;
	line-height:100%;
	font-weight:bold;
	margin:50px 0 10px;
}
.left .box .mobile {
	text-align:center;
	margin:15px 0 50px;
}




/* CSS Document */

.sidebar {
	float:right;
	width:261px;
	margin:0 0 0 20px;
	background:url(../images/side_2.jpg) repeat-y;
}

.sidebar .woman {
	text-align:center;
}

.sidebar .man {
	text-align:center;
	margin:50px 0 0;
}

.sidebar .name {
	text-align:center;
	font-size:80%;
	line-height:150%;
	margin:5px 0 10px;
}
.sidebar .name strong {
	font-size:110%;
	line-height:150%;
}

.sidebar p {
	font-size:80%;
	line-height:160%;
	margin:20px 25px;
}

.sidebar h2 {
	font-size:100%;
	line-height:130%;
	text-align:center;
	margin:0 0 -10px;
}

.side_img {
	margin:-10px 0;
}
.side_img li {
	text-align:center;
	margin:10px 0;
}
.side_img li img {
	border:solid 1px #DDD;
}




/* CSS Document */

.fotter {
	border-top:solid 1px #DDD;
	padding:20px 0;
	text-align:center;
	margin:10px 0 0;
	color:#5F5854;
}
.fotter .link a {
	color:#5F5854;
}
.fotter .link a:hover {
	color:#817772;
	text-decoration:none;
}
.fotter .copyright {
	font-size:70%;
	line-height:130%;
	margin:5px 0 0;
}



/* ################## Color Document ####################### */

.red {
	color: #CC0000;
}

.bold {
	font-weight: bold;
	color: #F00;
	font-size: 36px;
	text-align: center;
}

.yellow {
	background-color:#FFFF00;
}

.u {
	text-decoration:underline;
}

.big {
	font-size:170%;
	line-height:130%;
	font-weight:bold;
	margin:40px 0;
}
