﻿@charset "utf-8";
/* ====================
	body
==================== */
body {
	background: #f5f5f5;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000000;
}
div#body_wrapper {
	background: #ffffff;
	-webkit-box-shadow: 0px 15px 15px #333333;
	-moz-box-shadow: 0px 15px 15px #333333;
	box-shadow: 0px 15px 15px #333333;
	width: 1000px;
	height: auto;
	margin: 0px auto;
}

/* ====================
	header
==================== */
header {
	width: 900px;
	margin: 0px auto 10px;
	padding-top: 20px;
}
header h1 {
	float: left;
	width: 626px;
	height: 55px;
}
div#header_rightarea {
	float: right;
	width: 274px;
}
ul#header_link li {
	float: right;
	background: no-repeat url(../img/list_arrow.gif);
	background-position: 0px 6px;
	padding: 0px 10px;
	font-size: 1.2em;
}
ul#header_link li:first-child {
	padding-right: 0px;
}
ul#header_link li a {
	color: #000000;
}
ul#header_link li a:hover {
	color: #999999;
}
form#cse-search-box {
	margin: 10px auto;
	padding-left: 65px;
	font-size: 1.3em;
}iyou 
form#cse-search-box input[type="text"] {
	width: 150px;
	height: 15px;
}
form#cse-search-box input[type="submit"] {
	padding: 1px 3px;
}
ul#fontSize {
	margin-right: 15px;
}
ul#fontSize li {
	float: right;
}
ul#fontSize li:last-child {
	padding: 1px 10px 0px 10px;
	font-size: 1.2em;
}
ul#fontSize li.changeBtn {
	display: block;
	background: #ffffff;
	margin: 0px 5px;
	padding: 0px 4px;
	font-size: 1.1em;
	border: 1px solid #999999;
	cursor: pointer;
}
ul#fontSize li.changeBtn:hover, ul#fontSize li.changeBtn.active, ul#fontSize li.changeBtn.active:hover {
	background: #e6e6ff;
}

/* ====================
	nav
==================== */
nav {
	width: 900px;
	margin: 0px auto 10px;
}
nav ul {
	width: 900px;
	height: 42px;
	border-bottom: 2px solid #dcdcdc;
}
nav ul li {
	float: left;
}

/* ====================
	main
==================== */
main {
	width: 900px;
	margin: 0px auto 40px;
}
div#main_window {
	margin-bottom: 20px;
	padding: 8px;
	border: 1px solid #999999;
}
div#slideshow {
	position: relative;
	width: 882px;
	height: 250px;
}
div#slideshow img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	opacity: 0.0;
}
div#slideshow img.active {
	z-index: 10;
	opacity: 1.0;
}
div#slideshow img.last-active {
	z-index: 9;
}
div#sub_menu {
	margin-top: 2px;
}
div#sub_menu ul {
	width: 882px;
	height: 61px;
}
div#sub_menu li {
	float: left;
	margin: 6px 6px 0px 0px;
}
div#sub_menu li:last-child {
	margin-right: 0px;
}
div#main_menu ul {
	width: 900px;
	height: 90px;
}
div#main_menu li {
	float: left;
	margin-right: 15px;
}
div#main_menu li:last-child {
	margin-right: 0px;
}
div#topics {
	margin: 0px 200px 30px 10px;
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #b9b9b9;
	font-size: 1.5em;
}
div#main_news {
	float: left;
	width: 700px;
	margin-bottom: 40px;
}
div.main_news_box {
	width: 660px;
	height: 434px;
	border-bottom: 1px solid #b9b9b9;
	overflow: auto;
}
div#banner {
	float: right;
	width: 200px;
}
div#banner li {
	margin-bottom: 10px;
}
div#banner li:last-child {
	margin-bottom: 0px;
}
div#main_site_map {
	clear: both;
	font-size: 1.2em;
	margin-bottom: -20px;
}
div#main_site_map h5 {
	border-bottom: 1px solid #b9b9b9;
}
div#main_site_map ul {
	display: none;
	padding: 20px 30px 0px;
}
div#main_site_map ul li {
	float: left;
	padding-right: 20px;
	font-weight: bold;
	line-height: 22px;
}
div#main_site_map ul li:last-child {
	padding-right: 0px;
}
div#main_site_map ul li ul {
	padding: 0px;
}
div#main_site_map ul li ul li {
	background: no-repeat url(../img/list_arrow2.gif);
	background-position: 0px 5px;
	width: 100%;
	padding-left: 15px;
	font-weight: normal;
}
li#msitemap01, li#msitemap02 {
	width: 150px;
}
li#msitemap03 {
	width: 178px;
}
li#msitemap04 {
	width: 138px;
}
li#msitemap05 {
	width: 144px;
}

