﻿@charset "UTF-8";
/* CSS 鳥取大学附属図書館・医学図書館 */


/*　============================================ 全体 ==========================================　*/

/* 全体 */

body {
	color: #000;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size: 13px;
	margin: 0 auto;
	text-align: left;
	}
	
p {
	line-height: 1.5em;
	margin: 0;
	padding: 2px 0;
	}

dl {
	clear: both;
	}
	
dt {
	clear: both;
	line-height: 2em;
	text-decoration: underline;
	}
	
dd {
	margin-left: 3em;
	margin-bottom: 5px;
	}
	
.dl_bottom {
	border-bottom: 1px solid #FFF;
	margin-bottom: 15px;
	}
	

h1,h2,h3,h4,h5 {
	font-weight: normal;
	font-size: 16px;
	line-height: 1.2em;
	margin:0;
	padding: 0;
	}
	
a, a:link {
	color:  #00F;
	text-decoration: none;
	}
	
a:hover {
	color: #ffb62f;
	text-decoration: underline;
	}
	
.clear_both {
	clear: both;
	font-size: 1px;
	height: 1px;
	}
	
.img_border {
	border: 1px solid #635B8A;
	}
	
#wrapper {
	margin: 30px auto;
	background: #f5f5f5;
	border-top: 10px #3C67B8 solid;
	border-bottom: 10px #3C67B8 solid;
	}
	
#content_wrap {
	text-align: left;
	}
	
#foot {
	margin-top: 10px;
	background-color:  #3C67B8;
	clear: both;
	border-bottom: 2px #f5f5f5 solid;
	}

#footer {
	color: #FFF;
	padding: 8px 14px 0;
	text-align: right;
	height: 32px;
	width: 922px;
	margin: 0 auto;
	border-right: 2px #f5f5f5 solid; 
	border-left: 2px #f5f5f5 solid; 
	background-color:  #3C67B8;
	}
	
.title:hover {
	width: 100%;
	height: 100%;
	text-decoration: none;
	}

.menu_hover:hover {
	color: white !important;
	background-color: #ffb62f !important;
	text-decoration: none !important;
	}


/*　========== 文字装飾用 ===========　*/

.linethrough	{
	text-decoration: line-through;
	}


/*　========== TEXT ===========　*/

.text_orange {
	color: #D46E00;
	}
	
	
/*　============================================ 上部ヘッダー ==========================================　*/

/*　========== HEADER ===========　*/

#header {
	background-color:  #3C67B8;
	margin:0 auto 10px auto;
	clear: both;
	border-top: 2px #f5f5f5 solid;
	}


#topbar {
	width: 950px;
	margin: 0 auto;
	border-right: 2px #f5f5f5 solid; 
	border-left: 2px #f5f5f5 solid; 
	}


#topbar a {
	color: white;
	}


#top_a {
	width: 410px;
	float: left;
	color: white;
	}


#top_a a {
	display: block;
	width: 390px;
	height: 21px;
	padding: 3px 10px 2px 10px;
	}

#top_a #top_a_title {
	font-size: 16px;
	}

#top_b {
	text-align: right;
	margin: 0 10px;
	}


#top_b .top_b_text {
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	padding: 5px 0;
	}


/*　=============================== 上部メニューバー ================================　*/

/*　========== 上部メニュー全体 ===========　*/

#menubar {
	width: 950px;
	height: 51px;
	margin:0 auto;
	overflow: hidden;
	clear: both;
	border-right: 2px #f5f5f5 solid; 
	border-left: 2px #f5f5f5 solid; 
	}


/*　========== space ===========　*/

#space {
	clear: both;
	width:410px;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #3C67B8;
	float: left;
	position: relative;
	text-align: left;	/* bag fix */
	}

#space a {
	display: block;
	width: 390px;
	height: 29px;
	padding: 10px 20px 12px 0;
	text-align: right;
	}

#space span {
	color: white;
	font-size: 27px;
	letter-spacing:10px;
	}

#space ._e {
	letter-spacing: normal !important;
	}


/*　========== menu_a ===========　*/


#menu_a {
	background-color: white;
	overflow: hidden;	/* float fix */
	}

.menu_a_01 {
	font-size: 10px;
	color: #635B8A;
	padding: 3px 0 2px 0;
	}

.menu_a_02 {
	color: #000;
	font-size: 18px;
	text-align: right;
	letter-spacing: 3px;
	}

#menu_a a {
	display: block;
	float: left;
	font-size: 11px;
	height: 45px;
	width: 249px;
	padding: 5px 5px 0 15px;
	border-right: 1px #aaa solid;
	border-bottom: 1px #aaa solid;
	}

	
#menu_a a:hover div {
	color: white;
	}



/*　============================================ メインコンテンツ ==========================================　*/

/*　=========== 本体部分全体 ==========　*/


#content {
	padding: 0;
	overflow: hidden;
	width: 950px;
	margin: 0 auto;
	}




/*　=============================== 左メニュー ================================　*/

/*　=========== 左メニュー全体 ==========　*/
	
