@charset "shift_jis";

/* ----------トップページ---------- */


/* 最新情報 */

#news_head {
	border-bottom: 1px solid #BDBDBD;
}

#news_tb {
	margin-bottom: 8px;
}

#news_tb td {
	padding-top: 6px;
	padding-bottom: 7px;
	font-size: 0.75em;
	line-height: 17px;
	vertical-align: top;
}

#news_tb tr {
	background: url(../img/dotline.gif) bottom repeat-x;
}

#news_tb .cell_icon {
	width: 50px;
	padding-left: 10px;
}

#news_tb .cell_date {
	width: 6em;
}


/* 左バナーエリア */

#banner_left {
	width: 536px;
	margin-left: 10px;
}

#banner_left p {
	margin-bottom: 8px;
}


/* 右バナーエリア */

#banner_right p {
	margin-bottom: 5px;
}


/* アドレスエリア */

address {
	margin: 10px 0px 20px 10px;
}


