@charset "utf-8";

body {
  background: url(header_bg.png) repeat-x;
}

html,body,form,div,form,ul,ol,p,td,th,dd,dt,img,input,textarea,h1,h2,h3,h4 {
  font-size: 14px;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

a:link,a:visited {
  color: #333;
  text-decoration: none;
}

a:hover,a:active {
  color: #333;
}

.clear {
  clear: both;
}

#container {
  width: 860px;
  margin: auto;
}


#globalHeader {
  width: 100%;
  height: 145px;
  margin: 0 auto;
}

#globalHeader #logo {
  margin-top:16px;
  margin-left: 0px;
  height: 106px;
}

#globalFooter {
  margin: 20px auto;
  width: 100%;
  height: 54px;
}

#globalFooter #article_menu {
  line-height: 54px;
  text-align: left;
  background: url(footer_bg.gif) repeat-x; 
}

#globalFooter #article_menu a:hover {
  text-decoration: underline;
}

#globalFooter #article_menu #footer_l {
  float: left;
}

#globalFooter #article_menu #footer_r {
  float: right;
}

#globalFooter  a {
  color: #000;
  margin: 0 10px;
}

#copyright {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 30px;
}

/*foot logo and link Start*/
#globalFooter #footlogo {
  position: relative;
  background: url(footlogo.png) no-repeat;
  height: 91px;
  width: 62px;
  top: -62px;
  margin: auto;
}

#globalFooter #rocket {
	display: block;
	border: 0;
	width: 62px;
	margin: 0 auto;
	height: 91px;
}

a:link.nounder,
a:visited.nounder,
a:hover.nounder {
	text-decoration: none;
	border: 0;
}
/*foot logo and link End*/

#promotion {
  width: 100%;
  margin: 20px auto;
}

#topNews {
  width: 100%;
  margin: 0 auto;
}

#topNews h3 {
  background: url(topnews_bg.gif) repeat-x;
  height: 38px;
  color: #CB1717;
}

#topNews img {
  vertical-align: middle;
}

#topNews img.topNews_r {
  float: right;
}

#topNews p {
  color: #333;
  line-height: 180%;
  padding-left:15px;
  margin-bottom:12px;
  margin-top:18px;
  /*background:url(index_ico.gif) 2px 8px no-repeat;*/
}

/*Roll over menu Start*/

.rollover a {
        float: left;
		display:block;
		width: 121px;
		padding:9px 0px 7px 0px;
		background: url(rollovermenu.png) 0 0 no-repeat;
		text-decoration: none;
		}
	.rollover a:hover {	
		background-position: 0 -35px;
		}
	.rollover a:active {
		background-position: 0 -70px;
		}
.rollover span {
padding-left: 10px;
}
/*Roll over menu End*/

/*Corner Image Start*/




/*Corner Image End*/

