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

/*for table*/
body.genre_top div.text table, body.genre_detail div.main_right table{
	border-collapse:collapse;
	font-size:10px;
}

body.genre_top div.text table thead tr, body.genre_detail div.main_right table thead tr{
	background-color:#cccccc;
}

body.genre_top div.text table tr, genre_detail div.main_right table tr{
		
}

body.genre_top div.text table tr td, body.genre_detail div.main_right table tr td{
	border:1px solid #999999;
	padding:1px 2px;	
}

body.genre_top div.text table colgroup, body.genre_detail div.main_right table colgroup{
	background-color:#cccccc;
}

/*for list*/

body.genre_top div.text ul, body.genre_detail div.main_right ul{
	margin:0;
	padding-left: 10px;
	list-style:outside url(/images/mark_12px.gif); 
	font-size:10px;
}

