@charset "UTF-8";
/* CSS Document */

/* ■↓ブラウザ依存の表示崩れ防止、フォントリセットCSS */
/* IE7のZOOM機能による崩れ対策 */
*:first-child+html * {letter-spacing: 0;}
/* WINDOWS版IE5のポジショニングバグ \*/
*html #basic { height:1%;}
/* ポジショニングバグ対策終わり */
/* ブラウザ依存でついてしまうmarginとpadding部分のリセット */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
/* テーブルの枠（ボーダー）の表示モデルを結合ボーダーモデル、隣接するセルのボーダーとボーダーの間隔を0 */
table {border-collapse:collapse;border-spacing:0;}
/* フィールドセット(フォームのグループ化<legend>でタイトルが付けられる)と画像のボーダーを0 */
fieldset,img {border:0;}
/* 斜体や太字等の処理をリセット */
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
/* リスト部分のマーカーを削除*/
ol,ul {list-style:none;}
/* センタリングを解除 */
caption,th {text-align:left;}
/* 見出し要素のフォントサイズリセット */
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
/* インラインの引用部分の「」をはずす */
q:before,q:after {content:'';}
/* 省略語と頭文字（音声ブラウザに必要）の下線を消す */
abbr,acronym {border:0;}
/* ここからフォントの定義 */
body {font:13px/1.231 "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Osaka,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
/* フロート後の表示崩れ防止 */
.clear {clear:both;}
/* ■↑ブラウザ依存の表示崩れ防止、フォントリセットCSS 終わり*/


/* ■↓基本設定 */
body {
	background:#ffffff;
	text-align:center;
	background:url(../images/background.jpg) top center repeat-y;
}
#header-wrapper, 
#contents-wrapper, 
#top-contents-wrapper, 
#menu-wrapper, 
#footer-wrapper {
	width:970px;
	margin:0 auto;
	text-align:left;
	clear:both;
}
#header,
#contents,
#menu,
#footer {
	margin: 0 10px;
}

/*■ヘッダとフッタの設定*/
#header h1 {
	float:left;
	padding:0 0 0 40px;
}
/* 宇都宮大学ロゴへ置き換え(サイト内全適応) */
#header h1 a {
	display:block;
	background:url(../images/h1-logo.jpg) left top no-repeat;
	width:145px;
	height:95px;
	text-indent:-9999px;
}
#header-wrapper ul {
	padding-top:10px;
	float:right;
}
#header {
	border-bottom:#415f81 solid 5px;
}
#footer {
	margin-top:15px;
	border-top:#415f81 solid 5px;
	padding:10px 15px;
}
#footer h3 {
	display:none;
}
#header li {
	float:left;
}
#footer li {
	float:left;
}
#header li a, #footer li a {
	display:block;
	color:#444444;
	text-decoration:none;
	background: url(../images/menu-li-background.jpg) left top no-repeat;
	height:20px;
	padding-left:25px;
	padding-right:15px;
	line-height:20px;
}
#header li a:hover, #footer li a:hover {
	background: url(../images/menu-li-background.jpg) left bottom no-repeat;
	color:#a06560;
}
#header li a.outlink, #footer li a.outlink {
	background: url(../images/menu-li-nw-background.jpg) left top no-repeat;
	color:#444444;
}
#header li a:hover.outlink, #footer li a:hover.outlink {
	background: url(../images/menu-li-nw-background.jpg) left bottom no-repeat;
	color:#a06560;
}

/*▼コピーライト部分*/
address {
	color:#444444;
	padding-top: 10px;
	text-align: center;
}


/*■コンテンツの設定*/
#contents {
	padding:10px 15px;
}
#contents h2 a {
	display:block;
	background: url(../images/contents-h2.jpg) left top no-repeat;
	width:920px;
	height:120px;
	text-indent:-9999px;
}

#contents h3 {
	display:block;
	margin:15px 0;
	background: url(../images/contents-h3.jpg) left top no-repeat;
	width:905px;
	height:40px;
	line-height:40px;
	padding-left:15px;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
	clear:both;
	letter-spacing:0.1em;
}
#contents h3 span {
	padding-left:1em;
	font-size:small;
}
#contents h4, #contents h5 {
	margin:1em 0 0 2em;
	padding:0.2em 0 0.2em 1em;
	border-bottom:#666666 dotted 1px;
	clear:both;
	font-size:18px;
	letter-spacing:0.1em;
	font-weight:bold;
	color:#415f81;
}
#contents h5 {
	margin:1em 0 0 3em;
	font-size:16px;
	font-weight:normal;
}
#contents h4 span {
	padding-left:1em;
	font-size:small;
}
.coution {
	font-size:10px;
	color:#444444;
}
.coution noscript {
	color:#CC0000;
}
#contents p {
	padding:1em 0 0 5em;
	color:#444444;
	text-indent:1em;
	line-height:1.4em;
	letter-spacing:0.1em;
}
#contents .gallery {
	padding:1em 0 0 7em;
}
#contents div.coution {
	padding:1em 0 0 7em;
	line-height:1.4em;
	letter-spacing:0.1em;
}
#contents .gallery p.coution {
	padding:1em 0 0;
	text-indent:0;
}
#contents ul, #contents ol {
	color:#444444;
	padding:10px 0 0 7em;
}
#contents ul li {
	list-style-type:disc;
	padding-top:7px;
}
#contents ol li {
	list-style-type:decimal;
	padding:3px 0;
}
#contents dl {
	color:#444444;
	padding:10px 0 0 5em;
}
#contents dt {
	color:#415f81;
	letter-spacing:0.1em;
	padding:0 0 3px 1em;
	font-weight:bold;
	border-bottom:#666666 dotted 1px;
}
#contents dd {
	padding:0.7em 0 0.5em 3em;
	text-indent:1em;
	font-size:12px;
}
#contents dl ul, #contents dl ol, #contents dl table {
	color:#444444;
	padding:10px 0 0 2em;
	text-indent:0;
}
#contents dl p {
	padding:10px 0 0 2em;
}