#service {
	float: left;
	width: 215px;
	min-height: 675px;
	padding:  0;
	border: 1px #aaa solid;
	background: white;
	}


#menu_side h2 {
	font-size: 15px;
	padding: 10px 0 0 15px;
	text-align: left;
	color: #000;
	}

#menu_side h3 {
	font-size: 15px;
	padding: 10px 0 0 13px;
	text-align: left;
	color: #000;
	}


/*　=========== サービスブロック ==========　*/

#menu_b a {
	color: #000;
	display: block;
	font-size: 11px;
	height: 50px;
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px #aaa solid;
	line-height: normal;
	}

#menu_b a:hover {
	background-color: #ffb62f;
	text-decoration: none;
	line-height: normal;
	}

/*　=========== ドロップメニュー ==========　*/

#drop_side {
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0;
	}

#drop_side li {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 0;	/* ie7-8 */
	z-index: 5;
	font-size: 1%;	/* ie7-8 */
	}

#drop_side li a {
	display: block;
	margin: 0;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	line-height: normal;	/* ie7-8 */
	zoom: 1;
	}

#drop_side li a h2 {
	padding: 19px 15px 0 15px;
	font-size: 16px;
	}

#drop_side li ul {
	list-style: none;
	position: absolute;
	top: 0;
	left: 100%;
	margin: 0;
	padding: 0;
	opacity: 0.9;
	filter: alpha(opacity=90);	/* ie lt 8 */
	-ms-filter: "alpha(opacity=90)";	/* ie 8 */
	-moz-opacity: 0.9;		/* ff */
	-khtml-opacity: 0.9;	/* safari */
	}

#drop_side li ul li {
	overflow: hidden;
	height: 0;
	line-height: 0;	/* ie7-8 */
	color: #fff;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
	}

#drop_side li ul li a {
	width: 180px;
	text-align: left;
	font-weight: normal;
	line-height: normal;	/* ie7-8 */
	border-bottom: 1px #4d80db solid;
	background: #3C67B8;
	}

#drop_side li ul li a h3 {
	padding: 13px 5px 0 10px;
	font-size: 14px;
	color: white;
	}

#drop_side li ul li a h4 {
	padding-left: 10px;
	*padding: 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.5em;
	color: white;
	}


#drop_side li:hover > a {
	background: #ffb62f;
	line-height: normal;	/* ie7-8 */
	}

#drop_side li:hover > a h2,
#drop_side li:hover > a h3 {
	color: white;
	}

#drop_side li:hover ul li {
	overflow: visible;
	height: 51px;
	line-height: 0;	/* ie7-8 */
	border-left: 1px solid #d3d3d3;
	}

#drop_side li ul li:hover > a {
	border-color: #ffb62f;
	}


#drop_side li:hover > .underdrop {
	*margin-top: -1px;	/* ie7 メニュー間のスキマ埋め */
	*padding-top: 1px;	/* ie7 メニュー間のスキマ埋め */

	} 

/*　========= 開館時間部分 ============　*/	

#contact_box {
	background-color:  #3C67B8;
	height: 125px;
	padding: 10px;
	color: #fff;
	text-align: center;
	}
	
#contact_box a {
	color: white;
	line-height: 25px;
	}

#contact_box h3 {
	color: #fff;
	padding-bottom: 5px;
	text-align: center;
	}

.openhour {
	height: 45px;
	padding: 5px 0px;
	border-top: 1px white solid;
	}


/* ================= 左下広告 ================== */

#ad {
	width: 100%;
	padding: 0;
	overflow: hidden;
	}

.banner {
	display: block;
	float: center;
	margin: 11px auto;
	width: 168px;
	height: 70px;
	border: 1px #999 solid;
	}

#ad img {
	border-style: none;
	}


/*　=============================== 右コンテンツ ================================　*/

/*　===========右側本体部分==========　*/	

#main {
	margin-left: 10px;
	padding-top: 10px;
	width: 721px;
	min-height: 665px;
	float: left;
	overflow: auto;
	background: white;
	border: 1px #aaa solid;
	}

#main_wide {
	margin: 0 auto;
	padding: 10px;
	overflow: hidden;
	width: 928px;
	min-height: 665px;
	overflow: auto;
	background: white;
	border: 1px #aaa solid;
	}

.content_main h2 {
	font-size: 22px;
	font-weight: bold;
	color: #3C67B8;
	padding: 20px 4px 4px 15px;
	border-bottom: 3px #3C67B8 solid;
	}
	

#sub_eng {
	float: right;
	font-size: 15px;
	font-weight: bold;
	color: #3C67B8;
	text-align: right;
	padding: 22px 10px 0 0;
	}


#text {
	width: 690px;
	padding: 10px 15px 30px 15px;
	float: left;
	}


#text_wide {
	width: 898px;
	padding: 10px 15px 30px 15px;
	float: left;
	}

#text h3,
#text_wide h3 {
	line-height: 13px;
	padding: 10px 0 4px 15px;
	margin: 10px 0 10px 0;
	*margin: 10px 0 10px 0;
	font-size: 16px;
	font-weight: bold;
	border-left: 8px #3366c2 solid;
	border-bottom: 3px #3366c2 solid;
	}


