/* CSS Document */

/* メインメニュー */

table#main td.menu{
	height:155px;
	background-image:url(../images/menu_bg.gif);
	background-repeat:repeat-x;
}

#menu_area {
	width:952px;
	height:155px;
	background-image:url(images/menu_area.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	padding:0px 0px 0px 0px;
}

#menu_area ul {
	display:block;
	width:926px;
	height:44px;
	padding:0px;
	margin:0px 0px 0px 13px;
	list-style-type: none;
}

#menu_area li {
	padding:0px;
	margin:0px;
	float:left;
}

#menu_area a {
	text-decoration:none;
}

#menu_area a.menu1 {
	display:block;
	width:185px;
	height:44px;
	margin:0px;
	background-image:url(../images/menu1.gif);
	background-repeat:no-repeat;
	text-indent:-1000em;
}
#menu_area a.menu1:hover {
	background-image:url(../images/menu1_on.gif);
	background-repeat:no-repeat;
}

#menu_area a.menu2 {
	display:block;
	width:184px;
	height:44px;
	margin:0px;
	background-image:url(../images/menu2_on.gif);
	background-repeat:no-repeat;
	text-indent:-1000em;
}
#menu_area a.menu2:hover {
	background-image:url(../images/menu2_on.gif);
	background-repeat:no-repeat;
}

#menu_area a.menu3 {
	display:block;
	width:184px;
	height:44px;
	margin:0px;
	background-image:url(../images/menu3.gif);
	background-repeat:no-repeat;
	text-indent:-1000em;
}
#menu_area a.menu3:hover {
	background-image:url(../images/menu3_on.gif);
	background-repeat:no-repeat;
}

#menu_area a.menu4 {
	display:block;
	width:184px;
	height:44px;
	margin:0px;
	background-image:url(../images/menu4.gif);
	background-repeat:no-repeat;
	text-indent:-1000em;
}
#menu_area a.menu4:hover {
	background-image:url(../images/menu4_on.gif);
	background-repeat:no-repeat;
}

#menu_area a.menu5 {
	display:block;
	width:189px;
	height:44px;
	margin:0px;
	background-image:url(../images/menu5.gif);
	background-repeat:no-repeat;
	text-indent:-1000em;
}
#menu_area a.menu5:hover {
	background-image:url(../images/menu5_on.gif);
	background-repeat:no-repeat;
}

/* パンくずリスト */

table#main td.topic_path{
	height:52px;
	background-image:url(../images/topicpath_bg.gif);
	background-repeat:repeat-x;
}

#topicpath_area {
	width:952px;
	height:52px;
	margin-left:auto;
	margin-right:auto;
	padding:0px 0px 0px 0px;
}

.submenu_header {
	display:block;
	float:left;
	width:189px;
	height:39px;
	margin:13px 0px 0px 10px;
}

/* ニュースサイドメニュー*/

#sidemenu_area {
	display:block;
	float:left;
	width:189px;
	margin-left:10px;
}

#sidemenu_area ul {
	display:block;
	width:189px;
	height:177px;
	padding:0px;
	margin:0px 0px 0px 0px;
	list-style-type: none;
}

#sidemenu_area li {
	padding:0px;
	margin:0px;
	float:left;
}

#sidemenu_area a {
	text-decoration:none;
}

#sidemenu_area a.sidemenu1 {
	display:block;
	width:189px;
	height:37px;
	margin:0px;
	background-image:url(images/submenu_1.gif);
	background-repeat:no-repeat;
	text-indent:-1000em;
}
#sidemenu_area a.sidemenu1_on {
	display:block;
	width:189px;
	height:37px;
	margin:0px;
	background-image:url(images/submenu_1_on.gif);
	background-repeat:no-repeat;
	text-indent:-1000em;
}
#sidemenu_area a.sidemenu1:hover {
	background-image:url(images/submenu_1_on.gif);
	background-repeat:no-repeat;
}

#sidemenu_area a.sidemenu2 {
	display:block;
	width:189px;
	height:35px;
	margin:0px;
	background-image:url(images/submenu_2.gif);
	background-repeat:no-repeat;
	text-indent:-1000em;
}
#sidemenu_area a.sidemenu2_on {
	display:block;
	width:189px;
	height:35px;
	margin:0px;
	background-image:url(images/submenu_2_on.gif);
	background-repeat:no-repeat;
	text-indent:-1000em;
}
#sidemenu_area a.sidemenu2:hover {
	background-image:url(images/submenu_2_on.gif);
	background-repeat:no-repeat;
}

#sidemenu_area a.sidemenu3 {
	display:block;
	width:189px;
	height:35px;
	margin:0px;
	background-image:url(images/submenu_3.gif);
	background-repeat:no-repeat;
	text-indent:-1000em;
}
#sidemenu_area a.sidemenu3_on {
	display:block;
	width:189px;
	height:35px;
	margin:0px;
	background-image:url(images/submenu_3_on.gif);
	background-repeat:no-repeat;
	text-indent:-1000em;
}
#sidemenu_area a.sidemenu3:hover {
	background-image:url(images/submenu_3_on.gif);
	background-repeat:no-repeat;
}

#sidemenu_area a.sidemenu4 {
	display:block;
	width:189px;
	height:35px;
	margin:0px;
	background-image:url(images/submenu_4.gif);
	background-repeat:no-repeat;
	text-indent:-1000em;
}
#sidemenu_area a.sidemenu4_on {
	display:block;
	width:189px;
	height:35px;
	margin:0px;
	background-image:url(images/submenu_4_on.gif);
	background-repeat:no-repeat;
	text-indent:-1000em;
}
#sidemenu_area a.sidemenu4:hover {
	background-image:url(images/submenu_4_on.gif);
	background-repeat:no-repeat;
}

