@charset "utf-8";
@import "base.css";
@import "layout.css";
/* -----------------------------
	　　 アクセス
----------------------------- */
.header {
	margin: 0px auto 12px;
	background-image:url(../img/access/head.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding: 0px;
	text-align: center;
	width: 820px;
	height:177px;
	overflow:hidden;
}
.frame{
	overflow:hidden;
	margin: 15px auto 15px;
	width:580px;
}
.title{
	float:left;
	margin:0px;
	background-image: url(../img/common/point.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding:2px 0 0 25px;
	width:88px;
	height:24px;
}
* html .title{
	float:left;
	margin:0px;
	background-image: url(../img/common/point.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding:3px 0 0 25px;
	width:112px;
	height:26px;
}
h4{
	font-size:16px;
	font-weight:bold;
	text-align:left;
}
.info{
	clear:both;
	text-align:left;
	margin:0px;
	padding:5px 0 0;
}
.img{
	float:left;
	margin:0 0 0 10px;
	padding:0px;
}
.table {
	width:auto;
	margin: 2px 0 3px 2px;
	line-height: 190%;
	border-collapse: collapse;
	font-size: 16px;
}
.table td {
	padding: 1px 7px;
	border: solid 1px #D7D7D7;
	text-align: center;
	line-height:190%;
	color:#333333;
}
.table th {
	padding: 1px 7px;
	border: solid 1px #D7D7D7;
	background-color: #CCFF99;
	text-align: center;
	font-weight: bold;
}
.table td p{
	text-align: center;
	color:#006666;
	font-weight:bold;
}
