@charset "shift-jis";
/************************************/
/* font              */
.j09{ font-size: 9px; line-height: 130%;}
.j10{ font-size: 10px; line-height: 130%;}
.j12{ font-size: 12px; line-height: 130%;}
.j14{ font-size: 14px; line-height: 130%;}
.j18{ font-size: 18px; line-height: 130%;}
.j24{ font-size: 24px; line-height: 130%;}

.w09{ font-size: 9px; line-height: 160%;}
.w10{ font-size: 10px; line-height: 160%;}
.w12{ font-size: 12px; line-height: 160%;}
.w14{ font-size: 14px; line-height: 160%;}
.w18{ font-size: 18px; line-height: 160%;}
.w24{ font-size: 24px; line-height: 160%;}

/* ©o΅              */
h1{font-size: 24px;line-height: 180%;font-weight: bold;}
h2{font-size: 18px;line-height: 180%;font-weight: bold;}
h3{font-size: 14px;line-height: 180%;font-weight: bold;}
h4{font-size: 12px;line-height: 180%;font-weight: bold;}
h5{font-size: 10px;line-height: 180%;font-weight: bold;}
h7{font-size: 9px;line-height: 180%;font-weight: bold;}

/*­²F              */
.vivid{
	color: #663399;
}
.caution{
	color: #CC0000;
}
/************************************/
/* NΜF  */
a{
	color: #339999;
	text-decoration: none;
}
a:link{
	color: #339999;
	text-decoration: none;
}
a:visited{
	color: #339999;
	text-decoration: none;
}
a:hover{
	color: #99FFFF;
}

/************************************/
body {
font-family:"lr oSVbN","Hiragino Kaku Gothic Pro","qMmpS Pro W3","Osaka" ;
color: #333333;
background-color: #FFFFFF;
font-size: 12px; 
line-height: 130%;
overflow:auto;
}
.title {
	color:#0066CC;
}
.author {
	color:#000000;
}
.price {
	color:#009933;
}

/************************************/
/* listvf */
blockquote {
	margin: 10px;
	padding: 10px;
	background-color: #E0E0E0;
	border-top: 1px dotted #999999;
	border-right: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	border-left: 3px solid #999999;
}

/************************************/
/* pict vf */
.pictBG{
	background-color: white;
	border: 1px solid #BBBBBB;
	padding: 5px;
}
.pict{
	margin: 2px auto;
	display: block;
	text-align: center;
}
.pictL{
	margin: 0px 10px 0px 0px;
	float: left;
}
.pictR{
	margin: 0px 0px 0px 10px;
	float: right;
}
.clear { clear: both; }

