/*一覧タイトル*/
.h2_01 span {
	position: absolute;
	background-image: url(../images/h2_01.gif);
	background-repeat: no-repeat;
	width: 575px;
	height: 30px;
}
.h2_02 span {
	position: absolute;
	background-image: url(../images/h2_02.gif);
	background-repeat: no-repeat;
	width: 575px;
	height: 30px;
}
.h2_03 span {
	position: absolute;
	background-image: url(../images/h2_03.gif);
	background-repeat: no-repeat;
	width: 575px;
	height: 30px;
}
.h2_0x span {
	position: absolute;
	background-image: url(../images/h2_0x.gif);
	background-repeat: no-repeat;
	width: 575px;
	height: 30px;
}
.h2_01 h2, .h2_02 h2, .h2_03 h2, .h2_0x h2 {
	height: 35px;
}

/*一覧*/
#main-list {
	width:575px;
	margin: 6px 0px 6px 20px;
}
.list {
	width:575px;
}

.list li {
	width: 287px;
	float: left;
}

.list-box {
	width: 267px;
	height: 80px;
	margin:0px 15px 10px 5px;
	}
.list-img {
	width: 90px;
	float: right;
	}
.list-img img {
	padding: 1px;
	border: 1px #B3B3B3 solid;
	}
.list-text {
	width: 177px;
	float: right;
}
.list h3 {
	font-size: 93%;
	color: #0099CC;
	border-bottom: 1px #cccccc solid;
	padding: 2px 0px 2px 11px;
	background-image: url(../images/list-style.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	margin-bottom:3px;

	}
.list h3 a:link, .list h3 a:visited {
	color: #0099CC;
	text-decoration: none;
}
.list h3 a:hover, .list h3 a:active {
	color: #0099CC;
	text-decoration: underline;
}

.list p {
	line-height: 1.35;
	}

/*大タイトル*/
.h2_001 span {
	position: absolute;
	background-image: url(../images/h2_001.jpg);
	background-repeat: no-repeat;
	width: 595px;
	height: 92px;
}
.h2_002 span {
	position: absolute;
	background-image: url(../images/h2_002.jpg);
	background-repeat: no-repeat;
	width: 595px;
	height: 92px;
}
.h2_003 span {
	position: absolute;
	background-image: url(../images/h2_003.jpg);
	background-repeat: no-repeat;
	width: 595px;
	height: 92px;
}
.h2_00x span {
	position: absolute;
	background-image: url(../images/h2_00x.jpg);
	background-repeat: no-repeat;
	width: 595px;
	height: 92px;
}
.h2_001 h2, .h2_001 p, .h2_002 h2, .h2_002 p, .h2_003 h2, .h2_003 p, .h2_00x h2, .h2_00x p {
	height: 46px;
}


/*MAIN*/
#main-contents {
	width:575px;
	margin: 6px 0px 6px 20px;
}
#main-contents h2 {
	font-size: 125%;
	width:575px;
	height: 40px;
	background-image: url(../../images/h3-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color: #0099CC;
	padding-top:3px;
	}
#main-contents p.pad {
	padding: 0px 15px;
}
.text-main {
	width: 300px;
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
.ph-main {
	width: 260px;
	float: right;
	text-align: center;
	margin-bottom: 15px;
}

.ondo01 {
	border-top: 1px #999999 solid;
	border-bottom: 1px #999999 solid;
	padding:2px 12px;
	background-color: #E5E5E5;
}
.ondo02 {
	border-top: 1px #999999 solid;
	border-bottom: 1px #999999 solid;
	padding:2px 12px;
}
.point {
	margin:10px 5px;
	}
.point th,.point td {
	font-size: 93%;
	line-height: 1.25;
	padding: 3px;
	font-weight: normal;
	border-bottom: 1px #999999 solid;
	white-space: nowrap;
}
.point-ttl01 {
	background-color: #8E1C24;
	text-align: center;
	color: #FFFFFF;
	letter-spacing: 0.2em;
}
.point-color01 {
	color: #8E1C24;
}
.point-ttl02 {
	background-color: #3A52A3;
	text-align: center;
	color: #FFFFFF;
	letter-spacing: 0.2em;
}
.point-color02 {
	color: #3A52A3;
}
.point-ttl03 {
	background-color: #298581;
	text-align: center;
	color: #FFFFFF;
	letter-spacing: 0.2em;
}
.point-color03 {
	color: #298581;
}
