@charset "utf-8";
/*--------------- Common CSS ---------------*/
/*------ Entire Page ------*/
* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 100%;
	font-style: normal;
	text-align: left;
}

html {
	height: 100%;
	overflow-y: scroll;
}

body {
	height: 100%;
	font-size: 13px;
	line-height: 1.5;
	color: #1A1A1A;
	text-align: center;
	background-image: url(../common/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}


#wrapper {
	margin: 0px auto;
	width: 902px;
	min-height: 100%;
	background-image: url(../common/bg_wrapper.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}
* html #wrapper {
	height: 100%;
}


p,ul,dl,ol {
	margin-top: 0px;
	margin-bottom: 13px;
}


table {
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 13px;
}
table th,table td {
	vertical-align: top;
}
th.center,td.center {
	text-align: center;
}
th.right,td.right {
	text-align: right;
}


em {
	font-style: italic;
}


a {
	color: #012877;
	outline: none;
}
a:hover {
	color: #820A00;
}

a.pdf {
	padding: 4px 25px 4px 0px;
	background-image: url(../common/ic_pdf.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
a.word {
	padding: 4px 25px 4px 0px;
	background-image: url(../common/ic_word.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}


img {
	vertical-align: bottom;
	border: none;
}


.flclear {
	clear: both;
}


.red {
	color:#820A00;
}


.ml0 {
	margin-left: 0px;
}
.ml13 {
	margin-left: 13px;
}
.ml24 {
	margin-left: 24px;
}
.mb0 {
	margin-bottom: 0px;
}


p.square {
	background-image: url(../common/ic_square.jpg);
	background-repeat: no-repeat;
	background-position: 5px 2px;
	padding-left: 24px;
}


ul.circle li {
	background-image: url(../common/ic_circle.jpg);
	background-repeat: no-repeat;
	background-position: 1px 5px;
	padding-left: 13px;
	margin-bottom: 0.25em;
}


/*------ Header ------*/
#header {
	margin: 0px 1px;
	height: 80px;
	background-image: url(../common/bg_header.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
h1 {
	float: left;
	padding: 15px 0px 0px 15px;
}
#header .box_right {
	padding-right: 10px;
	width: 650px;
	height: 80px;
	float: right;
}
ul.language {
	margin: 0px 0px 31px 0px;
	float: right;
}
ul.language li {
	padding: 0px 0px 0px 5px;
	float: left;
}
ul.topnavi {
	clear: both;
	float: right;
	margin: 0px;
	padding: 0px;
}
ul.topnavi li {
	float: left;
}

/*------ Contents ------*/
#contents {
	margin: 0px 1px;
	background-image: url(../common/bg_contents.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	clear: both;
}
#contents:after {  
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}  
#contents {  
	zoom: 1;  
}


/*--- Sidenavi ---*/
#sidenavi {
	width: 215px;
	float: left;
	position: relative;
}
#dhtmlgoodies_listMenu, #dhtmlgoodies_listMenu ul{
	margin:0px;
	padding:0px;
}
#dhtmlgoodies_listMenu li {
	vertical-align: top;
}
#dhtmlgoodies_listMenu ul {
	display:none;
}
#dhtmlgoodies_listMenu ul li {
	background-image: url(../common/bg_snavi01.jpg);
	background-repeat: no-repeat;
	background-position: 15px 10px;
	width: 100%;
}
#dhtmlgoodies_listMenu ul li a {
	padding: 6px 0px 6px 32px;
	color: #003366;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	line-height: 1.3;
	background-image: url(../common/bg_snavi02.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	display:block;
}
#dhtmlgoodies_listMenu ul li a {  
	zoom: 1;  
}
#dhtmlgoodies_listMenu ul li a:hover {
	color:#820A00;
}

#dhtmlgoodies_listMenu .activeMenuLink{
	color:#820A00;
}

#dhtmlgoodies_listMenu ul li.last a {
	border-bottom: 1px solid #B2B2B2;
	background-image: none;
}

#sidenavi .info{
	display: block;
	position: absolute;
	bottom: 0px;
	padding: 0px 5px;
}
#sidenavi .info p{
	margin-bottom: 0px;
	width: 205px;
	font-weight: bold;
	border-bottom: 2px solid #B2B2B2;
}
#sidenavi .info dt{
	background-image: url(../common/ic_square.jpg);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 15px;
	margin-top: 10px;
}
#sidenavi .info dd{
	background-image: url(../common/ic_circle.jpg);
	background-repeat: no-repeat;
	background-position: 15px 5px;
	padding-left: 25px;
}

/*--- Main ---*/
#main {
	width: 685px;
	min-height: 479px;
	height: auto !important;
	height: 479px;
	float: right;
}
#main h2 {
	margin: 0px 0px 30px 0px;
}
#main h3 {
	margin: 0px 30px 22px 30px;
	padding: 0px;
}
#main h3.mini {
	margin: 0px 30px 25px 30px;
	padding: 7px 0px 7px 0px;
	font-size: 13px;
	border-bottom: 2px solid #B2B2B2;
	text-align: right;
}
#main .box625 {
	margin: 0px 30px 45px 30px;
}
#main .box601 {
	margin: 0px 30px 45px 54px;
}


/*- Breadcrumbs -*/
#main .breadcrumbs {
	height: 26px;
	padding-right: 10px;
	font-size: 11px;
	text-align: right;
	line-height: 26px;
	background-image: url(../common/bg_breadcrumbs.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


/*- Pagetop -*/
#contents .pagetop {
	clear: both;
	margin: 0px 10px 10px 0px;
	text-align: right;
}
#contents #main .pagetop {
	margin: -31px 10px 15px 0px;
}

/*------ Footer ------*/
#footer {
	margin: 0px 1px;
	padding-top: 4px;
	background-image: url(../common/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	clear: both;
}
#footer:after {  
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}  
#footer {  
	zoom: 1;  
}

#footer .copyright {
	text-align: right;
	float: right;
	padding-bottom: 15px;
}
address {
	color: #666666;
	font-size: 11px;
	padding-right: 10px;
	margin-top: 20px;
	text-align: right;
}
address a {
	color: #666666;
	text-decoration: none;
}
address a:hover {
	color: #666666;
	text-decoration: none;
}

