@charset "UTF-8";
/* CSS Document */
html, body {
	margin: 0px;
	background-repeat:repeat-x;
	background-image:url(../images/sp_bg.png);
	background-position:top;
	background-color: #ffffff;
	font-family: Lucida Grande, Trebuchet MS, Arial, Century Gothic;
	font-size: 13px;
	color: #000000;
	line-height: 23px;
	font-style:normal;
	font-weight:500;		
}
#wrap{
	width:850px;
	margin: 0px auto;
}
#top {
	width: 850px;
	height: 385px;
	margin: 0px auto;
	background-image:url(../images/sp_topbg.png);
	background-repeat: no-repeat;
}
#xml {
	width: 800px;
	height: 385px;
	margin: 0px auto;
	margin-left: 25px;
}
#xml img { margin-top: 86px; }
ul {margin:0;padding:0;}
li {} 

#mid_con {
	width: 850px;
	height: 85px;
	margin: 0px auto;
	display: inline-block;
} 
/* MENU */
#nav {
	width: 590px;
	height:95px;
	float: left;
	margin-left: 20px;
	display: inline;
}
#nav li {
	margin: 0 5px;
	padding: 40px 13px 8px;
	/*
	width: 98px;
	height: 65px;
	*/
	float: left;
	position: relative;
	list-style: none;
	z-index: 10;
	font-size: 14px;
}
/* main level link */
#nav a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	display: block;
	padding:  10px 5px;
	margin: 0;
	text-transform:uppercase;
}
#nav a:hover {
	background: transparent;
	color: #00a18f;
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: transparent;
	color: #00a18f;
	border-top: solid 0px #f8f8f8;
}
/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: #00a18f;
	border: none;
	color: #fff;

}
#nav ul a:hover {
	background: #fff !important;
	color: #000 !important;
}

/* dropdown */
#nav li:hover > ul {
	display: block;
    color: #ed1c24;
}

/* level 2 list */
#nav ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 170px;
	position: absolute;
	top: 80px;
	left: -45px;
	background: #fff;
	border: solid 1px #6a6a6a;
	text-align:center;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav ul a {
	font-weight: normal;
	color: #fff;
	font-size: 12px;
}
/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}
/* rounded corners of first and last link */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
}
/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#logo {
	width: 220px;
	height: 95px;
	float: left;
}
 
#content{
	width: 820px;
	margin: 20px 15px auto;
	overflow:hidden;
}
#slogan {
	width: 821px;
	height: 75px;
	margin: 10px 15px auto;
}
#left {
	width: 390px;
	float: left;
}
#right {
	width: 390px;
	float: right;
}
#footer {
	width: 820px;
	margin: 0px auto;		
	border-top: 1px solid #00a18f;
	font-size: 11px;
	text-align:center;
	padding-top: 10px;
	
	clear: both;
}
#left_b {
	width: 200px;
	float: left;
	font-size: 11px;
}
#right_b{
	width: 600px;
	float: right;
	margin-top: 5px;
}
/* Text */
h1,h2,h3,h4,h5,h6,p { 
  	margin:0px;
}
h1 {
	font-size: 24px;
	color: #00a18f;
	text-transform:uppercase;

}
h2 {
	font-size: 16px;
	color: #00a18f;
	display: inline;
}
h3 {

}
h4 {
	font-size: 12px;
	color: #ff0000;
}
h5 {
	font-size: 12px;
	color: #2b2728;
}
h6 {
	font-size: 12px;
	color: #000;
	margin-bottom: 5px;
}
.hrg {
	height: 1px;
	background-color: #00a18f;
	width: 820px;
	text-align:center;
	margin: 0px auto;
	margin-top:5px;
	margin-bottom: 5px;
	margin-right: 15px;
	float:right;
}
a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #00a18f;
}
label {
	width: 100px;
	float: left;
	text-align: right;
	margin-right: 5px;
	
}
.submit input{
	margin-left: 4.5em;
} 
.form {
	text-align: left; 
	width: 250px; 
	height: 10px; 
	border: 1px solid #000000; 
	border-collapse: collapse;
	float: left;
	margin-bottom: 5px;
		
}
ul.list {
	margin-left: 30px;
}
ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-top: 2px;
	margin-bottom: 2px;
}
input, textarea, select { 
	border:0px; 
	font: 12px Arial, Helvetica, sans-serif #000; 
	padding: 5px;
}
select { 
	height:35px; 
}
input[type=submit], input.submit { 
	width: 300px; 
	background:#000; 
	border:0px; 
	color:#fff; 
	font-weight:bold; 
	cursor:pointer; 
	font-size:10px;
	width:auto; 
	padding:5px; 
}
input[type=submit]:hover, input[type=submit]:focus, input.submit:hover, input.submit:focus { 
	background: #00a18f; 
	color:#fff; 
}
.btn {margin-left: 105px; margin-top: 10px;}
img, a img {
	outline:none;
	padding: 0;
}
#output {
	width: 385px;
	margin: 0px auto;
	text-align: center;
}
/*
.bodysmall {
font-family: Lucida Grande, Trebuchet MS, Arial, Century Gothic;
	font-size: 11px;
	color: #000000;
	line-height: 17px;
	font-style:normal;
	font-weight:500;		
}
.bodybold {
	font-family: Lucida Grande, Trebuchet MS, Arial, Century Gothic;
	font-size: 12px;
	color: #00a18f;
	line-height: 20px;
	font-style:normal;
	font-weight:bold;
}
.headtxt {
	font-family: Lucida Grande, Trebuchet MS, Arial, Century Gothic;
	font-size: 14px;
	color: #00a18f;
	line-height: 25px;
	font-style:normal;
	font-weight:bold;
	text-transform:uppercase;
}
.foottxt {
	font-family: Lucida Grande, Trebuchet MS, Arial, Century Gothic;
	font-size: 9px;
	color: #000000;
	line-height: 11px;
	font-style:normal;
	font-weight:600;
	text-align:center;
}
.foottxt a:link, .foottxt a:visited, .foottxt a:active  {
	color: #000000;
	text-decoration: none;
}
.foottxt a:hover {
	color: #00a18f;
	text-decoration: underline;
}
*/
