@import url("main.css");

body{
	background:url(../img/all/pagetop_bg.gif) no-repeat;
}
.go_home{
	position:absolute;
	top:80px;
	font-size:10px;
	width:740px;
	text-align:right;
}
.go_home a:link , .go_home a:visited{
	background:url(../img/all/backhome.gif) no-repeat left center;
	padding:4px 0px 4px 20px;
}
.go_home a:hover{
	background:url(../img/all/backhome_on.gif) no-repeat left center;
	padding:4px 0px 4px 20px;
}
.body{
	//width:90%;
	width:750px;
	margin-left:10px;
}

h1{
	margin:10px 0px;
}
h2{
	margin:20px 0px 10px 0px;
	clear:both;
}
h3{
	font-size:100%;
	line-height:150%;
	color:#666;
	border:solid 1px #CCC;
	padding:3px 10px;
	margin:20px 0px 10px 0px;
	background:#EEE;
}
.h3{
	font-size:110%;
	line-height:150%;
	color:#666;
	border: 0px;
	padding:3px 10px;
	margin:20px 0px 10px 0px;
	background:#FFF;
}
h4{
	font-size:90%;
	color:#333;
	border-bottom:solid 1px #CCC;
	margin:5px;
}
.dl_pdf{
	width:200px;
	float:right;
	border:dashed 1px #CCC;
	padding:10px;
}
.info_tbl{
	width:450px;
	border:0px;
	color:#666;
	margin:10px 20px;
	font-size:90%;
	line-height:150%;
}
.info_tbl th{
	text-align:left;

	border-bottom:dashed 1px #CCC;
	padding:2px 4px;
}
.info_tbl td{
	border-bottom:dashed 1px #CCC;
	padding:2px 4px;
}
.access_tbl{
	width:100%;
}
.access_tbl td{
	vertical-align:top;

	padding:10px;
}
ol{
	font-size:80%;
	line-height:150%;
	color:#666;
	margin:0px 0px 0px 30px;
	padding:0px;
}
ol li{
	margin:10px 0px;
}
.access_tbl .bus_tbl{
	width:300px;
	font-size:80%;
	line-height:130%;
	color:#666;
	border:solid 1px #666;
	border-collapse:collapse;
}
.access_tbl .bus_tbl td , .access_tbl .bus_tbl th{
	padding:2px;
	border:solid 1px #666;
}
.bus_tbl .gray{
	background:#CCC;
}
.bus_tbl th{
	width:30px;
	background:#FFC;
}
#footer{
	margin:10px;
}
.f_r{
	float:right;
	margin:10px;
}
.f_l{
	float:left;
	margin:10px;
}
.comment{
	margin:10px 20px;
}
.comment p{
	font-size:90%;
	line-height:140%;
	margin:10px 0px;
}
.menu_tbl{
	border:0px;
}
.menu_tbl th , .menu_tbl td{
	border-bottom:dashed 1px #CCC;
	padding:4px 5px;
}
.menu_tbl th{
	width:160px;
	font-size:85%;
	line-height:150%;
	color:#333;
	border-right:dashed 1px #EEE;
}
.menu_tbl td{
	font-size:75%;
	line-height:150%;
	color:#888;
}
.menu_tbl .yen{
	text-align:right;
	font-size:85%;
	line-height:150%;
	color:#333;
	width:75px;
	border-right:dashed 1px #EEE;
}