@media screen, projection {


  body {
  	margin: 0 0 0 0; padding: 0px; border: 0px;
    font-size: 11px;
  	font-family: "Verdana, Arial CE",Helvetica,Arial,Sans-serif;
    background-color: #ffffff;
    color: #999999;
    text-align: center;
  }
  
  #main {
    margin: 30px auto;
    width: 694px;
    background-repeat: no-repeat;
    background: url("img/hp_bg.png"); 
  } 
                                  
  div.hotnews {
	background: #b31e11 url('img/bg_news.png') no-repeat bottom right;
    color: #ffffff;
    text-align: left;
	width: 755px;
	margin: 0 auto;   
	border-left: solid 10px #b31e11;
	border-right: solid 10px #b31e11;
  }

  div.hotnews .content {
	padding: 6px 8px 1px 8px;
  }

  div.hotnews h2 {       
	margin: 0 0 6px 0;  
	height: 23px;   
	padding: 2px 0 0 40px;
	font-size: 16px;
  }

  div.hotnews h2 a {
    color: #ffffff;
	text-decoration: none;
  }

  div.hotnews h2 a:hover {
    background-color: #ffffff;
    color: #b31e11;
  }

  div.hotnews h2.jp {       
	background: url('img/jp.png') no-repeat center left;
  }

  div.hotnews h2.th {       
	background: url('img/th.png') no-repeat center left;
  }

  div.hotnews h2.ko {       
	background: url('img/ko.png') no-repeat center left;
  }

  div.hotnews h2.en {       
	background: url('img/en.png') no-repeat center left;
  }

  div.hotnews h2.zh {       
	background: url('img/zh.png') no-repeat center left; 
  }


  p {
    text-align: center;
    margin: 0 0 0.7em 0;
  }

  table {
    border-collapse: collapse;
  }
  
  img {
    border: 0;
  }
  
  a {
    color: #999999;
  }

  a:hover {
    background-color: #999999;
    color: #ffffff;
    text-decoration: none;
  }

  #maininfo {
    width: 800px;
    margin: 50px auto;
  }                           

  td.typ1 {
	vertical-align: top;
  }

  td.typ2 {
	vertical-align: bottom;
  }                 

	h1 {
		margin: 0px 0 10px 0;
		padding: 8px 0 6px 0;
	    color: #ffffff;
	    background-color: #999999;
		font-size: 16px;
	}
               
   	div.hponly {
		display: none;
}
}



