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

@import url("reset-min.css");

body {background-color:#FFF;}
#newslist dl {
	margin-left:10px;
	padding-bottom:10px;
	background-image:url(../img/border_newslist.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	font-size:0.85em;
}
#newslist dt {
	font-weight:bold;
}
#newslist dd {
	line-height:1.5;
}
#newslist dd a{
	color:#333;
	text-decoration:none;
}
#newslist dd a:hover{
	color:#360;
}
#newslist dd em {
	font-size:0.9em;
	color:#C00;
	margin-left:0.5em;
}

#taikenmenu dl {
	margin-left:10px;
	padding-bottom:10px;
	font-size:0.85em;
	clear:both;
}
#taikenmenu dt {
	font-weight:bold;
	width:10em;
	float:left;
}
#taikenmenu dd {
	line-height:1.5;
	margin-left:11em;
}
#taikenmenu dd a{
	color:#333;
	text-decoration:none;
}
#taikenmenu dd a:hover{
	color:#360;
}
#taikenmenu dd em {
	font-size:0.9em;
	color:#C00;
	margin-left:0.5em;
}