@charset "utf-8"; 		/* 文字コードセット */


.left{float:left;}
.right{float:right;}
.w380{width:380px;}
.w370{width:370px;}
.w220{width:220px;}
.w520{width:520px;}
.pt13{padding-top:13px;}
.mr3{margin-right:3px;}
.st1{
	padding:4px 8px;
	margin-bottom:5px;
	color:#993333;
	font-size:100%;
	line-height:normal;
	background:url(../images/st1-bg.jpg) repeat-x bottom;
	border-bottom:1px solid #ff6666;
}

#access{
	background-color:#FFF;
	padding:10px;
	margin-bottom:20px;
	_height:300px;
	min-height:300px;
}

#access table{
	width:100%;
	}

#access th{
	width:25%;
	padding:5px;
	background-color:#F99;
	vertical-align:top;
	border-collapse:collapse;
	font-weight:normal;
	text-align:left;
	border-bottom:1px solid #fff;
}
#access td{
	width:75%;
	padding:5px;
	border-bottom:1px solid #ccc;
	border-collapse:collapse;
}

#guide-photo{
	background-color:#FFF;
	padding:10px;
	margin-bottom:20px;
	height:1%;
}

#guide-photo table{
	width:100%;
	}

#guide-photo th{
	width:25%;
	padding:5px;
	background-color:#F99;
	vertical-align:top;
	border-collapse:collapse;
	font-weight:normal;
	text-align:left;
	border-bottom:1px solid #fff;
}
#guide-photo td{
	width:75%;
	padding:5px;
	border-bottom:1px solid #ccc;
	border-collapse:collapse;
}
.mb35{margin-bottom:35px;}
