@charset "utf-8";
/* CSS Document */
html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
body {
	background-image:url('../image/shadowWrapper.png');
	background-repeat: repeat-y; 
	background-position: center;
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
	color: 333;
}
h1, .welcome {
	color: #333;
	font: Verdana;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 24px;
	font-weight: normal;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}
h2 {
	color: #000000;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
}
a, a:visited, a b {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #099e01;
	text-decoration: underline;
}
a img {
	border: none;
}
img {
	border: none;
}
select {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
label {
	cursor: pointer;
}
/* layout */
#container {
	width: 980px;
	background-image: url('../images/seitebottom.png');
	background-position: bottom;
	background-repeat:repeat-x;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#column-left {
	float: left;
	width: 180px;
	padding-left:5px;
}
#column-right {
	float: right;
	width: 180px;
	padding-right:5px;
}
#content {
	min-height: 480px;
	margin-bottom: 0px;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 195px;
}
#column-right + #content {
	margin-right: 195px;
}
/* header */
#header {
	background-image: url('../images/header2.png'); 
	background-repeat:no-repeat;
	height: 170px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	position: relative;
	z-index: 99;
}
#header #logo {
	position: absolute;
	top: 27px;
	left: 228px;
	z-index:101;
}
/* menu */
#menu {
	background: #585858;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	height: 37px;
	margin-bottom: 15px;
	/*
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;*/
	padding: 0px 0px 0px 0px;
}
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	padding: 0px 0px 0px 0px;
}
/* box */
.box {
	margin-bottom: 20px;
}
.box-heading {
	-webkit-border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	-khtml-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
	border-top: 1px solid #DBDEE1;
	border-left: 1px solid #DBDEE1;
	border-right: 1px solid #DBDEE1;
	background: url('../image/background.png') repeat-x;
	padding: 8px 10px 7px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #333;
}
.box-content {
	background: #FFFFFF;
	-webkit-border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	-khtml-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
	border: 1px solid #DBDEE1;
	padding: 10px;
}
.box-content ul {
	list-style-image:url("../images/menu.png");
	/*list-style: none;*/
	margin: 0px;
	padding: 0px 0px 0px 29px;
}
.box-content > ul > li {
	padding: 8px 0px 8px 0px;
}
/* button */
.htabs {
	padding:15px 15px 0px 15px;
	background-color:#FFFFFF;
	line-height: 16px;
	border-bottom: 1px solid #DDDDDD;
}
.tab-content {
	background-color:#FFFFFF;
	margin-top: 15px;
	border-bottom: 1px solid #DDDDDD;
	border-top: 2px solid #DDDDDD;
	padding: 10px 10px 10px 0px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
}
#powered {
	margin-top: 5px;
	padding: 10px;
	text-align: right;
	clear: both;
}
ul.sitemap {
    list-style-type: circle;
    margin: 2em 0 2em 1.5em;
    padding: 0;
}
ul.sitemap li {
    margin: 0 !important;
	padding: 8px 0px 8px 0px !important;
    /*display: inline;*/
    background-image: none !important;
}