@charset "utf-8";
*/
* {
	margin: 0px;
	padding: 0px;
	line-height: 1.4;
}


body{
	font:100% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#333333;
	padding:0px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 5px;
}
a:link{text-decoration:none; color:#3333FF;}
a:visited{text-decoration:none; color:#413b86;}
a:hover{text-decoration:underline; color:#CC00CC;}
a:active{text-decoration:none; color:#CC00C;}

/*新着情報*/
dl.recent {
	font-size:90%;
	margin-top:12px;
	margin-left: 0px;
}
dl.recent dt {
	line-height:16px;
	color: #555;
	float: left;
	margin-right: -7em;
	padding-left:0.3em;
}
dl.recent dd {
	text-align:left;
	line-height:16px;
	margin-bottom:7px;
	margin-left: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	margin-left:7em;
}
/*.arrow{
	width: 8px;
	height: 9px;
	margin: 0;
	padding: 0;
	background: url(../../../../img/arrow02.gif) no-repeat 0 0;
	float: left;
}
*/
