@charset "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
#header p {
	font-size: 70%;
	color: #666666;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#header p.white {
	color: #FFFFFF;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
}
#header h1 {
	margin: 0px;
	padding: 0px;
}
#header a:link {
	color: #666666;
	text-decoration: none;
}
#header a:hover {
	color: #666666;
	text-decoration: underline;
}
#new a:visited {
	color: #800080;
	text-decoration: underline;
}
#new a:active {
	color: #666666;
	text-decoration: underline;
}
#fooder {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#fooder p {
	font-size: 80%;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
#fooder p.bar {
	font-size: 80%;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
#fooder a:link {
	color: #333333;
	text-decoration: none;
}
#fooder a:hover {
	color: #333333;
	text-decoration: underline;
}
#fooder a:visited {
	color: #800080;
	text-decoration: underline;
}
#fooder a:active {
	color: #333333;
	text-decoration: underline;
}
#fooder td {
	background-image: url(../images/img_copy_02.jpg);
	background-repeat: repeat-x;
}
#pan {
	font-size: 80%;
	color: #333333;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#pan a:link {
	color: #003399;
	text-decoration: underline;
}
#pan a:hover {
	color: #0000FF;
	text-decoration: underline;
}
#pan a:visited {
	color: #800080;
	text-decoration: underline;
}
#pan a:active {
	color: #0000FF;
}
#sidenavi {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#sidenavi ul {
	font-size: 80%;
	line-height: 120%;
	color: #333333;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sidenavi ul li {
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 17px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(../images/icon_03.gif);
	background-repeat: no-repeat;
	background-position: 1px 7px;
}
#sidenavi ul li ul li {
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/icon_01.jpg);
	background-repeat: no-repeat;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 120%;
	background-position: 0px 4px;
}

#sidenavi a:link {
	color: #003399;
	text-decoration: underline;
}
#sidenavi a:hover {
	color: #0000FF;
	text-decoration: underline;
}
#sidenavi a:visited {
	color: #800080;
	text-decoration: underline;
}
#sidenavi a:active {
	color: #0000FF;
}
#contents h1 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/tit_01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: 30px;
}
#contents h1.imagetitle {
	background-image: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	height: auto;
}

#contents .blankspace {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}
#contents ul,
#contents ol {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding: 0px;
}
#contents ul li,
#contents ol li {
	font-size: 80%;
	line-height: 130%;
	color: #333333;
	margin-bottom: 4px;
}


#contents h2 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000066;
	background-color: #F5F5F5;
	background-image: url(../images/icon_02.gif);
	background-repeat: no-repeat;
	padding: 2px 3px 2px 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-position: 5px;
}
#contents h3 {
	font-size: 90%;
	color: #990000;
	margin-bottom: 2px;
	padding-bottom: 0px;
}

#contents p {
	font-size: 80%;
	color: #333333;
	line-height: 140%;
	margin: 0px;
	padding: 0px;
}
#contents .red {
	color: #CC0000;
}

#contents .blankspace p.stext {
	font-size: 70%;
	line-height: 100%;
}
#contents a:link {
	color: #003399;
	text-decoration: underline;
}
#contents a:hover {
	color: #0000FF;
	text-decoration: underline;
}
#contents a:visited {
	color: #800080;
	text-decoration: underline;
}
#contents a:active {
	color: #0000FF;
}
.tdbg {
	background-image: url(../images/bg_sidenavi.jpg);
	background-repeat: no-repeat;
}
#pagetop {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#contents p.title {
	margin-bottom: 20px;
}
#contents label {
	font-size: 80%;
	color: #333333;
}
#contents #sitemap {
	padding: 0px;
}
#sitemap ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sitemap ul li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	list-style-type: none;
}
#sitemap ul li ul li {
	font-size: 12px;
}
#sitemap ul li.sitemap1 {
	background-image: url(../images/icon_03.gif);
	background-repeat: no-repeat;
	background-position: 5px 1px;
	font-size: 14px;
}
#sitemap ul li.topline {
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	background-image: url(../images/icon_03.gif);
	background-repeat: no-repeat;
	background-position: 5px 11px;
	font-size: 14px;
}
#sitemap ul li.sitemap2 {
	background-image: url(../images/icon_05.gif);
	background-repeat: no-repeat;
	background-position: 7px 3px;
}
#sitemap ul li.sitemap3 {
	background-image: url(../images/icon_06.gif);
	background-repeat: no-repeat;
	background-position: 10px 3px;
	font-size: 11px;
}
#sitemap ul li.sitemap4 {
	background-image: url(../images/icon_01.jpg);
	background-repeat: no-repeat;
	background-position: 10px 3px;
	font-size: 11px;
}
#contact h2 {
	background-image: none;
	margin: 0px;
	padding: 0px;
	background-color: #F5F5F5;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