#sidemenu_area a.sidemenu5 {
	display:block;
	width:189px;
	height:35px;
	margin:0px;
	background-image:url(images/submenu_5.gif);
	background-repeat:no-repeat;
	text-indent:-1000em;
}
#sidemenu_area a.sidemenu5_on {
	display:block;
	width:189px;
	height:35px;
	margin:0px;
	background-image:url(images/submenu_5_on.gif);
	background-repeat:no-repeat;
	text-indent:-1000em;
}
#sidemenu_area a.sidemenu5:hover {
	background-image:url(images/submenu_5_on.gif);
	background-repeat:no-repeat;
}

#sidemenu_area a.sidemenu6 {
	display:block;
	width:189px;
	height:35px;
	margin:0px;
	background-image:url(images/submenu_6.gif);
	background-repeat:no-repeat;
	text-indent:-1000em;
}
#sidemenu_area a.sidemenu6_on {
	display:block;
	width:189px;
	height:35px;
	margin:0px;
	background-image:url(images/submenu_6_on.gif);
	background-repeat:no-repeat;
	text-indent:-1000em;
}
#sidemenu_area a.sidemenu6:hover {
	background-image:url(images/submenu_6_on.gif);
	background-repeat:no-repeat;
}

#sidemenu_area a.sidemenu7 {
	display:block;
	width:189px;
	height:35px;
	margin:0px;
	background-image:url(images/submenu_7.gif);
	background-repeat:no-repeat;
	text-indent:-1000em;
}
#sidemenu_area a.sidemenu7_on {
	display:block;
	width:189px;
	height:35px;
	margin:0px;
	background-image:url(images/submenu_7_on.gif);
	background-repeat:no-repeat;
	text-indent:-1000em;
}
#sidemenu_area a.sidemenu7:hover {
	background-image:url(images/submenu_7_on.gif);
	background-repeat:no-repeat;
}

#sidemenu_area a.sidemenu8 {
	display:block;
	width:189px;
	height:35px;
	margin:0px;
	background-image:url(images/submenu_8.gif);
	background-repeat:no-repeat;
	text-indent:-1000em;
}
#sidemenu_area a.sidemenu8_on {
	display:block;
	width:189px;
	height:35px;
	margin:0px;
	background-image:url(images/submenu_8_on.gif);
	background-repeat:no-repeat;
	text-indent:-1000em;
}
#sidemenu_area a.sidemenu8:hover {
	background-image:url(images/submenu_8_on.gif);
	background-repeat:no-repeat;
}

#sidemenu_area a.sidemenu9 {
	display:block;
	width:189px;
	height:35px;
	margin:0px;
	background-image:url(images/submenu_9.gif);
	background-repeat:no-repeat;
	text-indent:-1000em;
}
#sidemenu_area a.sidemenu9_on {
	display:block;
	width:189px;
	height:35px;
	margin:0px;
	background-image:url(images/submenu_9_on.gif);
	background-repeat:no-repeat;
	text-indent:-1000em;
}
#sidemenu_area a.sidemenu9:hover {
	background-image:url(images/submenu_9_on.gif);
	background-repeat:no-repeat;
}

/* コンテンツ */

.contents {
	display:block;
	float:left;
	width:722px;
	margin:0px 0px 0px 20px;
	padding:0px;
	text-align:center;
}

.content_title {
	margin-bottom:20px;
}

.subcontent_area {
	display:block;
	width:702px;
	margin:20px 0px 20px 6px;
}

#newslist_area {
	display:block;
	width:682px;
	margin:0px;
	padding:10px;
	text-align:left;
}

#newslist_area ul {
	padding:0px;
}

#newslist_area li {
	list-style-type: none;
	display:block;
	margin:0px 0px 12px 0px;
	padding:0px;
	line-height:140%;
}

#newslist_area a {
	color:#333333;
	text-decoration:none;
	margin:0px 0px 0px 10px;
}

#newslist_area a:hover {
	text-decoration:underline;
}

#newslist_area span.icon {
	margin-right:10px;
}

/* 年ナビ */

#navi_year {
	display:block;
	width:100%;
	text-align:center;
}

#navi_year a.year {
	display:block;
	float:left;
	width:100px;
	height:20px;
	text-align:center;
	padding-top:3px;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	text-decoration:none;
}

#navi_year a:hover.year {
	background-color:#CCCCCC;
	text-decoration:underline;
}

/* 最新情報記事 */

.article_title {
	display:block;
	width:642px;
	height:27px;
	background-image:url(images/newstitle_bg.gif);
	background-repeat:no-repeat;
	text-align:left;
	font-weight:bold;
	padding:3px 0px 0px 20px;
	margin-left:30px;
	margin-bottom:20px;
}

.article_date {
	width:640px;
	margin-left:40px;
	margin-bottom:20px;
	text-align:right;
	font-weight:bold;
}

.article_photo {
	width:640px;
	margin-left:40px;
	margin-bottom:20px;
	text-align:center;
}

.article_text {
	width:560px;
	margin-left:80px;
	margin-bottom:20px;
	text-align:left;
}

#comtact_gist {
	background-color:#F3F3F3;
	border:1px solid #E1E1E1;
	margin-top:36px;
	margin-bottom:24px;
}

#comtact_gist td.item {
	width:80px;
	padding:20px;
	font-weight:bold;
	text-align:center;
	vertical-align:top;
}

#comtact_gist td.detail {
	padding:20px;
	text-align:left;
}

.button_goback {
	width:640px;
	margin-left:40px;
	margin-top:40px;
	margin-bottom:20px;
	text-align:center;
}