@charset "utf-8";
/*トップページコンテンツ用*/

/*トップ写真*/
#top_img {
	height: 240px;
	margin-bottom: 15px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
/*インライン横スクロール出さない*/
html {
overflow-x: hidden;
}

/*新着　トップはじめ*/
#new {
	border: 1px solid #999999;
	margin-bottom: 8px;
}
#new h3 {
	background-image: url(../img/top_new_title.gif);
	text-indent: -9999px;
	height: 24px;
	margin-bottom: 5px;
}
#top_new {
	font-size: 13px;
	width: 540px;
}
.new_date {
	background-image: url(../img/top_new_ya.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 15px;
	font-weight: bold;
	margin-left: 5px;
}
.new_txt {
	margin-top: 5px;
	margin-left: 15px;
	margin-right: 10px;
	margin-bottom: 5px;
}
/*新着　トップおわり*/

/*サイトメニュー　トップはじめ*/
#menu h3 {
	background-image: url(../img/top_menu_title.gif);
	text-indent: -9999px;
	height: 25px;
	margin-bottom: 5px;
}
.menu_waku {
	width: 189px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	float: left;
	height: 190px;
}
.menu_waku2 {/*上段右*/
	width: 189px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	float: left;
	height: 190px;
}
.menu_waku3 {/*下段*/
	width: 189px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	float: left;
	height: 90px;
}
.menu_waku4 {/*下段*/
	width: 189px;
	float: left;
	height: 90px;
}
#menu h4 {
	font-size: 14px;
	margin-top: 7px;
}
.about,.work,.lib,.meet,.info,.disa{
	height: 28px;
	background-repeat: no-repeat;
	text-indent: 33px;
	margin-bottom: 5px;
	margin-left: 8px;
	margin-top: 5px;
}
#menu li {
	list-style-type: none;
	font-size: 11px;
	line-height: 16px;
	margin-left: 10px;
	background-image: url(../img/top_menu_ya.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 10px;
}
#menu a:link,#menu a:visited,#menu a:active {
	color: #000000;
	text-decoration: none;
}
#menu a:hover {
	color: #0970FF;
	text-decoration: underline;
}

.about {
	background-image: url(../img/top_about_ico.gif);
}
.work {
	background-image: url(../img/top_work_ico.gif);
}
.lib {
	background-image: url(../img/top_lib_ico.gif);
}
.meet {
	background-image: url(../img/top_meet_ico.gif);
}
.info {
	background-image: url(../img/top_info_ico.gif);
}
.disa {
	background-image: url(../img/top_disa_ico.gif);
}
/*サイトメニュー　トップ　おわり*/