/* ====================
	footer
==================== */
footer {
	width: 900px;
	margin: 0px auto;
}
address {
	clear: both;
	background: no-repeat url(../img/address_logo.gif);
	background-position: 20px center;
	height: 60px;
	padding: 10px 0px 0px 83px;
	font-size: 1.3em;
	font-style: normal;
	border-top: 1px solid #dcdcdc;
}
address ul {
	margin-top: 3px;
	padding-left: 71px;
}
address li {
	float: left;
	padding: 0px 10px;
	border-right: 1px solid #dcdcdc;
}
address li:last-child {
	border-right: none;
}
div#copyright {
	clear: both;
	padding: 3px 0px;
	text-align: center;
	border-top: 1px solid #dcdcdc;
}
div#copyright small {
	font-size: 1.0em;
}
div#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

/* ====================
	page_path
==================== */
div#page_path {
	margin: 10px 0px;
	padding-right: 10px;
	font-size: 1.3em;

	text-align: right;
}
div#page_path a {
	padding-right: 5px;
	color: #000000;
	text-decoration: underline;
}
div#page_path a:hover {
	color: #999999;
}
	
/* ====================
	article
==================== */
article {
	float: right;
	width: 680px;
	padding-left: 40px;
}
ul#article_title h3, div#article_title h4 {
	background: no-repeat url(../img/title_common.gif);
	width: 660px;
	height: 33px;
	padding: 12px 0px 0px 20px;
	font-size: 1.5em;
}
ul#article_title li {
	margin-bottom: 42px;
}
ul#article_title li:last-child {
	margin-bottom: 0px;
}
ul#article_title li a {
	color: #000000;
}
ul#article_title li a:hover {
	text-decoration: none;
}

/* ====================
	aside
==================== */
aside {
	float:left;
	width: 180px;
	font-size: 1.3em;
}
ul#aside_menu {
	margin: 20px 0px 40px;
	border-top: 1px solid #dcdcdc;
}
ul#aside_menu li {
	margin-top: 5px;
	padding-left: 20px;
	border-bottom: 1px solid #dcdcdc;
}
ul#aside_menu li:hover {
	background: no-repeat url(../img/list_arrow3.gif);
	background-position: 6px 4px;
}
ul#aside_banner li {
	margin-bottom: 10px;
}
ul#aside_banner li:last-child {
	margin-bottom: 0px;
}

/* ====================
	news
==================== */
div#news {
	padding-top: 20px;
	font-size: 1.3em;
}
div#news dt {
	float: left;
	clear: both;
	width: 110px;
	margin: 0px 0px 10px 35px;
	padding-bottom: 10px;
}
div#news dd {
	margin: 1px 0px 15px 0px;
	padding: 0px 10px 10px 145px;
	border-bottom: 1px dotted #999999;
}
div#news h5 {
	margin: 10px 0px;
	text-align: right;
	font-size: 1.0em;
}
div#news_contents {
	padding-left: 20px;
}
div#news_contents img {
	display: inline;
}

