@charset "utf-8";


/*=====================

	section01

=====================*/
.section01 {
	width: 680px;
	padding-bottom: 15px;
	border-top: 1px solid #ccc;
}
h4 {
	background:url(../images/base/arrow_blue01.gif) left 10px no-repeat;
}
#item {
	clear: both;
	width: 650px;
	margin: 0 15px;
}
#item img {
	float: left;
	width: 300px;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 5px;
	border: 1px solid #ccc;
}
.con01 {
	float: right;
	width: 323px;
	margin-bottom: 15px;
}
.con01 h5 {
	font-size: 1.1em;
	font-weight: normal;
	width: 308px;
	margin-bottom: 7px;
	padding: 5px 0 5px 10px; 
	background: #eee;
	border-left: 5px solid #003366;
}
.section01 p {
	line-height: 150%;
	margin-bottom: 15px;
}
.con01 dl {
	width: 323px;
	margin-bottom: 15px;
}
.con01 dt {
	text-align: center;
	width: 50px;
	margin-bottom: 5px;
	padding: 5px 15px; 
	background: #CBE0DA;
}
.con01 dd {
	line-height: 150%;
	margin-bottom: 15px;
	padding-top: 5px;
	border-top: 1px dotted #ccc;
}
.con02 {
	clear: both;
	width: 650px;
	margin-bottom: 20px;
}
.con02 h5 {
	font-size: 1.1em;
	font-weight: normal;
	width: 635px;
	margin-bottom: 7px;
	padding: 5px 0 5px 10px; 
	background: #eee;
	border-left: 5px solid #003366;
}

.table01,
.table02 {
	width: 650px;
}
.table01 th,
.table01 td,
.table02 th {
	text-align: center;
	padding: 5px;
}
.table01 th,
.table02 th {
	font-weight: normal;
	padding: 5px 15px; 
	background: #CBE0DA;
	border: 1px solid #CBE0DA;
}
.table01 td,
.table02 td  {
	border: 1px solid #ccc;
}
.table02 th {
	width: 20%;
}
.table02 td {
	line-height: 150%;
	padding: 5px;
}

