@charset "euc-jp";
/* ---------------------------------------------------------------- *
	リスト定義順序
	display:;
	clear:;
	list-style:;
	position:;
	float:;
	width:;
	height:;
	margin:;
	padding:;
	border:;
	background:;
	color:;
	font:;
	text-decoration:;
	text-align:;
	vertical-align:;
	white-space:;
	content:;
 * ---------------------------------------------------------------- */

/* CSS Document */
div #right_left{
border:none;
}
div #right_left p{
margin-left:0px;
margin-right:0px;
}
/* ---------------------------------------------------------------- *
　メインFlash
 * ---------------------------------------------------------------- */
div #flash{
	width:558px;
	height:300px;
	margin-bottom:10px;
}

/* ---------------------------------------------------------------- *
　お知らせコーナー
 * ---------------------------------------------------------------- */
div #koushin{
	width:558px;
	height:auto;
	margin:0px 0px 10px 0px;
	border:#CCCCCC 1px solid;
}
/*インラインフレームの枠*/
.waku{
	width:auto;
	height:120px;
	overflow:hidden;
	margin-bottom:5px;
	margin-top:5px;
	border:0px;
	padding:0px;
	margin-right: 0px;
	margin-left: 0px;
}

/* ---------------------------------------------------------------- *
　新刊スペース
 * ---------------------------------------------------------------- */
 /*新刊スペース*/
div #shinkan{
	width:558px;
	height:auto;
	border:#CCCCCC 1px solid;
}

/*左右囲い*/
.wrap{
width:536px;
height:auto;
margin-bottom:10px;
margin-top:10px;
margin-left:10px;
margin-right:0px;
}

/*左側*/
.kukuri_left{
float:left;
width:260px;
height:350px;
border:#CCCCCC 1px solid;
}
/*右側*/
.kukuri_right{
float:right;
width:260px;
height:350px;
border:#CCCCCC 1px solid;
}

/*書籍名、画像など囲い*/
.waku_top{
width:260px;
height:auto;
margin-top:5px;
}

/*シリーズ名*/
.series{
padding-left:5px;
margin:0px 0px 0px 10px;
}
.series a{
font-size:x-small;
color:#666666;
}
.series a:hover{
color:#6699FF;
}

/*書籍名*/
.title_top{
height:auto;
font-weight:bold;
color:#333333;
font-size:medium;
border-bottom:#999999 2px solid;
margin:0px 0px 10px 10px ;
padding-left:5px;
}
.title_top a{
text-decoration:none;
}
.title_top a:hover{
text-decoration:underline;
}

/*表紙画像*/
.photo_top{
float:left;
width:90px;
height:auto;
margin:0px 5px 5px 5px;
border:1px #cccccc solid;
}
/*作家、年齢、定価囲い*/
.setumei_top{
float:right;
width:150px;
}
/*作家名*/
.sakka_top{
width:145px;
height:auto;
margin-left:0px;
margin-bottom:0px;
border-bottom:1px #CCCCCC dotted;
}
/*グレード*/
.grade_top{
width:145px;
height:auto;
margin-bottom:0px;
margin-left:0px;
border-bottom:1px #CCCCCC dotted;
}
/*価格*/
.kakaku_top{
width:145px;
height:auto;
margin-top:0px;
margin-left:0px;
border-bottom:1px #CCCCCC dotted;
}
/*紹介文*/
.bun_top{
width:250px;
height:auto;
font-size:small;
border-top:#CCCCCC 1px solid;
margin-left:5px;
margin-bottom:5px;
margin-top:5px;
padding-top:5px;
}
