@charset "utf-8";

/*  -----------------------------------------------toppage---*/

.col1 
{
 	margin:0px 0px 0 210px;
	padding: 12px 8px 0 0;
	}


.col2 {
/*
	float:left;
	padding:0 0 0 4px;
	position:absolute;
	left:0;
	width:180px;
*/
	float:left;
	width:180px;
	position:relative;
	padding: 0 0 0 4px;
    }

*html body .col2{
  	 width:105px;
  	 padding: 0 0 0 8px;
}
*+html body .col2{
  	 width:105px;
  	 padding: 0 0 0 8px;
}

/*  -----------------------------------------------ScrollFlash---*/
#mgz_scroll{
	clear:both;
	background: #fff;
	/*height: 67px;*/
	height:63px;
}

*html #mgz_scroll{
	width: 100%;
}

/*  -----------------------------------------------TopBox ---*/
div.topbox{
	padding: 0;
	overflow: hidden;
}

*html body div.topbox
{
	left: -100px;
	right: 20px;
	padding-left: 250px;
}

/*  ----for firefox---*/
div.topbox:after{
	clear:both;
	display: block;
	height: 0;
	visibility: hidden;
	content: ".";
}

/*  -----------------------------------------------LeftDivs ---*/

.leftdivs
{
	width: 100%;
	float:right;
}

*html body .leftdivs
{
	width: auto;
	margin-left: 10px;
}

*+html .leftdivs{
	margin: 0;
}

html:first-child .leftdivs{
	float:left;
	margin-right: 210px;
	margin-top: -445px;
}

/*  -----------------------------------------------Ad---*/

.bookmrks
{
	width: 190px;
	height: 30px;
	margin: 0 0 7px 0;
	padding:10px 0 0 10px;
	background: url(../img/bookmrks_bg.gif) no-repeat;
}

/*for ModernBrowser*/
html>/**/body .adv{
	float:right;
	width: 200px;
}

/*for IE6 and IE7*/
.adv{
	float:right;
	width: 200px;
	margin-left: 10px;
}

.adv img{
	/*width: 200px;
	height: 300px;*/
	margin-bottom: 5px;
}

.adv .bookmrks img
{
    /*width:16px;
    height:16px;*/
}

/*  -----------------------------------------------category3---*/
div.category3{
	width: 100%;
	margin: 0;
	margin-bottom: 7px;
	padding: 0;
}

.category3 p.title
{
	height: 32px;
	margin: 18px 0 7px;
	font-size: 100%;
	font-weight: bold;
	background:url(../img/common/p_title_r.gif) no-repeat top right;
}

*+html .category3 p.title
{
	margin-top: 5px;
}


.category3 p.title a
{
	display: block;
	padding: 6px 10px 5px 20px;
	background:url(../img/common/p_title_l.gif) no-repeat top left;
	text-decoration: none;
	color:#fff;
}

.category3 p.ranking
{
	height: 32px;
	margin: 10px 0 7px;
	font-size: 100%;
	font-weight: bold;
	background:url(../img/common/p_title_r1.gif) no-repeat top right;
}

.category3 p.ranking a
{
	color: #454545;
	display: block;
	padding: 8px 8px 5px 30px;
	background:url(../img/common/ranking_icon.gif) no-repeat top left;
	text-decoration: none;
}

.category3 p.information
{
	height: 32px;
	margin: 10px 0 7px;
	font-size: 100%;
	font-weight: bold;
	background:url(../img/common/p_title_r1.gif) no-repeat top right;
}

.category3 p.information a
{
	color: #454545;
	display: block;
	padding: 8px 8px 5px 30px;
	background:url(../img/common/information.gif) no-repeat top left;
	text-decoration: none;
}

.category3 table.scroll_frame
{
	border-bottom: 1px solid #dddddd;
}

html>/**/body .category3 .btm{
	height: 10px;
}

html>/**/body .category3 img{
	vertical-align: top;
}


/*  -----------------------------------------------WayzInfo---*/

div.wayzinfo
{
	width: 99.4%;
	margin-top: 0;
	margin-bottom: 15px;
	padding: 0;
	background-color: #fff;
	border: 1px solid #dddddd;
}

div.wayzinfo .tit
{
	height: 23px;
	padding: 4px 0 0 8px;
	font-weight: bold;
	background-color: #ccc;
}

