@charset "UTF-8";
/* CSS Document */

.contents_middle {
	padding-top: 10px;
}

h2.title {
	background: url(../../img/english/main_h2_back.png) no-repeat;
	height: 40px;
	line-height: 40px;
	font-weight: normal;
	font-size: 130%;
	padding: 0 0 0 20px;
	margin: 0 0 20px 0;
}

h3.title {
	background: url(../../img/english/main_h3_back_red.png) no-repeat;
	width: 920px;
}

ol.ol01 {
	margin-left: 20px;
}

/* @group Access */

.left {
	width: 600px;
	float: left;
}

.right {
	width: 320px;
	float: right;
}

.table_access {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 30px;
}

.table_access th {
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0;
	text-align: left;
}

.table_access td {
	border-bottom: 1px solid #e5e5e5;
	padding: 10px ;
	line-height: 140%;
}

/* @end */



.form_area {
	display: block;
	width: 95%;
}
.attention {
	color: #ff0000;
}