@charset "utf-8";

*{
	font-family: Arial;
}


/* main---------------------------------------------------------------------- */


form{
	margin:0;
	padding:0;
}

#main-bg{
	background-color: #DDDDDA;
}

#header001{
	padding: 20px 0px 20px 20px;
	background-color: #FFFFFF;
	background-image:  url(../../share/header_img001.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 77px;
}
#header001-02{
	padding: 0px;
	background-color: #FFFFFF;
	background-image:  url(../../share/header_img001.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 77px;
	text-align: left;
	vertical-align: bottom;
}
#header002{
	background-color: #FFFFFF;
	background-image:  url(../../share/header_img001.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 77px;
	text-align: right;
	vertical-align: bottom;
}

#header003{
	background-color: #0054C5;
	background-image:  url(../../share/search_img001.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 34px;
	text-align: center;
	vertical-align: middle;
}
#header-line{
	background-color: #082569;
	height: 4px;
}
.searchbox{
	margin: 2px 5px 2px 5px;
	width: 110px;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #404033;
	border-right-color: #DFDFC5;
	border-bottom-color: #DFDFC5;
	border-left-color: #404033;
	font-size: 12px;
	color: #333333;
	line-height: 15px;
}
.searchbtn{
	font-size: 12px;
	margin: 0;
}
.searchtop{
	height: 40px;
	text-align: center;
	vertical-align: middle;
}
#main{
	background-color: #FFFFFF;
}

#footer{
	padding: 20 10 20px;
	background-color: #082569;
	background-image:  url(../../share/footer_img001.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
}
#footertxt{
	color: #FFFFFF;
	text-align: right;
}


/* txt---------------------------------------------------------------------- */

#top{
	color: #535353;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
#top01-2{
	color: #FF3701;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
#top02{
	font-weight: bold;
}


/* link---------------------------------------------------------------------- */

a.footerlink:link, a.footerlink:visited, a.footerlink:active {
	color: #FFFFFF;
}
a.footerlink:hover,a.footerlink:active {
	color: #E0E4EC;
}


a.submenulink:link, a.submenulink:visited, a.submenulink:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.submenulink:hover,a.footerlink:active {
	color: #FFFFFF;
	text-decoration: underline;
}



a.top:link, a.top:visited, a.top:active {
	color: #0753E7;
	text-decoration: underline;
}
a.top:hover,a.top:active {
	color: #FF5514;
	text-decoration: none;
}
