﻿/*	ボディタグ内の　背景、フォント、ラインの設定	*/ 
body {
	background-image: url("../images/bg.gif");
	background-repeat: repeat;
	color: #000000;
	font-size: 62.5%;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Osaka, 'MS P Gothic', 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 1.4;
}


/*	見出しの設定	*/

	h1 {
		font-size: 1.6em;
	}

	h2,h3 {
		font-size: 1.4em;
	}


/*	段落の設定	*/

	p {
		font-size: 1.4em;
	}


/*	背景色、マージン等の設定	*/
	#wrapper {
		max-width: 97em;
		min-width: 80em;
		margin: 0 auto;
		padding: 0;
		background: #fff;
	}


/*	上部分の背景画像、背景色等の設定	*/
	#header {
		background-image: url("../images/k_header.gif");
		background-repeat: repeat-x;
		height: 62px;
		position: relative;
	}

	/*	上部分での画像の扱い	*/
	#header img {
		position: absolute;
		top: 5px;
		left: 15px;
		border: none;
	}

	/*	上部分でのリスト表示の扱い	*/
	#header ul {
		margin: 0;
		font-size: 1.4em;
		position: absolute;
		top: 30px;
		right: 10px;
	}

	/*	上部分での蔵書検索の部分の扱い	*/
	#header form {
		position: absolute;
		top: 2px;
		right: 10px;
	}

	/*	入力部分の設定	*/
	input#box {
		font-size: 1.4em;
		width: 10em;
		border: solid 1px #ccc;
		background: #f1f1ed;
	}

/*	*/
	input.bot {
		font-size: 1.4em;
	}

	/*	上部分のリストの項目表示	*/
	#header li {
		list-style: none;
		margin: 0;
		display: block;	
		float: right;
	}

	/*	上部分のリストのリンクの設定	*/
	#header li a {
		display: block;
		padding: 0.3em 0.5em;
		text-decoration: none;
	}

	/*	上部分でリンクで訪れていた場合の処理	*/
	#header a:visited {
		color: #0033CC;
	}

	/*	上部分のリンクにポイントが重なってい場合の色の処理	*/
	#header a:hover {
		background: #FFCC66;
	}

/*	リンク前の青四角の目印の設定	*/
.blue {
	background: url("../images/blue_tip.gif") left center no-repeat;
	padding: 0 0.2em;
}

/*	リンク前の赤四角の目印の設定	*/
.red {
	background: url("../images/red_tip.gif") left center no-repeat;
	padding: 0 0.2em;
}

/*	リンク前の緑四角の目印の設定	*/
.green {
	background: url("../images/green_tip.gif") left center no-repeat;
	padding: 0 0.2em;
}

/*	リンク前の緑四角の目印の設定	*/
	.yellow {
		background: url("../images/yellow_tip.gif") left center no-repeat;
		padding: 0 0.2em;
	}


/*	上部分メニューの設定	*/
.menu {
		font-size:1.4em;
		margin-left:0;
		margin-right:0;
		background-image: url("../images/menu.gif");
		background-repeat: repeat-x;
		border-bottom: solid 1px #DEEAC6;
		height:2em;
		position:relative;
		top:0;
		left:0;
		z-index: 10;
	}


/*	上部メニューの「利用案内」部分の設定	*/
#menu1 {
	position:absolute;
	left: 0;
	top:0;
	width: 7em;
	z-index: 7;
	}

/*	上部メニューの「資料を探す」部分の設定	*/
#menu2 {
	position:absolute;
	left:7em;
	top:0;
	width: 7em;
	z-index: 6;
	}

/*	上部メニューの「調べる・相談する」の部分の設定	*/
#menu3 {
	position:absolute;
	left:14em;
	top:0;
	width: 9em;
	z-index: 5;
	}

/*	上部メニューの「イベント紹介」の部分の設定	*/
#menu4 {
	position:absolute;
	left:23em;
	top:0;
	width: 6em;
	z-index: 4;
	}

/*	上部メニューの「広報誌」の部分の設定	*/
#menu5 {
	position:absolute;
	left:29em;
	top:0;
	width: 6em;
	z-index: 3;
	}

/*	上部メニューの「活動評価・統計」の部分の設定	*/
#menu6 {
	position:absolute;
	left:35em;
	top:0;
	width: 9em;;
	z-index: 2;
	}

/*	上部メニューの「アクセス」の部分の設定	*/
#menu7 {
	position:absolute;
	left:44em;
	top:0;
	width: 10em;
	z-index: 1;
	}

/*	上部メニューのリンクの設定	*/
.menu a {
	color:#0033FF;
	text-align: center;
	display:block;
	line-height:2em;
	text-decoration: none;
	}

	/*	上部メニューのリンク部分にポイントが重なってい場合の色の処理	*/
.menu a:hover {
	background-color:#FFCC66;
	}

/*	上部メニューのメニューヘッド設定	*/
.menuhead {
	border-right: solid 1px #DEEAC6;
	}



/*	上部メニューのサブメニュー設定	*/
.submenu {
	visibility: hidden;
	position:absolute;
	left:0
	}

	/*	上部メニューのサブメニュー内のリンクの設定	*/
	.submenu a {
		background-color:#f5f5dc;
		text-align: left;
		padding: 0 0.5em;
		border-top:solid 1px #ffffff;
		width: 12em;
		}

/*	上部メニューのサブメニュー設定2	*/
.submenu2 {
	visibility: hidden;
	position:absolute;
	left:0
	}

/*	上部メニューのサブメニューのリンクの設定2	*/
.submenu2 a {
	background-color:#f5f5dc;
	text-align: left;
	padding: 0 0.5em;
	border-top:solid 1px #ffffff;
	width: 12em;
	}

/*	上部メニューのサブメニュー設定3	*/
.submenu3 {
	visibility: hidden;
	position:absolute;
	left:0
	}

/*	上部メニューのサブメニューのリンク設定3	*/
.submenu3 a {
	background-color:#f5f5dc;
	text-align: left;
	padding: 0 0.5em;
	border-top:solid 1px #ffffff;
	width: 16em;
	}


/*		*/
.small {
	font-size: 80%;
}



#path {
	margin: 0;
	padding: 0;
	height: 2em;
}


/*	階層表示の際に使用	*/
ul#page_path {
	font-size: 1.4em;
	margin: 0.5em;
	padding: 0;
}

/*	階層表示のリスト作成に使用	*/
ul#page_path li {
	float: left;
	margin: 0;
	padding: 0 0.2em;
	list-style: none;
}


ul#page_path li a:visited {
	color: #0033CC;
}


ul#page_path li a:hover {
	color: #CC0000;
}


#top_link {
	text-align: right;
	clear: both;
}

#top_link a.page_top {
	font-size: 1.4em;
	color: #0033CC;
	padding: 0 1em;
	margin: 0;
	background: url("../images/top_arrow.gif") left center no-repeat;
}

#top_link a.page_top:visited {
	color: #0033CC;
}

#top_link a.page_top:hover {
	color: #CC0000;
}


/*	フッター部分の設定	*/
#footer {
	background-image: url("../images/k_footer.gif");
	background-repeat: repeat-x;
	text-align: center;
	margin-top: 1em;
	padding: 0;
	height: 51px;
	clear: both;
	position: relative;
}

#footer img {
	position: absolute;
	border: 1px solid #999999;
	top: 20px;
	right: 5px;
}


.s_size {
	list-style: none;
	margin: 0;
	padding: 0.5em;
	font-size: 1.4em;
	color: #000000;
}

