@charset "utf-8";

/* contents
=========================================*/

h3#access {
	margin: 12px auto 0;
	width: 950px;
	height: 100px;
	background: url(../accessimg/title.jpg) no-repeat 0 0;
	text-indent: -9999px;
}
p {
	font-size: 90%;
	text-align:justify;	
	padding:1em;
}
dl {
	margin-bottom: 50px;
}

dl dt {
	margin: 2em 0 20px;
	height: 35px;	
	text-indent: -9999px;
}
dl dt#tokyo {
	background: url(../baseimg/h4midashi.gif) no-repeat 0 0;
}
dl dt#kansai {
	background: url(../baseimg/h4midashi.gif) no-repeat 0 -35px;
}
dl dt#china {
	background: url(../baseimg/h4midashi.gif) no-repeat 0 -630px;
}

dl dd {
	margin: 0 1em 0;
	padding: 0.5em;
	font-size: 90%;
	text-align:justify;
	line-height: 140%;
}
