@charset "UTF-8";
.access {
	min-height:1px;　/* IE 7対策 */
}
.access h4 {
	padding-top: 5px;
	margin-top: 0px;
	font-size: 120%;
	color: #FFFFFF;
}
.access p {
	margin-left: 5px;
	font-size: 90%;
}
.access .a_half {
	float: left;
	width: 50%;
	text-align: center;
}
.access .a_half .ah_cnt {
	width: 320px;
	margin-right: auto;
	margin-left: auto;
}
.access table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main .access h4 {
	padding-top: 5px;
	margin-top: 0px;
	font-size: 120%;
	color: #FFFFFF;
}
.access .a_half .ah_cnt table {
	margin-left: 5px;
}
.access table th,td {
	padding: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 90%;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

.access:after {
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}

.access { display:inline-table; }

/* Mac IE には適用させない \*/
* html .access { height:1px; }
.access { display:block; }
/* */
/* floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここまで） */
#main .access .a_half .ah_cnt h4 {
	padding-top: 5px;
	margin-top: 0px;
	font-size: 120%;
	color: #FFFFFF;
}

