@charset "utf-8";

/*-----------------------------------------------------

 reset and base css
 
 Last Update 2009-01-00
 
-----------------------------------------------------*/

/* ------------------------------------------------------
base setting
------------------------------------------------------ */
html {
   overflow-y:scroll;
}

body {
	margin:0;
	border:0;
	padding:0;
	font-size:100%;
	color: #333; /*base font color*/
}
div,p,form,ol,dl,dt,dd,ul,li,table,tr,th,td,h1,h2,h3,h4,h5,h6,address {
	margin:0;
	border:0;
	font-style:normal;
	font-weight:normal;
	font-size:100%;
	text-align: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

img {border: 0;}

ul li,ol li { list-style-type: none; }

/* ------------------------------------------------------
font size
------------------------------------------------------ */

body {
	font-size: 12px;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	line-height:1.5;
}

/*ie7*/
*:first-child+html body {
	font-size:75%;
}
	
/*ie5-6*/
* html body {
	font-size:75%;
}

/* ------------------------------------------------------
clearfix 
------------------------------------------------------ */
.clearfix {
zoom:1;/*for IE 5.5-7*/
}
.clearfix:after{/*for modern browser*/
content:".";
display: block;
height:0px;
clear:both;
line-height:0;
visibility:hidden;
}


a {
	color: #333333;
	text-decoration: none;

}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
.newBookInfo {
	padding-left: 10px;
}

.cb {
	clear: both;
}

