@CHARSET "UTF-8";
#left{
	float			: left;
	width			: 360px;
	padding-right	: 20px;
}
#right{
	float			: left;
	width			: 360px;
	margin-left		: 10px;
	
}
.category{
/*	border-width	: 0 1px 1px 1px;
	border-style	: solid;
	border-color	: blue; */
	padding			: 3px;
	font-weight		: bold;
	font-size		: 16px;
	background-image: url('../img/top/titlebg_blue.gif');
	background-repeat: repeat-x;
	background-position: left top;
}
div.category img{
	margin-left		: 1em;
}

li{
	font-size		: 14px;
	
}
.kura{
	color			: #999;
}
dt{
	border-bottom	: 1px dotted #ccc;
}
dd{
	margin-bottom	: 0.5em;
}
	
