@charset "utf-8";
/* CSS Document */

.guide{
	font-size:80%;
	color:#666666;
	margin-top: 0px;
	margin-left: 10px;
}
/*貸出施設案内TOP ボタン*/
ul.submenu li {
	list-style: none;
	padding: 0px;
	width:285px;
	margin: 0px 70px;
}
.submenu li a {
	display: block;
	height: 70px;
	margin-bottom: 15px;
}

a#visited{
	background-image: url(../image/visiter_button.gif);
	background-repeat: no-repeat;
}

a#facilities{
	background-image: url(../image/facilities_button.gif);
	background-repeat: no-repeat;
}
a#use{
	background-image: url(../image/use_button.gif);
	background-repeat: no-repeat;
}

h2{
	border-bottom:3px solid #66cc00;
	height: 41px;
	width: 473px;
	margin-top: 20px;
}

h2#faq_title{
	background-image: url(../image/faq_title.gif);
	background-repeat:no-repeat;
	text-indent: -9999px;
	width: 463px;
}
h2#facilities_title{
	background-image: url(../image/facilities_title.gif);
	background-repeat:no-repeat;
	width: 463px;
	text-indent: -9999px;
}
h2#use_title{
	background-image: url(../image/use_title.gif);
	background-repeat:no-repeat;
	width: 463px;
	text-indent: -9999px;
}
h2#visit_title{
	background-image: url(../image/visit_title.gif);
	background-repeat:no-repeat;
	width: 463px;
	text-indent: -9999px;
}
h2#attention_title{
	background-image: url(../image/attention_title.gif);
	background-repeat:no-repeat;
	text-indent: -9999px;
	width: 463px;
}

#faq_area{
	margin-bottom:50px;
	color:#666666;
	margin-left: 10px;
}
#faq_area p{
margin:0px 10px 5px;
}


/* submenu -----------------------------------------*/

/*サブメニュータイトル*/
h3.title{
	border-bottom: 1px dotted #CCCCCC;
	background-image: url(../image/h3_bar.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-bottom: 5px;
	padding-left: 16px;
	color: #666666;
	margin: 0px 0px 15px 10px;
	display: block;
	width: 214px;
}

/*カテゴリ*/
ul.category{
	list-style-type: none;
	font-size:80%;
	margin: 10px 3px 0px 0px;
	width: 230px;
	display: block;
}
ul.category li{
	background-image: url(../image/li_list.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 35px;
	padding-bottom: 5px;
	color: #666666;
	margin: 0px 0px 10px 10px;
	display: block;
}
ul.list {
	margin-left: 7px;
	margin-bottom:30px;
}

ul.list li {
	font-size: 85%;
	list-style: none;
	line-height: 1.4;
}

