@charset "utf-8";

/* 共通部分
---------------------------------------------------------------------- */
div#main {
	width: 880px;
	background-color: #FFF;
	overflow: hidden;
}
div#topicPath { /* パンくず */
	width: 870px;
	padding: 3px 5px 3px 5px;
}
div.spacer { /* 破線スペーサー */
	border-bottom: 1px dotted #666;
}
div#socialBt { /* twitter & facebook */
	text-align: left;
}
div#socialBt div#twitter,
div#socialBt div#facebook {
	margin: 5px 0 0 0;
}
div#pageTop { /* ページトップへ戻る */
	clear: both;
	text-align: right;
	padding: 10px 5px;
	background-color: #FFF;
	margin-top: -10px;
}
*:first-child+html div#pageTop {
	margin-top: 1px;
}
div#pageTop a {
	color: #0066CC;
	line-height: 1.5em;
	font-size: 85%;
	background: url(../images/common/link_ico_2.png) no-repeat left 0.2em;
	margin: 0;
	padding-left: 1.5em;
}
*:first-child+html div#pageTop a {
	background-position: 0 3px;
}
/* 0.0_top left
---------------------------------------------------------------------- */
div#sideTop {
	width: 288px;
	min-height: 100px;
	float: left;
}
div#time { /* 開館時間 */
	position: relative;
	width: 270px;
	height: 100%;
	margin: 0 auto;
}
div#time h2 img {
	display: block;
}
div#time h2 span { /* 日付 */
	display: block;
	position: absolute;
	right: 5px;
	top: 8px;
	font-size: 107.7%;
	font-weight: normal;
	color: #595959;
}
div#time iframe {
	width: 258px;
	height: 180px;
	overflow: hidden;
	border: 1px solid #DCDCDC;
	padding: 10px 5px 0 5px;
	margin: -1px 0 0 0;
}
div#banner { /*バナー*/
	width: 270px;
	height: 100%;
	margin: 0 auto;
	padding: 10px 0;
}
div#banner ul li {
	display: block;
	width: 270px;
	height: 100%;
	list-style-type: none;
	overflow-x: hidden;
	margin-top: 5px;
}
div#banner ul li, x:-moz-any-link { /* for firefox */
	margin-top: 0;
}
html>/**/div#banner ul li { /* for ie8 */
	margin-top: 2px;
}
* html div#banner ul li {
	margin-top: 1px;
}
/* 0.0_top right
---------------------------------------------------------------------- */
div#contents {
	float: left;
	width:592px;
	min-height: 300px;
	background-color: #FFF;
	margin: 0;
	padding: 0;
}
div#subNavi { /* 利用者別案内 */
	width: 572px;
	height: 30px;
	margin: 0 auto;
	background: url(../images/common/snav.png) no-repeat 0 0;
}
div#subNavi ul li {
	display: inline;
	float: left;
	list-style-type: none;
}
div#subNavi ul li a {
	display: block;
	width: 114px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/common/snav.png) no-repeat 0 0;
}
div#subNavi .stu1 a { background-position: 0 0; }
div#subNavi .stu2 a { background-position: -115px 0; }
div#subNavi .sta a { background-position: -228px 0; }
div#subNavi .gap a { background-position: -342px 0; }
div#subNavi .gen a { background-position: -456px 0; }
div#subNavi .stu1 a:focus,
div#subNavi .stu1 a:hover { background-position: 0 -31px; }
div#subNavi .stu2 a:focus,
div#subNavi .stu2 a:hover { background-position: -114px -31px; }
div#subNavi .sta a:focus,
div#subNavi .sta a:hover { background-position: -228px -31px; }
div#subNavi .gap a:focus,
div#subNavi .gap a:hover { background-position: -342px -31px; }
div#subNavi .gen a:focus,
div#subNavi .gen a:hover { background-position: -456px -31px; }
div#quickSearch { /* クイック検索 */
	width: 572px;
	height: 100%;
	margin: 0 9px 20px;
}
div#quickSearch h2 {
	text-align: center;
	margin: 20px 0 0;
}
div#quickSearch h2 a {
	margin:0 auto;
}
#tabs {
	width: 550px;
	height: 100%;
	background: #FFF;
	margin: 0 auto;
	padding: 10px 0 0 0;
}
div#tabs ul {
	margin-left: 1px;
}
*+html div#tabs ul {
	position: relative;
	z-index: 4;
}
div#tabs ul li {
	display: inline;
	float: left;
	height: 26px;
	margin-left: -1px;
}
div#tabs ul li a {
	display: block;
	width: 91px;
	height: 26px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/common/search_text.png) no-repeat 0 0;
}

