@charset "utf-8";

#main-contents{
	width:646px;
	margin:0px;
	padding:0px;
}
#categorytop{
	width:610px;
	/* height:230px; */
	margin:10px 0px;
	overflow:hidden;
	padding:0px 10px 10px 10px;
	background-color:#f3f3f3;
}
#categorytop *{
	font-size:100%;
}
* html #categorytop{
	width:630px;
	/* height:230px;*/
}
* html #categorytop .imagearea{
	margin-right:10px;
}
#categorytop .titlearea{
	margin:10px;
}
#categorytop .titlearea h2{
	font-size:100%;
	line-height:1.6em;
}
* html #categorytop .titlearea h2{
	width:320px;
}
#categorytop .titlearea p{
	margin-top:10px;
	width:310px;
	font-size:70%;
}
