@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);
}
/*サイトメニュー　トップ　おわり*/


a.bosyu {
display: block;
margin: 10px auto 20px auto;
width: 10em;
font-size: 14px;
background-color: #FF5F00;
color: #FFF!important;
text-decoration: none!important;
text-align: center;border-radius: 20px;
}


/*新着お知らせ*/
#newlist{
	width: 565px;
	text-align:left;
	height: 150px;
	overflow-y: scroll;
	/*縦方向はスクロール可*/
	overflow-x: hidden;
	/*横方向はスクロール不可*/
	list-style: none;
}
#newlist li{
	background-image: url(http://www.hokusin.or.jp/img/top_new_ya.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	/*text-indent: 15px;*/
	font-size: 15px;
	font-weight: bold;
	margin: 10px;
	list-style: none;
	padding-left: 1em;
}

#newlist a:link{
	color: #0970FF;
	text-decoration: none;
}
#newlist a:visited{
	color: #0970FF;
	text-decoration: none;
}
#newlist a:active{
	color: #0970FF;
	text-decoration: none;
}
#newlist a:hover{
	color: #FF6633;
	text-decoration: underline;
}