div.wayzinfo ul{
	margin: 8px;
	padding: 5px 3px 5px 10px;
}

div.wayzinfo ul li{
	line-height: 16px;
	margin-bottom: 10px;
}

/*  ----------------------------------------------- LeftAllCategoryList ---*/
#category_all{
	width: 193px;
	height: 800px;
	margin-left:0;
	padding:0 0 5px;
	text-align: left;
	background: transparent url(../img/common/category_all_bg.gif) no-repeat scroll left bottom;
	border-top:medium none;
}

*html body #category_all
{
		margin-left:0px;
		margin-top: 0px;
}
*+html body #category_all
{
		margin-left:0px;
		
}

#category_all ul{
	list-style: none;
}

#category_all li
{
	margin: 0 5px 2px;
	padding: 10px 5px;
	background:url(../img/common/category_all_li_bg.gif) no-repeat left bottom #fff;
	
}

#category_all li a
{
	display:block;
	padding:1px 10px 1px 19px;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: -1px;
	text-decoration: none;
	background: url(../img/common/mgz_arr.gif) no-repeat left 1px;
}

#category_all a:hover
{
	text-decoration: underline;
}

#category_all h1
{
    font-size:12px;
	padding: 4px 5px 5px 23px;
}

#category_all ul:first-child
{
	padding-top: 0px;
}


/*  ----------------------------------------------- ranking ---*/

.col2 #ranking
{
	width: 162px;
	margin: 12px 0 0 7px ;
	background: #fffcec;
}

	*+html  .col2 #ranking
	{
		width: 163px;
		margin-left: 3px;
	}
	*html .col2 #ranking
	{
		width: 163px;
		margin-left: 3px ;
	}

#ranking dt{
	height: 28px;
	text-align: center;
	background: url(../img/common/ranking2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.books_pic .book{
	width: 31%;
}

.riteline {
	height: 180px;
}

.flashbanner
{
	width: 97%;
	/*width:566px;*/
	text-align:center;
}
	*+html div.flashbanner
	{
		margin-bottom: 0px;	
	}
	*html div.flashbanner
	{
		padding: 0px;
		text-align:center;
	}

	div.flashbanner img{
	width: 566px;
	}

/*  ----------------------------------------------- topbanner ---*/
img.top_banner
{
    border-style:none;
    border-width:0px;
}

table.book
{
	margin: 0;
}

.book td
{
	/*min-width: 160px;*/
	vertical-align:top;
	/*border-bottom: none;*/
	/*min-height:320px;*/
	padding-bottom: 10px;
	text-align: center;

}


 .book .img
 {
	/*margin: 0 0 0 10px;*/
	margin: 0 0 0 0;
	background: none;
	text-align: center;
	
}




	
*html .book .img
{
	margin: 0 0 0 5px;
}


.book .img div
{
	/*margin: 0 13px 0.5em 100px;*/
	margin:0 0 0.5em 0;
	padding: 3px 3px 3px 15px;
	border: 1px solid #ccc;
	font-size: 12px;
	background: url(../img/common/arr2.gif) #fff no-repeat 6px 0.5em;
}

.book .img div:hover
{
	background-color: #efefef;
}




.book_thm
{
	border: 1px solid #c7c7c7;
}

	.thumbnail .tati,
	.thumbnail .digi,
	.thumbnail .buy
	{
		border: none!important;
		/*width:69px!important; 
		height: 31px!important;*/
		margin: 0 0 6px 0;
	}


.book td.thumbnail
{
	padding: 10px 0 20px;
	background-image: none;
	border-bottom: 1px solid #ccc;
	border-top: none;
	
}

	.thumbnail ul
	{
		clear: both;
		margin: 0 13px;
	}

	li.pictit
	{
		margin: 0;
		padding: 5px 0 3px;
	}



p.mgz
{
	min-height: 0;
}

.mgz a
{
	line-height: 1.25;
}

.issue
{
	display: block;
	margin: 0.3em 0 0;
	font-size: 11px;
}

DIV#pnl_ad a
{
	display: block;
	margin: 0 0 3px 0;
}

#tbl_items{
	background:url(../img/common/top_digital_bg.gif) repeat-x left -13px;
}
	*+html #tbl_items
	{
		background-position: left -12px;
	}

div.div_shimbun
{
    margin-top:5px;
    margin-bottom:5px;
  /*  white-space:nowrap;*/
    text-align:center;   
}