@import url(std.css);
/**
1. base structure style 
2. header style
3. Main menu style
4. followlink style
5. sub menu structure style
6. sub menu inner style
7. main contents structure style
8. main contents inner style
9. FOR WindowsIE5 style
**/
/** base structure style **/
#leftContents{
text-align: left;
background-image: url(images/subContentsBG.jpg);
background-repeat: no-repeat;
width: 767px;
margin-top: 181px; }

#rightContents{
text-align: left;
float:right;
width:384px;
}

#information{
text-align: left;
padding: 15px 50px 10px 85px;  }

#infotitle{
text-align: left;
position: absolute;
width: 382px;
margin-top: -21px; }
.entry_title,.entry_state{display:none;}
/** FOR WindowsIE5 style **/
* html #leftContents{margin-top: 177px; }
/* hide from macIE5 */

