@charset "utf-8";

* {
	font-style: normal;
	font-size:13px;
}

a img {
	border-style: none;
}

a:link {
	text-decoration: underline;
	color: #E35E00;
}

a:visited {
	color: #FF8224;
	text-decoration: underline;
}

a:hover {
	color: #709C00;
	text-decoration: underline;
}

a:active {
	color: #709C00;
	text-decoration: underline;
}

#header {
	display: none;
}
#sub #breadList ul {
	padding: 0px;
}


#sub #breadList li {
	display: inline;
}

#sub #breadList li a {
	background-image: url(../images/bg_breadlist.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 12px;
}

#sub #langSelect {
	display: none;
}

#sub #contents h2 {
	line-height: 1;
	font-weight: bold;
	padding: 12px 12px 6px;
	background-image: url(../images/bg_heading.gif);
	background-repeat: no-repeat;
	border: 1px solid #B2B2B2;
	font-size: 16px;
}

#sub #subMenu {
	display: none;
}

#sub #contents h3 {
	font-size: 16px;
	padding-left: 24px;
	background-image: url(../images/bg_rect.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#sub #contents h4 {
	font-size: inherit;
	font-weight: bold;
}

#sub #footer {
	background-color: #F0F0F0;
	padding: 12px;
	font-size: 12px;
	line-height: 1.4em;
}
