@charset "utf-8";

@import "base.css";
@import "header.css";
@import "footer.css";


/*-----------------------------------------------------------------------------------------------*/
/* メイン ---------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
#main {
/*
	margin-top: 15px;
*/
}

/* 見出し ---------------------------------------------------------------------------------------*/
#main .midashi h2 {
	background-image: url(../guide/service/images/midashi.gif);
	text-indent: -9999px;
}





/*-----------------------------------------------------------------------------------------------*/
/* コンテナー -----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
#main .container {
	margin: 45px 0px 100px;
}

/* 小見出し -------------------------------------------------------------------------------------*/
#main .container h3 {
	background-repeat: no-repeat;
	height: 23px;
	margin: 0px 0px 30px;
	width: 900px;
	text-indent: -9999px;
}
#main .voice h3 {
	background-image: url(../guide/service/images/midashi_voice.gif);
}
#main .volunteer h3 {
	background-image: url(../guide/service/images/midashi_volunteer.gif);
}

/* 表 -------------------------------------------------------------------------------------------*/
#main table {
	margin: 20px 0px 0px 30px;
}
#main th {
	color: #ffffff;
	font-size: 90%;
	font-weight: normal;
	padding: 10px 20px;
	text-align: center;
	width: 70px;
}
#main .midashi1 {
	background-color: #00697a;
}
#main .midashi2 {
	background-color: #008a9d;
}
#main .midashi3 {
	background-color: #6faebb;
}
#main .midashi4 {
	background-color: #7d9596;
}
#main td {
	background-color: #f0eeee;
	font-size: 80%;
	line-height: 160%;
	padding: 10px;
	width: 350px;
}



/* 音声ガイド -----------------------------------------------------------------------------------*/
#main .voice p {
	font-size: 90%;
	line-height: 160%;
	margin: 30px 0px 0px 30px;
	padding: 0px;
}

#main .voice .table {
	float: left;
}
#main .voice img {
	margin: 22px 0px 0px 85px;
}




/* 園内ボランティアガイド -----------------------------------------------------------------------*/
#main .volunteer h4 {
	background-repeat: no-repeat;
	height: 23px;
	margin: 100px 0px 20px 30px;
	width: 870px;
	text-indent: -9999px;
}
#main .volunteer .kirari h4 {
	background-image: url(../guide/service/images/midashi_volunteer_kirari.gif);
	margin-top: 30px;
}
#main .volunteer .city h4 {
	background-image: url(../guide/service/images/midashi_volunteer_city.gif);
}
#main .volunteer .hand h4 {
	background-image: url(../guide/service/images/midashi_volunteer_hand.gif);
}
#main .volunteer .touch h4 {
	background-image: url(../guide/service/images/midashi_volunteer_touch.gif);
}

#main .volunteer h5 {
	font-size: 90%;
	font-weight: normal;
	margin: 10px 0px 0px 30px;
}

#main .volunteer p {
	font-size: 90%;
	line-height: 160%;
	margin: 20px 0px 0px 30px;
	padding: 0px;
}

#main .volunteer ul {
	font-size: 90%;
	line-height: 160%;
	list-style: none;
	margin: 0px 0px 0px 30px;
	padding: 0px;
}

/* ダウンロード ---------------------------------------------------------------------------------*/
#main a.dl {
	background-image: url(../guide/service/images/but_download.gif);
	display: block;
	height: 21px;
	margin-left: 30px;
	text-decoration: none;
	text-indent: -9999px;
	width: 150px;
}
#main a.dl:hover {
	background-position: 0px -21px;
}
