@charset "utf-8";
/* CSS Document */

#main_content #content_body {
	margin: 0px 12px 20px 12px;
}

#column_wrapper {
	margin-top: 15px;
	background-color: #ededed;
}


/* -----------left_container ----------*/
#column_wrapper #left_container
{
	width:185px;
	text-align:center;
	float:left;
}

#left_container .images
{
	margin:5px 0px;
}

/* -----------middle_container ----------*/
#column_wrapper #middle_container
{
	width:590px;
	background:#ffffff;
	float:left;
	display:inline;
}	

/* -----------right_container ----------*/
#column_wrapper #right_container
{
   width:180px;
   float:right;
	 padding-top: 5px;
   text-align:center
}

#right_container .images
{
	margin-top:5px;
}


/*--------=== box===----------------*/
.box_top
{
	width:585px;
	background:url(../image/index/box_top.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-top:14px;
	margin-left:4px;
}

.box_content
{
	background:url(../image/index/box_middle.gif);
	background-repeat:repeat-y;
	padding:0px 5px;

}


.box_bottom
{
	width:585px;
	background:url(../image/index/box_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-bottom:14px;
}



/* -----------title ----------*/
.h2_box {
	margin: 0px 5px;
	padding: 0px;
}

.h2_box h2 {
	color: #afafaf;
	padding-left: 10px;
	margin: 0px;
}



/* -----------新着情報 ----------*/
.list {
	list-style: none;
	margin: 5px 8px 0px 8px;
	padding-bottom: 10px;
	
}

.list li {
	border-bottom: 1px dotted #898989;
	font-size: 13px;
	padding: 7px 0px 5px 10px;
}



/*--------新刊情報 ----------------*/
#items
{
	width:570px;
	margin-top:5px;
}
#items .inner_table
{
	width:100%;
	vertical-align:top
}

#items .inner_table .col_1
{
	width:64px;
}

#items .inner_table .col_2
{
	vertical-align:top;
	padding-left:5px;
}
.row_spacer
{
	height:45px;
	width:100%;
}

.col_spacer
{
	width:30px;
}