@charset "utf-8";


/*a:link{color:#000000;
		text-decoration:none;
}

a:visited{color:#000000;
		text-decoration:none;
}*/

/* heading */
#outerGroup {
	background-color: #CCCCCC;
	width: 920px;
	margin: 50px auto 0px;
	border: 1px solid #000;
	background-image: url(../images/bg/herftone_w920.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}


#outerGroup #heading {
	height: 25px;
	width: 100%;
	background-image: url(../images/heading_bg.jpg);
}
#outerGroup #heading #title {
	float: right;
	height: 25px;
	width: 300px;
}


#outerGroup #heading #headingMenu {
	font-size: 11px;
	line-height: 14px;
	float: left;
	height: 14px;
	width: 300px;
	padding-top: 11px;
	text-align: left;
	padding-left: 20px;
	font-weight: bold;
	color: #666666;
}
#outerGroup #heading #headingMenu a:link {
	color:#666666;
	text-decoration:none;
}
#outerGroup #heading #headingMenu a:visited {
	color:#666666;	
	text-decoration:none;
}
#outerGroup #heading #headingMenu a:hover{
	color:#cccccc ;
	text-decoration:none;
}

/* exContents_W250 */
.exContents {
	float: left;
	width: 250px;
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 0px;
	margin: 5px 0px 0px 10px;
}

.exContents h1{
	color:#006666;
	font-size:16px;
	font-style:normal;
	padding:0;
	text-decoration: underline;
	margin: 0px;
}

.exContents h2{
	color:#0033CC;
	font-size:14px;
	margin: 0px;
	padding: 0px 0px 0px 16px;
}

.exContents_heading {
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 250px;
	background-image: url(../images/exInfo_border.jpg);
}

.exContents_footer {
	margin: 0px;
	padding: 0px;
	height: 8px;
	width: 250px;
	background-image:url(../images/exInfo_footer.jpg);
	clear: both;
}





/* footer */
#outerGroup #footer {
	text-align: right;
	clear: both;
	height: 25px;
	background-image: url(../images/heading_bg.jpg);
}

#outerGroup .floatClea {
	display: block;
	clear: both;
}