div#tabs ul .inSearch a { background-position: 0 2px; }
div#tabs ul .outSearch a { background-position: -91px 2px; }
div#tabs ul .eJournal a { background-position: -180px 2px; }
div#tabs ul .association a { background-position: -270px 2px; }
div#tabs ul .thesis a { background-position: -361px 2px; }
div#tabs ul .togo a { background-position: -450px 2px; }
table tr td { vertical-align: top; }
#tab1,#tab2,#tab3,#tab4,#tab5,#tab6 {
	clear: both;
	border: 1px solid #CCC;
	/*background: url(../images/common/search_bg.png);*/
	background: #D7ECE3;
	position: relative;
	top: -1px;
	z-index: 3;
}
#tabs input {
	border: 1px solid #CCC;
	width: 380px;
	height: 19px;
}
#tabs input.submit {
	border: none;
	width: 126px;
	height: 24px;
}
#tabs table tr td dl dt {
	font-weight: bold;
	color: #555;
	line-height: 1.5em;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 0.5em;
}
#tabs table tr td dl dt.howto {
	font-weight: bold;
	line-height: 25px;
	color: #555;
	background-image: url(../images/common/search_q.png);
	background-repeat: no-repeat;
	background-position: 0 0.2em;
	padding-left: 25px;
}
#tabs table tr td dl dd {
	width: 410px;
	font-size: 92.3%;
	line-height: 1.3em;
	color: #555;
	margin: -1.5em 0 0 105px;
}
.ui-helper-reset {
	list-style: none;
	text-decoration: none;
	font-size: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
.ui-helper-clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .ui-helper-clearfix {
	height:1%;
}
.ui-state-default {
	position: relative;
	z-index: 1;
	background: url(../images/common/search_tab.png) 0 0 no-repeat;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	background: url(../images/common/search_tab.png) 0 -28px no-repeat;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	background: url(../images/common/search_tab.png) 0 -28px no-repeat;
}
.ui-state-hover a,
.ui-state-hover a:hover {
	background: url(../images/common/search_tab.png) no-repeat 0 -28px;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	z-index: 4;
	background: url(../images/common/search_tab.png) no-repeat 0 -28px;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	z-index: 4;
	background: url(../images/common/search_tab.png) no-repeat 0 -28px;
}
.ui-widget :active {
	outline: none;
}
.ui-tabs {
	position: relative;
	zoom: 1;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	text-decoration: none;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tabs .ui-tabs-hide {
	display: none !important;
}
a.ABC {
	color: #16509B;
	text-decoration: underline;
}
div#news { /* お知らせ */
	width: 572px;
	height: 100%;
	margin: 20px 9px;
}
div#news h2 {
	position: relative;
	text-align: center;
}
div#news h2 a {
	margin:0 auto;
}
div#news h2 span {
	display: block;
	position: absolute;
	top: 11px;
	right: 12px;
	font-weight: normal;
}
div#news dl {
	margin: 15px 15px 10px 15px;
}
div#news dl dt.date {
	width: 6em;
	height: 1.8em;
	padding-bottom: 0.2em;
}
div#news dl dt.type {
	width: 11em;
	height: 1.8em;
	margin-top:-1.8em;
	padding-left: 6.3em;
}
div#news dl dd {
	line-height: 1.5em;
	margin: -2.4em 0 0.5em 0;
	padding: 0.4em 0 0.3em 13.0em;
	border-bottom: 1px dotted #999;
}
div.moreInfo p {
	font-size: 92.3%;
	text-align: right;
	margin: 0;
	padding: 0 15px;
}
div.moreInfo p a {
	color:#191919;
	font-size: 92.3%;
	line-height: 0.8em;
	padding: 0 0 0 10px;
	background: url(../images/common/link_ico_1.png) no-repeat left center;
}
div.moreInfo p a:focus,
div.moreInfo p a:hover {
	text-decoration: underline;
	color: #16509B;
}
/* 1.0_catList
---------------------------------------------------------------------- */
div#category {
	width: 830px;
	height: auto;
	margin: 0 auto;
	padding: 10px;
}
div.catBox {
	float: left;
	clear: both;
	width: 830px;
	height: auto;
	margin: 0 auto;
	padding: 5px 0 5px 0;
}
div.catBox h2 {
	float: left;
	width: 810px;
	height: 27px;
	font-size: 123.0%;
	letter-spacing: 0.05em;
	padding: 12px 0 1px 25px;
	background: url(../images/common/h2_cat_head.png) no-repeat 0 0;
}
div.catBox h2 a,
div.catBox h2 span {
	padding: 0 0 0 1em;
}
div.catBox h2 a:focus,
div.catBox h2 a:hover {
	color: #393939;
	text-decoration: none;
}

