@charset "utf-8";
/* CSS Document */

body {
margin:0px;
padding:0px;
line-height:1.4em;
color:#666;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
height:100%;
}
textarea{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
img{border:none;}
*{outline:none;}

.c{clear:both;} 

.red{color:#CC0000;}

#top_bg{
background:url(../images/top_bg.gif) top repeat-x;
height:100%;
width:100%;
margin:0px;
padding:0px;
}


#sub_bg{
background:url(../images/sub_bg.gif) top repeat-x;
height:100%;
width:100%;
margin:0px;
padding:0px;
}

#top_wrap{
width:803px;
height:100%;
margin: 0px auto;
padding:0px;
background:url(../images/top_wrap_bg.gif) repeat-y;
}

#sub_wrap{
width:803px;
height:100%;
margin: 0px auto;
background:url(../images/sub_wrap_bg.gif) repeat-y;
}

#head{
height:90px;
width:803px;
background:url(../images/head_bg.gif) repeat-y;
}

#head_left{
float:left;
}

.head_right{
float:right;
line-height:0px;
text-align:right;
padding:0px;
margin:0px;
}





#menu{
width:593px;
height:33px;
margin:0px;
padding:0px;
}

#menu ul{list-style: none;width:593px;height:33px;padding:0px;margin:0px;line-height:0;}

#menu li {
float:left;
padding:0px;
display:block;
margin:0px;
line-height:0px;
}


#pan{
clear:both;
width:791px;
height:19px;
background-color:#c7d2c6;
border-left:#FFFFFF 1px solid;
border-right:#FFFFFF 1px solid;
padding: 3px 0px 0px 10px;
color:#FFFFFF;
font-weight:bold;
}
#pan a{color:#FFFFFF; text-decoration:none;}
#pan a:hover{ text-decoration:underline;}

#foot_line{
clear:both;
width:100%;
height:1px;
background-color:#eeeeee;
}

#sub_foot{
width:803px;
height:44px;
margin: 0px auto;
background:url(../images/sub_foot_bg.gif) repeat-y;
line-height:0;
}

#foot{
width:803px;
height:44px;
margin: 0px auto;
line-height:0;
background:url(../images/top_wrap_bg.gif) repeat-y;
}

.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt220{margin-top:220px;}
.mb30{margin-bottom:30px;}



@media Print    
{
#sub_wrap{
width:803px;
height:100%;
margin: 0px auto;
background:none;
}

#sub_bg{
background:none;
height:100%;
width:100%;
margin:0px;
padding:0px;
}

#foot_line{display:none;}

#sub_foot{display:none;}

}





