@charset "utf-8";
@import url(basic.css);
@import url(part.css);


a:link    {color: #4169e1;text-decoration:none}
a:visited {color: #6495ED;text-decoration:none}
a:hover   {color: #FF6347;text-decoration:none}
a img     {border:0pt none;}

.text-left   {text-align: left}
.text-right  {text-align: right}
.text-center {text-align: center}
.img-left    {float:left}
.img-right   {float:right}
.clear       {clear:both}


/*layout*/
body {
margin: 0px;
text-align: center;
background:#ffffff url(img/bg.gif) repeat-x center top;
}
div#header,
div#header_menu,
div#main_content,
div#footer{
margin: 0px auto;
width: 1024px;
text-align: left;
}

div#content {
float: right;
width: 800px;
margin:20px 0px 0px 0px;
text-align: center;
}

div#content {
width: 800px;
margin:0px auto 30px auto;
text-align: left;
position:relative;
}

/*sidemenu*/
div#sidemenu {
float: left;
width: 224px;
margin:20px 0px 0px 0px;
text-align: left;
}

div#sidemenu-in{
width:200px;
margin:0px auto;
text-align:left;
background:#f4f4ef;
}

/*header*/
div#header {
background: url(img/head-bg.gif) no-repeat center top;
height:150px;
}

div#header h1{font-size:12px ;
padding:3px 10px 3px 0px;
}
#logo {
padding:0px 0px 0px 10px ;
}



#header_menu ul{
margin:0px;
padding:0px;
}



#submenu ul {
list-style-type: none;
padding:0px;
margin:10px 0px 0px 0px;
}

#submenu li {
font-size:14px;
background:#fff;
height: 40px;
width: 210px;
line-height: 40px;
vertical-align: middle ;
clear:both;
margin-bottom:5px;
}
#submenu a  {
background:#fff url(img/menu_bg.jpg) no-repeat left top;
color: #000;
text-indent: 28px;
display: block;
line-height: 40px;
vertical-align: middle;
text-decoration: none;
}
#submenu a:hover {
background:#fff url(img/menu_over.jpg) no-repeat left top;
color: #000;
text-indent: 28px;
display: block;
text-decoration: none;
}









/*footer*/
#footer-out {
background:#ffffff url(img/footer-bg.gif) repeat-x center top;
height:150px;
text-align:center;
}
div#footer{
height:150px;
background: url(img/footer.gif) no-repeat right top;
}

#footer address{text-align:left;margin:10px auto;}
/*page-top*/

.page-top {
clear:both;
padding-left:30px;
padding-bottom:20px;
}