#text h4,
#text_wide h4 {
	width: 450px;
	margin: 10px 0 10px 0;
	*margin: 10px 0 10px 0;
	padding: 0 0 2px 10px;
	font-size: 15px;
	line-height: 20px;
/*	border-left: 5px #6b96e1 solid;	*/
	border-bottom: 2px #6b96e1 solid;
	}


#text ul,
#text_wide ul {
	margin-top: 5px;
	margin-bottom: 5px;
	}

	


/* ====== 項目リスト用 ====== */

.index td {
	padding: 30px 5px 10px 10px;
	border-bottom: 1px #ddd solid;
	}

.index .list {
	width: 175px;
	border-right: 10px white solid;
	}

.index .sub {
	width: 475px;
	}

.index .sub .help {
	text-align: right;
	}


/* ====== 分類ボタン用 ====== */

.menu_2 {
	width: 322px;
	height: 142px;
	position: relative;
	padding: 10px;
	float: left;
	}

.menu_2a {
	display: block;
	width: 300px;
	height: 120px;
	padding: 10px;
	border: 1px #415d92 solid;
	}

.menu_2a span {
	width: 270px;
	padding: 0px 5px;
	font-size: 18px;
	color: #11377e;
	}

.menu_2a p {
	padding-top: 15px;
	color: #000;
	border-top: 2px #b6cbf0 solid;
	}

.menu_2 .help {
	position: absolute;
	right: 20px;
	top: 125px;
	}

.menu_2a:hover {
	text-decoration: none;
	border-color: #ffb62f;
	}

.menu_2a:hover span {
	color: #ffb62f;
	}


.menu_2a:hover p {
	color: #000;
	border-color: #ffdb54;
	}


/* ====== 二段組み記述用 ====== */


.menu_3 {
	width: 320px;
	position: relative;
	margin-right: 10px;
	padding: 5px;
	float: left;
	}

.menu_3 h4 {
	width: auto !important;
	}



/* ====== 利用案内用 ====== */

#guide_top {
	width: 644px;
	margin: 0 auto;
	overflow: hidden;
	}


#librarypic1 {
	display: block;
	width: 400px;
	border: 1px #aaa solid;
	float: left;
	}

#guide_list {
	padding: 5px;
	width: 230px;
	height: 140px;
	border: 1px #aaa solid;
	float: left;
	}

#guide_list h4 {
	font-size: 14px;
	color: #3C67B8;
	padding: 2px;
	margin-bottom: 10px;
	text-align: center;
	border-bottom: 2px #3C67B8 solid;
	}

#guide_list h5 {
	color: #fff;
	font-size: 15px;
	letter-spacing: 2px;
	}

#guide_list a {
	background-color: #3C67B8;
	color: #fff;
	display: block;
	padding: 10px 0;
	margin: 1px 4px 0 4px;
	text-align: center;
	}


/* ====== テーブルテンプレート ====== */

.table_a {
	margin: 10px auto;
	background: #888;
	}

.table_a .a {
	padding: 2px;
	background: white;
	}

.table_a .tt {
	text-align: center;
	color: white;
	background: none;
	}

.toiawase {
	width: 100%;
	text-align: center;

	.table_a {

		td {
			background-color: white;
		}

		tr:first-child td {
			text-align: center;
			color: white;
			background: none;
		}
	}

}

.toiawase .single {
	width: 50%;
	}

.toiawase .double {
	width: 100%;
	}

.toiawase tbody tr:first-child {
}
	
.mado {
	width: 900px;
	font-size: 12px;
}


/* ====== お知らせ用 ====== */

#osirase {
	width: 503px;
	}

#link {
	font-size: 12px;
	}

#news {
	width: 100%;
	background: #FFF;
	line-height: 1.3em;
	font-size: 12px;
	}

#news .date {
	width: 90px;
}

/* ====== コンテンツエディタ ====== */

.container {
	margin: 5%;
	width: 90%;
}

#editor__submit {
	margin: 30px auto;
	padding: 10px;
	border-radius: 2px;
	border: 1px solid #d3d3d3;
	background: #d3d3d3;
	width: 100%;
}

#preview {
	min-height: 200px;
	border: 1px solid #d3d3d3;
	padding: 20px;
	overflow: scroll;

	#text {
		width: calc(100% - 30px);
	}
}

.save {
	margin: 20px 0;
}

.editor_note {
	min-height: 200px;
	padding: 5px 5% 5%;
}



/* memo:<a>内のinline要素をblock要素にして幅や高さを与えると、 */
/* ie8以下ではリンクと認識されない（マウスカーソルが指に変わらない） */

/* memo:cssハック、いわゆるバグ技　*/
/* プロパティの前に「*」…ie7に適用 */

/* memo:トップ青色－background-color:  #083cb4;  */
/* memo:トップ青色(自作)－background-color:  #3366c2;  */
/* memo:トップ青色(自作2)－background-color:  #3C67B8;  */
