@charset "shift_jis";
/*-------------------------------------------------------------
	header
-------------------------------------------------------------*/
#header h1{
	margin: 0;
	padding: 0;
}
/*-------------------------------------------------------------
	content
-------------------------------------------------------------*/
/*-------------------------------------------------------------
	offer
-------------------------------------------------------------*/
#offer{
	margin: 0 100px 40px;
}

#offer h2{
	margin: 0;
	padding: 3px;
	border-bottom: 2px solid #f00;
	font-size: 13pt;
	font-weight: 700;
	text-align: left;
	line-height: 165%;
	color: #f00;
}

#offer dl{
	margin: 10px 1em 0;
}

#offer dt{
	margin: 0 0 5px;
	border-bottom: 1px dotted #f00;
	font-size: 12pt;
	font-weight: 600;
}

#offer dd{
	margin: 0 0 15px;
	padding-left: 1em;
	font-size: 10.5pt;
}

#offer p{
	margin: 1em;
}
/*-------------------------------------------------------------
	#howto
-------------------------------------------------------------*/
#howto{
	margin: 0 100px 40px;
	padding: 10px;
	background: #ffc;
	border: 2px solid #f00;
}


#howto h3{
	margin: 0 0 10px;
	padding: 3px;
	background: #f00;
	font-size: 11pt;
	font-weight: 600;
	color: #fff;
}

#howto ol{
	margin: 0 0 0 35px;
}

#howto ol li{
	margin-bottom: 15px;
}

#howto table{
	width: 90%;
	margin: 0px auto;
	padding-top: 15px;
	border-top: 2px dotted #f12e9c;
}

#howto th{
	padding: 3px;
	font-size: 9pt;
	font-weight: normal;
	background: #cc9;
}
/*-------------------------------------------------------------
	#book_intro
-------------------------------------------------------------*/
#book_intro{
	margin: 0 100px 40px;
	padding: 10px;
	background: url(../image/bg_book.gif) repeat-y top left #ffd6f4;
	border: 2px solid #f00;
}

#book_intro h2{
	margin: 0 0 10px;
	padding: 3px;
	border-bottom: 2px solid #f00;
	font-size: 14pt;
	font-weight: 600;
	color: #f00;
}

#book_intro h3{
	margin: 0 0 10px;
	padding: 3px;
	background: #000;
	font-size: 12pt;
	font-weight: 600;
	color: #fff;
}

#book_intro p{
	margin: 0 20px;
}

#book_intro ul{
	list-style: none;
	margin: 10px 0 20px;
	padding: 15px 10px 5px 20px;
	background: #ffc;
	border: 1px solid #ff0;
}

#book_intro li{
	margin: 0 0 15px 0;
	font-size: 12pt;
	font-weight: 600;
	color: #f00;
}

#book_intro .number{
	display: inline;
	background: #ff0;
	padding: 3px;
	color: #000;
}

#book_intro h4{
	margin: 35px 0 8px;
	padding: 5px;
	background: #f00;
	font-size: 12pt;
	font-weight: 600;
	color: #fff;
}

.amazon a{
	display: block;
	margin: 15px auto;
	width: 570px;
	height: 76px;
	background: url(../image/purchase.gif) no-repeat 0 0;
}

.amazon a span{
	display: none;
}

.amazon a:hover{
	background-position: 0 -76px;
}

#microphone{
	margin: 20px 0 0;
	padding: 15px;
	background: #ffc;
	border: 2px solid #ff0;
}
/*-------------------------------------------------------------
	#profile
-------------------------------------------------------------*/
#profile{
	margin: 0 100px 20px;
	padding: 10px;
	background: #ffc;
	border: 2px solid #f39;
}

#profile p{
	margin: 0 15px 25px 15px;
}

#profile h3{
	margin: 5px 15px 0 15px;
	font-size: 11pt;
	font-weight: 600;
	text-align: left;
	color: #f39;
}

#profile h4{
	margin: 5px 15px 10px 15px;
	border-bottom: 4px solid #f39;
	font-size: 12pt;
	line-height: 180%;
	font-weight: 600;
	text-align: left;
}
/*-------------------------------------------------------------
	.app
-------------------------------------------------------------*/
.button_app a{
	display: block;
	margin: 15px auto;
	width: 600px;
	height: 80px;
	background: url(../image/app.jpg) no-repeat 0 0;
}

.button_app a span{
	display: none;
}

.button_app a:hover{
	background-position: 0 -80px;
}
/*-------------------------------------------------------------
	.dl
-------------------------------------------------------------*/
.dl a{
	display: block;
	margin: 15px 100px;
	width: 600px;
	height: 80px;
	background: url(../image/dl.jpg) no-repeat 0 0;
}

.dl a span{
	display: none;
}

.dl a:hover{
	background-position: 0 -80px;
}


/*---------- .right/.clear ----------*/
.right{
	float: right;
	margin-left: 10px;
}

.clear{
	clear: both;
}

/*---------- fonts ----------*/
strong{ font-weight: 600;}

.taCenter{text-align:center;}

.red{ color: #ff0000;}
.orange{ color: #ff9900;}
.blue{ color: #0000ff;}
.pink{ color: #f12e9c;}
.gray{ color: #666666;}

.small{ font-size: smaller;}

.underline{ text-decoration: underline;}

.bold600{ font-weight: 600;}

.f11{ font-size: 11pt;}
.f12{ font-size: 12pt;}
.f13{ font-size: 13pt;}
.f14{ font-size: 14pt;}
.f15{ font-size: 15pt;}
.f16{ font-size: 16pt;}