@charset "utf-8";
@import url("shared/css/reset.css");
@import url("shared/css/basic.css");
@import url("shared/css/layout.css");
/*
---------------------------------------------------------
Flash Contents Only
---------------------------------------------------------
*/
html {
	height: 100%;
	overflow: auto;
	display: block;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	
}
#flashcontent {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width:  100%;
	min-width:1024px;
	min-height:890px;
}
/*
---------------------------------------------------------
SiteMap Only
---------------------------------------------------------
*/
#sitemap {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}

div.note{
	padding-top: 35px;
	padding-bottom: 35px;
	padding-left: 60px;
}


#main h1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#page h2{
	padding-left: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
}
.contents {
	border: 4px solid #FFA3D2;
	padding-top: 15px;
	padding-bottom: 15px;
}
td,
th {
	border:0px;
	padding:0px;
}
.list {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 550px;
	margin-bottom: 0px;
}
.list td,
.list th {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9999;
	padding-top: 7px;
	padding-bottom: 7px;
}
.list th {
	width: 160px;
	text-align: left;
}
.list .noborder {
	border:0px;
	padding-bottom: 0px;
}
.list p {
	padding: 0px;
	margin: 0px;
}
.list h3 {
	padding: 0px;
	margin: 0px;
}
.list h4 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
}
.list h3 a,
.list h4 a {
	color: #5A3D1B;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.contents h3 a:hover,
.contents h4 a:hover {
	color: #496384;
	font-weight: bold;
}
.list h3 a img,
.list h4 a img {
	vertical-align:middle;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 2px;
}
.contents .main .listtop {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9999;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FF9999;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
.contents .main .list {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9999;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: none;
}
.contents .main .listbn {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* footer */
#sitemap #footer {
	padding-top: 0px;
	padding-left: 5px;
}
#sitemap #footer div.nav {
	float: right;
	width:430px;
	padding-top: 0px;
}
#sitemap #footer div.nav img.btn {
	vertical-align:middle;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 2px;
}
#sitemap #footer span.copyright img {
	padding-top: 3px;
	padding-bottom: 0px;
}
