@charset "Shift_JIS";

body {
	margin: 0px auto;
	text-align: center;
	background-color: #ffffff;
}

#box_all {
	margin: 0px auto;
	width: 760px;
	text-align: left;
}

/* ヘッダー */
#box_header {
	height: 35px;
	margin-top: 5px;
	_margin-top: 0px;	/* ie */
	padding: 0px 2px 0px 2px;
}

#box_header #box_search {
	float: left;
}

#box_header #box_search_2nd {
	float: right;
}

#box_header #box_counter {
	float: right;
	margin-top: 5px;
	font-size: 80%;
	color: #6cb4fb;
}

/* 内容（左側） */
#box_left {
	float: left;
	width: 170px;
	margin-left: 2px;
}

#box_left #box_menu ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#box_left #box_menu li {
	list-style-type: none;
	background-image: url(../image/yajirusi-g.jpg);
	background-repeat: no-repeat;
	background-position: 0.2em;
	padding-left: 20px;
	line-height: 150%;
	font-size: 80%;
}

#box_left #box_livecamera {
	margin-top: 10px;
	margin-bottom: 5px;
}

#box_left #box_inquiry ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#box_left #box_inquiry li {
	list-style-type: none;
	background-image: url(../image/yajirusi-o.jpg);
	background-repeat: no-repeat;
	background-position: 0.2em;
	padding-left: 20px;
	line-height: 150%;
	font-size: 80%;
}

/* 内容（中央） */
#box_center {
	float: left;
	width: 412px;
}

#box_center #box_topics {
	width: 405px;
	_width: 411px;	/* ie */
	height: 178px;
	border: 1px solid #000099;
	margin-top: 10px;
	padding: 10px 2px 5px 2px;
}

#box_center #box_topics_list {
	width: 388px;
	_width: 405px;	/* ie */
	height: 120px;
	border: 1px solid #cccccc;
	overflow: auto;
	margin-top: 5px;
	_margin-top: 0px;
	padding: 2px 5px 2px 10px;
	font-size: 90%;
	line-height: 150%;
}

#box_center #box_topics_list ul {
	margin: 0px;
	padding: 0px;
}

#box_center #box_topics_list li {
	list-style-type: none;
}

#box_center #box_info {
	margin-top: 10px;
	font-size: 80%;
}

#box_center #box_info #box_event {
	float: left;
	margin: 0px 2px 15px 0px;
}

.furusato {
	background: #e1ffe1;
	margin-top: 15px;
}

/* 内容（右側） */
#box_right {
	float: right;
	width: 168px;
	margin-right: 2px;
}

#box_right #box_banner {
	text-align: center;
	margin-top: 5px;
}

#box_right #box_banner ul {
	margin: 0px;
	padding: 0px;
}

#box_right #box_banner li {
	list-style-type: none;
	margin-bottom: 2px;
}

/* フッター */
#box_booter #box_inquiry {
	text-align: center;
	margin: 15px 0px 15px 0px;
}

.lg-name {
	font-weight: bold;
}

.address {
	font-size: 80%;
	margin-bottom: 15px;
}

.font60 {
	font-size: 60%;
}

.font80 {
	font-size: 80%;
}

/* 2nd以降 */
#box_left_2nd {
	float: left;
	width: 170px;
	_width: 180px;	/* ie */
	margin: 0px;
	padding: 10px 0px 10px 10px;
	background-color: #cccccc;
}

#box_left_2nd a {
	display: block;
	margin: 0px;
	padding: 7px 0px 7px 15px;
}

#box_left_2nd ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#box_left_2nd li {
	width: 160px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

#box_left_2nd a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}

#box_left_2nd a:link {
	color: #333333;
}

#box_left_2nd a:visited {
	color: #333333;
}

#box_left_2nd a:hover {
	color: #333333;
	background-color: #99CCFF;
}

#box_left_2nd a:active {
	color:#333333;
}

#box_right_2nd {
	float: right;
	width: 565px;
}

#contents_navi {
	font-size: 90%;
	line-height: 150%;
	margin-bottom: 15px;
}

#contents_navi a {
	color: #c00;
	text-decoration: none;
}

#contents_navi a:visited {
	color: #c00;
}

#contents_navi a:hover {
	text-decoration: underline;
}

#contents_body {
	line-height: 150%;
}

#contents_body h3 {
	background-image: url(../image/s_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0.2em;
	padding-left: 25px;
	margin: 5px 0px 5px 0px;
	font-size: 90%;
	font-weight: normal;
}

#contents_body ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#contents_body li {
	list-style-type: none;
	background-image: url(../image/s_arrow02.gif);
	background-repeat: no-repeat;
	background-position: 0.2em 0.2em;
	padding-left: 25px;
	font-size: 90%;
}

#box_body_3rd {
	margin: 0px 5px 0px 5px;
}

.title {
	font-size: 140%;
	font-weight: bold;
}

.toplink {
	margin-bottom: 20px;
}

