@charset "shift_jis";
/*------------------------------------
   #bookIntro
------------------------------------*/
#bookIntro{
	margin-left: 75px;
	margin-right: 75px;
	border: 5px double #3fc;
}

#bookIntro h3{
	padding: 10px 0 13px 25px;
	background: url(image/bg_title_black.gif) repeat-x 0 bottom #000;
	color: #fff;
	font-size: 13pt;
	font-weight: 600;
}

#bookIntro h4{
	margin-left: 5px;
	margin-right: 5px;
	padding: 15px 0 12px 20px;
	background: url(image/bg_title_yellow.gif) repeat-x 0 top #ff0;
	font-size: 12pt;
	font-weight: 600;
	color: #333;
}

#bookIntro p{
	margin-left: 25px;
	margin-right: 25px;
}


#bookIntro .ul0{
	list-style: none;
	margin-left: 25px;
	margin-right: 25px;
}

#bookIntro .ul0 li{
	margin: 5px 0;
	padding: 0;
}

#bookIntro .ulCream{
	list-style: none;
	margin-left: 10px;
	margin-right: 10px;
	border-top: 1px dotted #ccc;
	background: #ffc;
}

#bookIntro .ulCream li{
	margin: 10px 0;
	padding: 0 3px 3px 3px;
	border-bottom: 1px dotted #ccc;
}

#bookIntro .ul1, .ul2, .ul3{
	list-style: none;
	margin-left: 18px;
}

#bookIntro .ul1 li, .ul2 li, .ul3 li{
	margin: 10px 0;
	padding-left: 20px;
}

#bookIntro .ul1 li{
	background: url(image/bg_list.gif) no-repeat 0 0.2em;
}

#bookIntro .ul2 li{
	background: url(image/bg_list2.gif) no-repeat 0 0.2em;
}

#bookIntro .ul3 li{
	background: url(image/bg_list3.gif) no-repeat 0 0.2em;
	font-size: 12pt;
	color: #f00;
}

.rightT{
	display: block;
	margin-bottom: 5px;
	text-align: right;
}

#bookIntro ol{
	margin-left: 45px;
	margin-right: 45px;
}



.rightB{
	float: right;
	margin-left: 10px;
}

#bookIntro dt{
	margin-left: 5px;
	margin-right: 5px;
	padding: 8px 0 5px 20px;
	background: url(image/bg_title_black.gif) repeat-x 0 bottom #000;
	font-weight: 600;
	color: #fff;
}

/*
	background: url(image/bg_title_red.gif) repeat-x 0 bottom #ff6626;
*/



#bookIntro dd{
	margin: 5px 25px 20px 25px;
}


#bookIntro .inyo{
	border: 1px dotted #f0c;
	background: #ffc;
	margin: 10px;
	padding: 10px 15px;
}

#bookIntro .inyoLabel{
	display: block;
	text-align: right;
	font-size: 9pt;
}

/*------------------------------------
   #profile
------------------------------------*/
#profile{
	margin-left: 75px;
	margin-right: 75px;
	border: 5px double #666;
	background: #ffc;
}

#profile h3{
	padding: 10px 0 13px 25px;
	background: url(image/bg_title_black.gif) repeat-x 0 bottom #000;
	color: #fff;
	font-size: 13pt;
	font-weight: 600;
}

#profile h4{
	margin-left: 5px;
	margin-right: 5px;
	padding: 15px 0 12px 20px;
	background: url(image/bg_title_yellow.gif) repeat-x 0 top #ff0;
	font-size: 12pt;
	font-weight: 600;
	color: #000;
}

#profile h5{
	margin-left: 25px;
	margin-right: 25px;
	padding: 5px 0 2px 0;
	border-bottom: 2px solid #09f;
	font-size: 11pt;
	font-weight: 600;
	color: #09f;
}

#profile p{
	margin-left: 25px;
	margin-right: 25px;
}

#profile ul{
	list-style: none;
	margin-left: 25px;
	margin-right: 5px;
}

#profile li{
	margin: 10px 0;
	padding-left: 20px;
	background: url(image/bg_listP.gif) no-repeat 0 0.2em;
}


/*------------------------------------
   .purchase
------------------------------------*/
.purchase a{
	display: block;
	width: 650px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	background: url(image/purchase.jpg) no-repeat 0 -80px;
}

.purchase a span{
	display: none;
}

.purchase a:hover{
	background-position: 0 0;
}




