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

/* Sub Head */
.wide-subhead {
	width: 730px;
	padding: 10px 25px;
	padding-bottom: 0;
	margin-bottom: -5px;
	float: left;
	position: relative;
}

.wide-page-main-body-text {
	width: 730px;
	height: auto;
	padding: 10px 25px;
	padding-bottom: 0;
	float: left;
	position: relative;
}

.wide-page-main-body-text h1 {
	text-indent: 5px;
	width: 730px;
	padding-top: 2px;
	margin-bottom: 5px;
	display: block;
	float: left;
	position: relative;
	color: #444455;
	background-color:#E4E4EB;
}

/*
.wide-page-main-body-text h1:hover {
	background-color: #DBDBE3;
}*/

.wide-page-main-body-text p {
	width: 720px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 5px;
	display: block;
	float: left;
	position: relative;
}

.wide-page-main-body-text p:hover {
	background-color: #F3F3F6;
}

.wide-page-main-body-text ul {
	width: 710px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	display: block;
	float: left;
	position: relative;
}

.wide-page-main-body-text ul:hover {
	background-color: #F3F3F6;
}

.wide-page-main-body-text li {
	padding: 4px 0;
	list-style-image: url(../images/bullet.gif);
	list-style-position: inside;
}

.wide-page-main-body-text p {
	margin: 0;
}

.wide-page-main-body-text a {
	text-decoration: underline;
}

.wide-page-main-body-text a:hover {
	text-decoration: none;
}