@charset "UTF-8";
.hd_txt {
	font-size: 1.3em;
	color: #FFFFFF;
}


#nav_box a:link {
	color: #ffffff;
	text-decoration: none;
	display: block;
}
#nav_box a:visited {
	text-decoration: none;
	color: #ffffff;
	display: block;
	}
#nav_box a:hover {
	color: #F6DCB4;
	text-decoration: none;
	display: block;
}
#nav_box a:active {
	text-decoration: none;
	color: #ffffff;
	display: block;
}
.sub_hd_txt {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #F8DFB4;
	font-size: 1.3em;
	padding-bottom: 5px;
	color: #F8DFB4;
}
#content_box a:link {
	color: #ffffff;
	text-decoration: underline;
}
#content_box a:visited {
	text-decoration: underline;
	color: #ffffff;
	font-weight: normal;
	}
#content_box a:hover {
	color: #F6DCB4;
	text-decoration: underline;
}
#content_box a:active {
	text-decoration: underline;
	color: #ffffff;
}
h1 {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #F8DFB4;
	font-size: 1.3em;
	padding-bottom: 5px;
	color: #F8DFB4;
}
#content_container a:link {
	color: #ffffff;
	text-decoration: none;
}
#content_container a:visited {
	text-decoration: none;
	color: #ffffff;
	}
#content_container a:hover {
	color: #F6DCB4;
	text-decoration: none;
}
#content_container a:active {
	text-decoration: none;
	color: #ffffff;
}
