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

a {
	text-decoration: none;
	color: #006a8c;
	outline: none;
}
a:hover {
	color: #F30;
}
.hd, .dir_l {
	color: #006a8c;
	border-bottom: 1px solid #006a8c;
}
h2 {
	color: #006a8c;
	border-bottom: 1px dotted #006a8c;
}
.back a:link, .back a:visited, .crumb a:link, .crumb a:visited {
	text-decoration: none; color: #006a8c;
}
.back a:active, .back a:hover, .crumb a:active, .crumb a:hover {
	text-decoration: none; color: #F30;
}
#content_box, #content_box_home {
	background: #D4ECF0 url(../images/bg_blue.jpg) repeat-x top left;
	border-bottom: 1px solid #9FD4D9;
}
#footer {
	border-top: 4px solid #9FD4D9;
}
#nav_box {
	background: #fff url(../images/bg_nav.png) top left repeat-x;
}
#nav li li a:hover, #nav li li a.sfhover {
	background-color: #0098B5;
}
#totop {
	border-bottom: 1px dotted #006a8c;
}
