@charset "utf-8";

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


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

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





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

/* 小見出し -------------------------------------------------------------------------------------*/
.container h3 {
	background-repeat: no-repeat;
	height: 23px;
	margin: 0px 0px 30px;
	width: 900px;
	text-indent: -9999px;
}
.accessmap h3 {
	background-image: url(../access/images/midashi_accessmap.gif);
}
.accesstime h3 {
	background-image: url(../access/images/midashi_accesstime.gif);
}
.about h3 {
	background-image: url(../access/images/midashi_about.gif);
}



/* アクセスマップ -------------------------------------------------------------------------------*/
.accessmap {
	text-align: center;
}
.accessmap img {
	border: solid 1px #707070;
}
.accessmap a {
	font-size: 90%;
}



/* 後楽園までの所用時間 -------------------------------------------------------------------------*/
.accesstime ul {
	color: #7d9596;
	font-size: 90%;
	line-height: 160%;
	list-style: none;
	margin: 0px 0px 0px 30px;
	padding: 0px;
}



/* お問い合せ先 ---------------------------------------------------------------------------------*/
.about p {
	font-size: 90%;
	margin: 0px 0px 0px 30px;
	padding: 0px;
}
.about .name {
	color: #7d9596;
	margin-bottom: 10px;
}
