@charset "utf-8";

.table01{
	font-size: 81%;
	margin-bottom: 15px;
	margin-left: 10px;
	width: 670px;
	margin-top: 15px;
	color: #333;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
}
.table01 th{
	font-weight: bold;
	background-color: #EFF3F8;
	text-align: center;
	width: 200px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #2E8592;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.table01 td{
	background-color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#contents h3{
	font-size: 100%;
	background-image: url(../images/h3_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-left: 30px;
	height: 46px;
	color: #000;
}

/*#contents h4{
	font-size: 88%;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(../images/h4_bg.jpg);
	background-repeat: no-repeat;
	height: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BCC0DE;
}*/

#contents h4{
	font-size: 88%;
	margin-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: #E7E7E7;
	margin-bottom: 20px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #036;
	margin-top: 5px;
	margin-right: 10px;
}

#contents h5{
	font-size: 81%;
	margin-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

img.imgright {
	padding: 4px;
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 7px;
}
img.imgleft {
	padding: 4px;
	float: left;
	margin-top: 0;
	margin-right: 7px;
	margin-bottom: 2px;
	margin-left: 0;
}

#contents ul {
	font-size: 81%;
	line-height: 1.6em;
	margin-bottom: 20px;
}

#contents ul li {
	list-style-image: url(../images/bg_side_menu_arrow.gif);
	text-indent: 10;
	margin-left: 30px;
}

#mailto {
	background-image: url(../images/mail_to.jpg);
	height: 120px;
	width: 658px;
	position: relative;
	margin-left: 15px;
	margin-top: 30px;
}
#mailto a {
	display:block;
	width:309px;
	height:50px;
	text-decoration:none;
	outline:none;
	background-image: url(../images/mail_to_btn.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 347px;
	top: 54px;
	text-indent:-9999px;
}
#mailto a:hover {
	background-position:-309px 0;
}

.box01 {
	background-color: #EDF0FA;
	padding: 10px;
	border: 1px solid #006;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	font-size: 81%;
	line-height: 1.5em;
}