@charset "utf-8";
/* --------------------------------------------
 *                 layout
 * -------------------------------------------- */
body#IDcat_top #main_area {
	float: right;
	width: 673px;
	margin-left: 36px;
}

/*-----------------------
*	Contents
------------------------*/
/*-----------------------
*	Main
------------------------*/
#cat_top_mainvisual {
	margin-top: 3px;
	margin-bottom: 25px;
}
body#IDcat_top h1 {
	margin-bottom: 8px;
}
/**	Top_info
------------------------*/
dl#top_info {
	margin: 0 7px;
	width: 659px;
	background: url(../images/bg_datalist_border.gif) repeat-x 0 bottom;
}
dl#top_info dt {
	float: left;
	clear: both;
	width: 7.5em;
	padding: 8px 10px 8px 2px;
	line-height: 150%;
	color: #226ea2;
	font-weight: bold;
}
dl#top_info dd {
	padding: 8px 2px 8px 8em;
	background: url(../images/bg_datalist_border.gif) repeat-x 0 0;
}
dl#top_info dd a {
	display: block;
	background: url(../images/bg_datalist_allow.gif) no-repeat 0 0.27em;
	padding-left: 23px;
	color: #666666;
	text-decoration: none;
	line-height: 150%;
}
dl#top_info dd a:hover {
	color: #226ea2;
}
