/*--海竜社・書店様用用スタイルシート--*/
/*--by kensuke furukawa(me@kensuu.com):2005/08/09--*/

.sub_copy {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.body_text{
	font-size: 12px;
	color: #555555;
	line-height: 18px;
}

.data_text{
	font-size: 12px;
	color: #34369D;
	line-height: 14px;
}


/*--テーブルの見栄え--*/

.genre_table{
	margin:0px 0px 5px 0px;
	padding:;
	width:360px;
	font:80%;
        border: 1px solid #333;
        border-collapse: separate;
        border-spacing: 1px;
	}

.genre_table th {
	font: 90%/120% normal;
        padding: 2px;
        border-right: 1px solid #999;
        border-bottom: 1px solid #999;
        background-color: #E9F2EE;
	text-align:left;
	}

.genre_table td
	{	
	width:50%;
	color:#666;
	font: 75%/150% normal;
        border-right: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
        background-color: #FFF;
	}

/*--リンク関係--*/

a { text-decoration:none; color:#000000; }
a:hover { text-decoration:underline;color:#003366; }
.link
	{
	color:#446666;
	font-size: 10px;
	line-height: 105%;
	word-spacing: 0em;
	}
