/* トップページ用の設定 */

/* 新着情報エリア */
div#new
{
	overflow: auto;
	width: 293px;
	height: 120px;
}

/* お知らせエリア */
div#info
{
	overflow: auto;
	width: 293px;
	height: 120px;
}

/* 中央のメニュー各々設定 */

div#topmenu_frame
{
	width: 198px;
	height: 85px;
}

div#topmenu_top
{
	width: 198px;
	height: 22px;
	background-repeat: no-repeat;
	background-image: url("/images/topmenu_head.gif");
}

div#topmenu_top_inside
{
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 4px;
	padding-bottom: 2px;
}

div#topmenu_middle
{
	width: 198px;
	height: 58px;
	border-style: solid;
	border-color: #ff8000;
	border-width: 1px;
}

div#topmenu_middle_inside
{
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

div#topmenu_bottom
{
	width: 198px;
	height: 5px;
	background-repeat: no-repeat;
	background-image: url("/images/topmenu_bottom.gif");
}