/*▼TableSorter*/
table.tablesorter {
	background-color: #dddddd;
	margin:0 1em 0 5em;
	text-align: left;
}
table caption {
	margin-top:10px;
	clear:both;
	font-size:16px;
	letter-spacing:0.1em;
	font-weight:bold;
	color:#415f81;
	border:#cccccc solid 1px;
	padding:5px 0 5px 10px;
	background:#eeeeee;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #8fafe5;
	padding: 4px;
	border:#cccccc solid 1px;
}
table.tablesorter thead tr .header {
	padding:5px 2em 5px 1em;
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
	border:#cccccc solid 1px;
}
table.tablesorter tbody tr.odd td {
	background-color:#e0e0e0;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #5d7fa6;
}
table.tablesorter tbody td span {
	font-size:x-small;
	color:#666666;
	padding:0 0 0 0.5em;
}
/*▲tableSorter*/

#contents img.img-right, #contents img.img-left {
	float:right;
	background:#FFFFFF;
	border:#999999 solid 1px;
	padding:4px;
	margin:1em;
}
#contents img.img-left {
	margin-left:3em;
	float:left;
}

/*■トップページコンテンツの設定*/
#top-contents {
	float:left;
	width:608px;
	padding:15px 0 0 25px;
}

#top-contents h2 {
	display:block;
	background: url(../images/top-image.jpg) left top no-repeat;
	width:608px;
	height:350px;
	text-indent:-9999px;
}

/*■トップページトリック部分*/
#top-trick {
	float:right;
	width:296px;
	padding:15px 25px 0 0;
}

#top-panf,
#top-class,
#top-sate {
	padding-bottom:10px;
}

#top-panf a,
#top-class a,
#top-sate a {
	display:block;
	width:296px;
	text-indent:-9999px;
	height:40px;
}
#top-panf a {
	background:url(../images/link-panf-1col.jpg) left top no-repeat;
	height:250px;
}
#top-class a {
	background: url(../images/link-dousoukai-1col.jpg) left top no-repeat;
}
#top-sate a {
	background: url(../images/link-satellite-1col.jpg) left top no-repeat;
}

/*■メニューの設定*/
#menu {
	background:url(../images/background-3col.jpg) center top repeat-y;
	padding:0 15px;
}

#menu h3 {
	display:block;
	background: url(../images/menu-h2_01.jpg) left top no-repeat;
	width:905px;
	height:40px;
	line-height:40px;
	padding-left:15px;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
	clear:both;
	letter-spacing:0.1em;
}
#menu h4 {
	display: none;
}
/*▼パンくずリスト部分*/
#pankuzu {
	background:url(../images/pankuzu-background.jpg) no-repeat top left;
	width:850px;
	height:30px;
	line-height:30px;
	padding:0 15px;
	overflow:hidden;
	margin:15px auto 0;
	display:block;
	color:#444444;
}
#pankuzu a {
	color:#444444;
	text-decoration:none;
	float:left;
}
#pankuzu span {
	background:url(../images/pankuzu-sep.jpg) no-repeat top left;
	float:left;
	width:10px;
	height:28px;
	margin:1px 10px 0;
	text-indent:-9999px;
}
/*▼一覧表示部分*/
#menu-left,
#menu-center,
#menu-right {
	color:#444444;
	padding-top: 5px;
	padding-left:20px;
	float:left;
	width:276px;
}
#menu-center,
#menu-right {
	padding-left:26px;
}

#menu-left h5 a,
#menu-center h5 a,
#menu-right h5 a {
	margin-top:10px;
	padding-bottom:5px;
	text-decoration:none;
	color:#FFFFFF;
	display:block;
	background: url(../images/menu-h3-background.jpg) left top no-repeat;
	width:276px;
	height:30px;
	padding-left:40px;
	line-height:30px;
}
#menu li a {
	color:#444444;
	text-decoration:none;
	display:block;
	background: url(../images/menu-li-background.jpg) left top no-repeat;
	width:276px;
	height:20px;
	margin:5px 0 0 35px;
	padding-left:25px;
	line-height:20px;
}
#menu li a:hover {
	background: url(../images/menu-li-background.jpg) left bottom no-repeat;
	color:#a06560;
}
#menu li a.outlink {
	background: url(../images/menu-li-nw-background.jpg) left top no-repeat;
	color:#444444;
}
#menu li a:hover.outlink {
	background: url(../images/menu-li-nw-background.jpg) left bottom no-repeat;
	color:#a06560;
}
#menu li.indent30 a {
	margin:5px 0 0 65px;
}
#menu li a span {
	padding-left:5px;
	font-size:x-small;
}

#menubottom {
	clear:both;
	display:block;
	background: url(../images/background-3col-bottomjpg.jpg) left bottom no-repeat;
	width:920px;
	height:15px;
	text-indent:-9999px;
}

/*■■■▼LightBoxの設定▼■■■*/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
