@charset 'Shift_JIS';


/*--------------------------------------
基本カラー

納戸色		#008899
浅葱色		#00C1C6
翡翠色		#44CC82
藤紫色		#B7AFE2
珊瑚朱色	#FF8878
珊瑚色		#FFB199
--------------------------------------*/


/*タグ初期化*/
img{border:0;vertical-align:top;}
p,h1,h2,h3,h4,h5,h6,form{margin:0;padding:0;}
ul{margin:0;padding:0;list-style-type:none;}
ol{margin:0;padding:0;list-style-type:none;}
li{margin:0;padding:0;list-style-type:none;}
div{margin:0;padding:0;}
form,input,select,option{margin:0;}


/******************************************************************************/
/*汎用クラス
/******************************************************************************/

/*汎用テキストクラス*/
/*
a 		{color:#940;text-decoration:underline;}
a:hover {color:#C63;text-decoration:none;}
*/
a 		{color:#2020ff ;text-decoration:underline;}
a:hover {color:#8491c3  ;text-decoration:none;}

/*汎用フロートクラス*/
.clear	{clear:both;}
.fLeft	{float:left;}
.fRight	{float:right;}

/*汎用リスト*/
ul.a1 li,ul.a2 li,ul.a3 li,ul.a4 li,ul.a5 li,
li.a1,li.a2,li.a3,li.a4,li.a5{
	font-size:12px;
	line-height:1.5;
	padding-left:15px;
	margin-bottom:6px;
}
ul.a1 li,li.a1{background:url(../common_image/li_a1.gif) left 0.4em no-repeat;}
ul.a2 li,li.a2{background:url(../common_image/li_a2.gif) left 0.4em no-repeat;}
ul.a3 li,li.a3{background:url(../common_image/li_a3.gif) left 0.4em no-repeat;}
ul.a4 li,li.a4{background:url(../common_image/li_a4.gif) left 0.4em no-repeat;}
ul.a5 li,li.a5{background:url(../common_image/li_a5.gif) left 0.4em no-repeat;}

ul.b1 li,li.b1{
	font-size:12px;
	line-height:1.5;
	padding-left:15px;
	margin-bottom:4px;
	background:url(../common_image/li_b1.gif) left 0.4em no-repeat;
}
/*　※　*/
.kome{margin-top:10px;}


/******************************************************************************/
/*グローバルレイアウト
/******************************************************************************/

/*全体レイアウト
----------------------------------------*/
body{
	font-family:'ＭＳ Ｐゴシック',sans-serif;
	margin:0;padding:0;
	text-align:center;
	color:#000;
	font-size:16px;
	line-height:1.3;
	background:#fff;
}
#container,#containerIndex{
	width:100%;
	text-align:center;
}
#container		{background:#fff url(../common_image/container_bg.gif) top center no-repeat;}
#containerIndex	{background:#fff url(../common_image/container_index_bg.gif) top center no-repeat;}

/*ヘッダー*/
#header{
	width:780px;
	height:70px;
	margin:0 auto 5px auto;
	border-color:#000;
	border-style:solid;
	border-width:0 1px 0 1px;
	/*background:url(../common_image/header_bg.gif) bottom right no-repeat;*/
}
* html body #header{width:782px;}
h1 a{
	display:block;
	width:300px;
	height:70px;
	float:left;
	text-indent:-9999px;
	background:url(../common_image/logo.gif);
}
a#city{
	display:block;
	width:70px;
	height:70px;
	margin:0 10px;
	float:right;
	text-indent:-9999px;
	background:url(../common_image/logo_city.gif);
}
* html body a#city{margin:0 5px 0 10px;}
#library{
	width:200px;
	height:20px;
	float:right;
	margin-top:50px;
}
#library li{
	height:20px;
	float:left;
}
a#library01,a#library02{
	height:20px;
	display:block;
	text-indent:-9999px;
	background:url(../common_image/library_bg.gif) no-repeat;
}
a#library01{background-position:top left;  width:107px;}
a#library02{background-position:top right; width:93px;}
a#library01:hover{background-position:bottom left;}
a#library02:hover{background-position:bottom right;}


/*コンテンツ*/
#subContainer{
	clear:both;
	width:100%;
	background:url(../common_image/sub_container_bg.gif) bottom center no-repeat;
}
#subContainer:after{content:""; display:block; clear:both;}

#content{
	width:780px;
	margin:0 auto;
	border-color:#000;
	border-style:solid;
	border-width:0 1px 0 1px;
}
* html body #content{width:782px;}
#content:after{content:""; display:block; clear:both;}


/*フッター*/
#footer{
	clear:both;
	width:100%;
	height:50px;
	background:#fff url(../common_image/footer_bg.gif) top center no-repeat;
}
#footerTxt{
	width:780px;
	margin:0 auto;
	padding:4px;
	text-align:left;
	text-indent:100px;
	font-size:10px;
	color:#fff;
	position:relative;
}
#footerTxt img#book{
	position:absolute;
	top:-50px;
	left:-30px;
}
#footerTxt img#books{
	position:absolute;
	top:-48px;
	right:3px;
}
* html body #footerTxt img#books{
	right:0px;
}


/*パンくず*/
#pankuzutop{
	font-size:11px;
	width:580px;
	height:20px;
	padding:0 0 0 0;
	clear:both;
}
* html body #pankuzu{width:580px;height:50px;}


/*パンくず*/
#pankuzubottom{
	font-size:11px;
	width:580px;
	height:30px;
	padding:10px 0px 0px 0;
	clear:both;
	border-top:1px dotted #ccc;
	margin:20px 0px;
}
* html body #pankuzu{width:580px;height:50px;}

