/* トップ --------------------------------- */
body.top div#main div#topBoxOuter{
	float:left;
	width:550px;
}

body.top div#main div#topBox1{
	float:left;
	width:350px;
}

body.top div#main div#topBox2{
	float:right;
	width:200px;
}

body.top div#main div#topBox3{
	float:right;
	width:250px;
}

body.top div#main a{
	color:#666666;
}

/* お知らせ */
body.top div#main dl#topInforContents{
	overflow:auto;
}
body.top div#main dl#topInforContents dt{
	font-weight:bold;
}
body.top div#main dl#topInforContents dd{
	margin-left:1em;
	margin-bottom:0.2em;
}

body.top div#main dl#topInforContents a:hover{
	color:#f58221;
}
/* endトップ --------------------------------- */