/* ====================
	info
==================== */
div#info {
	padding: 20px 10px 0px 20px;
}
div#info h6, div#info p {
	font-size: 1.3em;
}
div#info img {
	margin-left: auto;
	margin-right: auto;
}
div#info table {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	font-size: 13px;
}
div#info th, div#info td {
	padding: 5px 15px 5px 10px;
}
div#info select, div#info input[type="text"] {
	height: 20px;
}
div#info table textarea {
	font-size: 13px;
}
div#access {
	float: right;
	width: 359px;
	margin: 10px 0px 0px 20px;
}
div#contact {
	margin: 20px 0px;
	padding: 20px 20px;
	border: 1px solid #666666;
}
div#contact ul {
	padding: 10px 0px 20px 40px;
	font-size: 1.3em;
}
div#contact h5 {
	width: 251px;
	margin: 0px auto;
}
div.submit_button {
	margin-top: 15px;
	font-size: 1.3em;
	text-align: center;
}
div.submit_button input {
	margin: 5px 5px 0px 5px;
	padding: 2px 10px;
}

/* ====================
	support
==================== */
div#section_article {
	float: left;
	width: 660px;
	padding-right: 40px;
}
div#section_title h4 {
	background: no-repeat url(../img/title_section.gif);
	width: 660px;
	height: 33px;
	padding: 12px 0px 0px 20px;
	font-size: 1.5em;
}
div#section_title_s h4 {
	background: no-repeat url(../img/title_section.gif);
	width: 660px;
	height: 33px;
	padding: 12px 0px 0px 20px;
	font-size: 1.5em;
}
div#section_title_s table {
	width: 90%;
	margin: 10px 0px 20px 0px;
	font-size: 1.3em;
}
div#section_title_s th {
	width: 40px;
	border: none;
}
div#section_title_s td {
	padding-left: 25px;
	border: none;
}
div#section_article section {
	padding: 20px 0px 40px 20px;
}
div#section_article h6, div#section_article p, div#section_article ul {
	font-size: 1.3em;
}
div#section_article table {
	width: 100%;
	font-size: 1.3em;
}
div#section_article caption {
	text-decoration: underline;
}
div#section_article td {
	width: 100px;
}
div#facs {
	margin-top: 20px;
	padding-left: 20px;
}
div#facs ul {
	padding: 5px 10px;
	font-size: 1.3em;
	border: 1px solid #333333;
}
div#facs li {
	padding-bottom: 5px;
}
div#facs li:last-child {
	padding-bottom: 0px;
}
div#section_aside {
	float:right;
	width: 200px;
	font-size: 1.3em;
}
div#section_aside li {
	margin-top: 5px;
}
div#section_aside a {
	color: #000000;
	text-decoration: underline;
}
div#section_aside a:hover {
	color: #999999;
}
ul#section_contents {
	background: #f2f2f2;
	width: 190px;
	padding: 5px 0px 5px 10px;
}
ul#section_doc {
	width: 190px;
	margin-top: 20px;
	padding: 5px 0px 5px 8px;
	border: 1px solid #999999;
}
ul#section_info {
	width: 190px;
	margin-top: 20px;
	padding: 5px 0px 5px 8px;
	border: 1px solid #999999;
}
ul#section_banner {
	margin-top: 20px;
}
ul#section_banner li {
	margin-bottom: 10px;
}
ul#section_banner li:last-child {
	margin-bottom: 0px;
}
/* ====================
	instrument
==================== */
div#annai {
	padding: 20px 10px 0px 20px;
}
div#annai h6, div#annai p {
	font-size: 1.3em;
}
div#annai table {
	width: 90%;
	margin: 10px 0px 20px 20px;
	font-size: 1.3em;
}
div#annai th {
	width: 200px;
	border: none;
}
div#annai td {
	padding-left: 25px;
	border: none;
}
div#kiki-list {
	margin-top: 20px;
}
div#kiki-list p {
	font-size: 1.3em;
}
div#kiki-list table {
	margin: 20px auto 0px;
	font-size: 1.3em;
}
div#kiki_detail {
	margin-top: 20px;
}
div#kiki_detail table {
	width: 680px;
	font-size: 1.3em;
}
div#kiki_detail th {
	font-weight: bold;
}
td#kiki_detail_photo {
	width: 400px;
	table-layout: fixed;
}
td#kiki_detail_map {
	width: 250px;
	table-layout: fixed;
}
table#kiki_detail1 td {
	border-bottom: none;
}
table#kiki_detail1 img {
}
table#kiki_detail2 caption {
	margin-top: 10px;
	caption-side: bottom;
	text-align: right;
}
table#kiki_detail2 td.list_detail_description {
	vertical-align: top;
}
table#kikioperator td {
	vertical-align: top;
}
iframe#diary_frame {
	width: 640px;
	height: 500px;
	border: 1px solid #b9b9b9;
}
body#diary {
	background: #ffffff;
	font-size: 1.2em;
}
body#diary table{
	width: 620px;
	margin: 20px auto;
}
body#diary caption {
	text-decoration: underline;
}
body#diary th {
	background: #ffffff;
	width: 65px;
	text-align: center;
	vertical-align: top;
}
body#diary td {
	vertical-align: top;
}
td.diary_date, td.diary_name {
	background: #f2f2f2;
	text-align: center;
}
td.diary_name {
	width: 185px;
}

