@charset "utf-8";

/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color: #ffffff;
	background-repeat: repeat;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
}
hr {
	display: none;
}

/* link styles
------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #74A400;
	text-decoration: underline;
}
a:visited {
	color: #74A400;
	text-decoration: underline;
}
a:hover {
	color: #74A400;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
}

/* basic layout
------------------------------*/
#wrapper {
	width: 660px;
	margin: 0px auto;
}

#main {
	padding: 0px;
/*	float: right;*/
	width: 660px;
	margin-bottom: 20px;
	margin-top:-25px;
}

#footer {
	border-top:1px solid #999999;
	padding: 15px;
	clear: both;
	color: #999999;
	text-align:center;
}
address {
	margin-top:10px;
	font-style:normal;
}

/* header styles
------------------------------*/
#header {
	background-repeat: no-repeat;
	height: 93px;
	position: relative;
}

#header #logo {
	position: absolute;
	left: 0px;
	top: 4px;
}

/* seo */
#header #seo {
	position: absolute;
	left: 540px;
	top: 10px;
	font-size:75%;
	font-weight:normal;
}

/* submenu */
#header #submenu {
	position: absolute;
	left: 650px;
	top: 45px;
}

#header ul {
	width: 870px;
	position: absolute;
	left: 0px;
	top: 73px;
}

#header ul li {
	list-style: none;
	float: left;
}

#header ul li a {
	width: 174px;
	height: 2.5em;
	line-height: 2.5em;
	color: #666666;
	text-decoration: none;
	text-align: center;
	display: block;
	border:none;
}
#header ul li a:hover {
/*	background-color: #E8ECF5;*/
}


/* main styles
------------------------------*/

#main p {
	line-height: 1.8;
	margin-bottom: 1em;
}

#main h2 {
	margin-bottom: 15px;
	font-size: 100%;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 0px 4px 15px;
	border-top: 3px solid #5CB9C8;
	border-bottom: 1px dotted #333333;
}

/* footer styles
------------------------------*/
#footer ul li a {
	color: #74A400;
}
#footer ul li a:hover {
	color: #74A400;
	text-decoration: none;
}
#footer p a {
	color: #74A400;
}
#footer p a:hover {
	color: #74A400;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	list-style: none;
	margin-right: 15px;
}
#footer p {
	margin: 0px;
}



/* Floating Classes
------------------------------*/

.fl {
	float: left;
}
.fr {
	float: right;
}



/* table
------------------------------*/

/* time table */
#main table.time {
	border: 1px solid #F5F5F5;
	background-color:#FAF6EF;
	font-weight:bold;
	font-size:120%;
}
#main table.time td {
	border: 1px solid #F5F5F5;
	padding:10px;
}

/* close btn */
#close a {
	width:220px;
	color:#FFFFFF;
	display:block;
	border: 1px solid #F5F5F5;
	padding:5px;
/*	border: 1px solid #F5F5F5;*/
	background-color:#48AEBA;
	font-weight:bold;
	font-size:100%;
}


/* margin
------------------------------*/
/* margin */
.mgn5pxbtm {
margin-bottom:5px;
}

/* margin */
.mgn5pxtop {
margin-top:5px;
}

/* margin */
.mgn10pxbtm {
margin-bottom:10px;
}

/* margin */
.mgn10pxtop {
margin-top:10px;
}

#copyhead {
float:left;
}

#time {
float:right;
}
