@import 'style.css';

#header{
	width:850px;
	height:262px;
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	background:url('../images/bg_header2.png') no-repeat center;
	position:relative;
}

#wrapper{
	background:url('../images/bg_wrapper2.png') repeat-y left top;
}

#global_menu{
width:606px;
height:38px;
position:absolute;
display:block;
overflow:hidden;
left:122px;
top:86px;
}

#page_title{
width:230px;
height:87px;
position:absolute;
left:23px;
top:169px;
}

#page_title_s{
width:378px;
height:33px;
position:absolute;
left:270px;
top:214px;
}



ul#text_navi{
position:absolute;
left:22px;
top:127px;
padding:0;
margin:0;
vertical-align:bottom;
}

ul#text_navi li{
display:inline;
list-style:none;
color:#666;
font-size:11px !important;
}

ul#text_navi li a{
color:#666;
}

ul#text_navi li a:hover{
text-decoration:none;
}
/*--------------------------------------------------------to page top */

.to_top{
float:right;
padding-left:15px;
margin-top:20px;
background:url('../images/icon_arrow_top.png') no-repeat;
background-position:left bottom;
vertical-align:baseline;
}
.to_top a{
font-size:12px;
color:#666;
}

.to_top a:hover{
text-decoration:none;
}

/*---------------------------------------ie png fix Thank to YungSang*/
*html div#wrapper { behavior: expression(IEPNGFIX.fix(this)); }


table.tbl_style{
width:550px;
background:#eee;
border:3px solid #eee;
}
table.tbl_style th{
width:120px;
padding:5px;
font-size:12px;
color:#666;
border-right:1px solid #ddd;
border-bottom:1px solid #ddd;
border-top:1px solid #fafafa;
background:#eaeaea;
line-height:1.4em;
text-align:left;
}
table.tbl_style td{
padding:5px;
font-size:12px;
color:#666;
border-right:1px solid #ddd;
border-bottom:1px solid #ddd;
border-top:1px solid #fff;
border-left:1px solid #fafafa;
background:#f5f5f5;
line-height:1.4em;
}
.text_red{
color:#EF8600;
font-weight:normal;
}

/*---------------------------site map list*/
#contents ul{
padding-left:20px;
}
#contents ul li{
list-style-type:none;
background-image:url(../../images/img_sitemap01.jpg);
background-position:left 4px;
background-repeat:no-repeat;
line-height:1.8em;
font-size:12px;
padding-left:16px;
}
#contents ul li a{
color:#666;
vertical-align:baseline;
}
#contents ul li a:hover{
text-decoration:none;
}

#contents h1,h2,h3{
font-size:14px;
margin-bottom:10px;
}

#contents p{
line-height:1.6em;
font-size:12px;
}

p.bg_tag{
background:url('../images/bg_tag.png') repeat-y left top;
width:255px;
padding:3px 0 3px 15px;
margin:0 0 3px 0;
float:left;
font-weight:bold;
}