/* ====================
	library
==================== */
div#library {
	margin-top: 20px;
	padding-left: 20px;
}
div#library h5 {
	font-size: 1.3em;
}
div#library ul {
	margin-bottom: 40px;
}
div#library li {
	padding: 10px 0px 0px 20px;
	font-size: 1.3em;
}

/* ====================
	sitemap
==================== */
div#sitemap_article {
	float: left;
	width: 700px;
}
div#sitemap_list {
	width: 660px;
	padding-right: 40px;
	font-size: 1.3em;
}
div#sitemap_list ul li {
	float: left;
	width: 172px;
	margin: 20px 18px 0px 0px;
	padding: 10px 20px 10px 14px;
	font-weight: bold;
	line-height: 22px;
	border: 1px solid #999999;
}
div#sitemap_list ul li:last-child {
	margin-right: 0px;
}
div#sitemap_list ul li ul {
	height: 176px;
}
div#sitemap_list ul li ul li {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	border: none;
}

/* ====================
	common
==================== */
* {
	margin: 0px;
	padding: 0px;
}
html {
	font-size: 62.5%;
	-ms-text-size-adjust: 62.5%;
	-webkit-text-size-adjust: 62.5%;
}
article, aside, footer, header, main, nav, section, img {
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
a:link {
	color: #0000cc;
	text-decoration: none;
}
a:hover, a:active, a:visited {
	color: #0000cc;
	text-decoration: underline;
}
a:active, a:hover, a:focus {
	outline: 0;
}
b, strong {
	font-weight: bold;
}
span {
	display: none;
}
ul, li {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	word-wrap: break-word;
}
caption {
	caption-side: top;
	text-align: left;
}
th {
	background: #f2f2f2;
	padding: 5px;
	font-weight: normal;
	text-align: left;
	border: 1px solid #b9b9b9;
}
td {
	padding: 5px;
	border: 1px solid #b9b9b9;
}	
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
button, input, select, textarea {
	vertical-align: baseline;
	*vertical-align: middle;
}
button, input {
	line-height: normal;
}
button, input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	overflow: visible;
}
@media print {
	aside, #section_aside, #page-top img {
		display: none;
	}
}

/* ====================
	parts
==================== */
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.underline {
	padding-bottom: 5px;
	text-decoration: underline;
}
.border {
	border: 1px solid #999999;
	margin: 10px auto 0px;
}
.external img {
	display: inline;
	margin-left: 4px;
	cursor: pointer;
}
.external2 img {
	display: inline;
	margin-left: 10px;
	cursor: pointer;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt40 {
	margin-top: 40px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb40 {
	margin-bottom: 40px;
}