div.catBoxM {
	float: left;
	width: 810px;
	height: 100%;
	padding: 0 10px 0 10px;
	background: url(../images/common/h2_cat_middle.png) repeat-y 0 0;
}
div.catBoxF {
	float: left;
	width: 830px;
	height: 10px;
	background: url(../images/common/h2_cat_foot.png) no-repeat 0 0;
}
div.catBox div.catBoxM ul li {
	display: block;
	float: left;
	width: 350px;
	line-height: 25px;
	margin: 5px 0 0 10px;
	padding: 0 0 0 1.5em;
	background: url(../images/common/link_ico_3.png) no-repeat 0 6px;
}
div.catBox ul li a {
	font-size: 107.7%;
}
/* 1.1_contents & 2.1_newsDetail
---------------------------------------------------------------------- */
div#sideArticle { /* 左サイド */
	float: left;
	width: 210px;
	margin: 0 5px 0 5px;
}
div#sideArticle div.catBox {
	float: left;
	clear: both;
	width: 210px;
	height: auto;
	margin: 0 auto;
	padding: 0 0 10px 0;
}
div#sideArticle div.catBox h2 {
	float: left;
	width: 210px;
	height: auto;
	font-size: 107.7%;
	letter-spacing: 0.05em;
	padding: 9px 0 1px 0;
	background: url(../images/common/h2_cat2_head.png) no-repeat 0 0;
}
div#sideArticle div.catBox h2 a,
div#sideArticle div.catBox h2 span {
	display: block;
	width: 175px;
	font-weight: bold;
	padding: 0 5px 10px 30px;
	background: url(../images/common/h2_cat2_head_btm.png) no-repeat bottom left;
}
div#sideArticle div.catBoxM {
	float: left;
	width: 190px;
	height: 100%;
	padding: 5px 10px 0 10px;
	background: url(../images/common/h2_cat2_middle.png) repeat-y 0 0;
}
div#sideArticle div.catBoxF {
	float: left;
	width: 210px;
	height: 15px;
	background: url(../images/common/h2_cat2_foot.png) no-repeat 0 0;
}
div#sideArticle div.catBox div.catBoxM ul li {
	width: 180px;
	line-height: 20px;
	margin: 3px 0 0 0;
	padding: 0 0 0 1.3em;
	background: url(../images/common/link_ico_3.png) no-repeat left 0.3em;
	background-position: left 0.35em\9; /* for ie9 */
}
div#sideArticle div.catBox div.catBoxM ul li a {
	font-size: 100%;
}
div#article { /* メインコンテンツ */
	float:left;
	width: 645px;
	height: 100%;
	margin: 0 0 0 5px;
}
div#article h3 {
	position: relative;
	width: 645px;
	text-align: justify;
	text-justify: inter-ideograph;
	padding: 3px 0 0 0;
	background: url(../images/common/h3_cat_top.png) no-repeat 0 0;
}
div#article h3 span#title {
	width: 620px;
	display: block;
	font-size: 138.4%;
	font-weight: bold;
	line-height: 1.3em;
	letter-spacing: 0.05em;
	margin: 6px 0 0 0;
	padding: 0 5px 6px 20px;
	background-image: url(../images/common/h3_cat_btm.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
div#article h4.contTitle {
	font-size: 123.0%;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	color: #393939;
	padding: 2px 0 0 8px;
	margin: 15px 7px 0 7px;
	border-left: 5px solid #73BFA6;
}
div#article div {
/*	font-size: 107.7%;*/
	line-height: 1.5em;
	letter-spacing: 0.05em;
	margin: 10px 10px 10px 15px;
}
div#article div p {
	text-align: justify;
	text-justify: inter-ideograph;
	zoom: 100%;
	margin: 0 0 1.0em 0;
}
div#article div p:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
div#article div ul {
	list-style-position: outside;
	margin: 0 0 0 20px;
}
div#article div ul li {
	padding: 0 0 5px 0;
}
div#article div table { /* コンテンツ内のテーブルスタイル */
	width: 100%;
	vertical-align: middle;
	border: 1px solid #999;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 5px 0;
	word-break:break-all;
}
div#article div table tr th {
	background: #EEE;
}
div#article div table tr th,
div#article div table tr td {
	border: 1px solid #999;
	padding: 1px 5px;
}
div#article div table.no_border,
div#article div table.no_border tr th,
div#article div table.no_border tr td { /* WYSIWIGでテーブルに罫線を表示しない場合 */
	background: #FFF;
	border: none;
}
div#article div a:link,
div#article div a:visited {
	color: #16509B;
}
/* 2.0_newsList
---------------------------------------------------------------------- */
div#article h3#news {
	position: relative;
	width: 625px;
	height: 26px;
	overflow: hidden;
	font-size: 138.4%;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-align: justify;
	text-justify: inter-ideograph;
	padding: 11px 0 0 20px;
	background: url(../images/common/h3_news.png) no-repeat 0 0;
}
div#article h3#news span#rss {
	display: block;
	position: absolute;
	top: 11px;
	right: 12px;
}
div#article h3#news span#type {
	display: block;
	position: absolute;
	right: 12px;
	top: 13px;
}
div#article h4.month { /* 月表示 */
	font-size: 123.0%;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	color: #393939;
	padding: 2px;
	border-bottom: 3px double #999;
}
div#newsList dl {
	margin: 15px 5px 10px 0;
}
div#newsList dl dt.date {
	width: 6em;
	height: 1.8em;
	font-family: Arial,Helvetica,sans-serif;
	padding-bottom: 0.2em;
}
div#newsList dl dt.type {
	width: 12em;
	height: 1.8em;
	text-align: center;
	margin-top: -1.8em;
	margin-top:-1.9em\9;/* for ie9 */
	margin-top/*\*/: -1.8em;
	padding-left: 3.2em;
}
div#newsList dl dd {
	line-height: 1.5em;
	border-bottom: 1px dotted #999;
	margin: -2.35em 0 0.5em 0;
	padding: 0.4em 0 0.3em 13.0em;
}
div#newsList dl dd a:link,
div#newsList dl dd a:visited {
    color: #393939;
    text-decoration: none;
}
div#newsList dl dd a:focus,
div#newsList dl dd a:hover {
	color: #16509B;
	text-decoration: underline;
}
p.newsDate {
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: right;
	margin: 15px 5px 5px 5px;
}
div#article h4#newsTitle {
	font-size: 138.4%;
	font-weight: bold;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	margin: 15px 7px 0 7px;
	padding: 2px 0 0 5px;
}
/* 4.0_sitemap
---------------------------------------------------------------------- */
div#sitemap {
	width: 840px;
	height: auto;
	padding: 0px;
	margin: 0 auto;
}
div#sitemap h2 {
	position: relative;
	width: 840px;
	height: 25px;
	overflow: hidden;
	font-size: 138.4%;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 11px 0 1px 20px;
	background: url(../images/common/h2_sitemap.png) no-repeat 0 0;
}
div.sitemapBox {
	float: left;
	width: 270px;
	margin: 10px 5px;
}
div.sitemapBox h3 {
	line-height: 1.3em;
	font-size: 107.7%;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 5px 7px 5px 0;
	padding: 2px 1em 0 0.4em;
	border-left: 5px solid #73BFA6;
}
div.sitemapBox dl dt {
	clear: both;
	display: block;
	line-height: 25px;
	margin: 0 0 0 0.5em;
	padding: 0 0 0 1.5em;
	background: url(../images/common/link_ico_3.png) no-repeat left center;
}
div.sitemapBox dl dd {
	display: block;
	display: inline-block\9;
	line-height: 1.5em;
	margin: 0 0 0 1.3em;
	padding-left: 1.0em;
	background: url(../images/common/link_ico_1.png) no-repeat left 0.5em;
}