
div#topmenu ul li#btn_01 a {
	background:url(../common/images/btn_over_back.gif) right top no-repeat;
	}


/* flow */
div#flow {
	margin:1px;
	padding:4px 0 5px 0;
	background:#eee;
	text-align:center;
	}

div#flow div#tit {
	margin:0 0 0 8px;
	width:671px;
	height:16px;
	background:url(../images/flow_bar.gif) left top no-repeat;
	text-indent:-9999px;
	}

img#flow_image {
	margin:5px auto 0 auto;
	}



/* 新着情報 */
div#news {
	margin:0;
	padding:0;
	border-top:#ccc 1px solid;
	}

div#news div#tit {
	padding:7px 0 0 10px;
	width:678px;
	height:25px;
	background:url(../images/news_back.gif) left top repeat-x;
	}

div#news div#tit a {
	display:block;
	width:111px;
	height:15px;
	background:url(../images/news_bar.gif) left top no-repeat;
	text-indent:-9999px;
	}



div#news div#news_box {
	margin:5px 10px 0 10px;
	width:670px;
	_width:665px;
	color:#000;
	overflow:auto;
	height:130px;
	}

div#news dl {
	margin:5px 10px 0 0;
	color:#000;
	border-bottom:1px dotted #ccc;
	}

div#news dl dt {
	margin:5px 0 0 0;
	padding:0 0 3px 10px;
	float:left;
	display:inline;
	width:70px;
	background:url(../common/images/arrow_g.gif) 5px center no-repeat;
	}

div#news dl dd {
	margin:5px 0 0 0;
	padding:0 10px 3px 0;
	float:left;
	display:inline;
	width:530px;
	}

div#news dl dd a {
	color:#00f;
	text-decoration:underline;
	}

div#news dl dd a:hover {
	color:#f00;
	}




