*{margin:0;padding:0;}
html{margin:0;padding:0;}

img {border: none;}
ul,ol{margin:0;padding:0;}
ul li {list-style: none;}
ul li a{text-decoration:none;border:none;}

/* =======basic======== */
body {
margin: 0; 
padding: 0; 
font-family: arial, sans-serif, Osaka, verdana; 
text-align: center; 
font-size: 12px; 
letter-spacing: 2px;
background: url(img/back.gif);
color: #222;
}
/* bottom_nav */
a { 
color: #89e61c; 
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
.fix {
clear: both;
}
/* =============layout start=========== */

#layout {
width: 903px;
margin: 0 auto;
text-align: left;
overflow: hidden;
background-color: #fff;
}
#layout h1 {
width: 903px;
background: url(img/head.jpg) no-repeat;
padding: 16px 0 212px 10px;
}
#layout h1 a {
display: block;
width: 259px;
height: 33px;
}
#layout h1 a span {
display: none;
}
#margin {
width: 865px;
margin-left: 18px;
}
/* 
right list
*/
#list_area {
float: left;
width: 208px;
line-height: 200%;
}
#list_area ul li{
border-bottom: 1px dotted #aaa;
padding: 4px;
}
#list_area ul.line_up {
border: 1px solid #bbb;
background-color: #f3f7fa;
}
#list_area ul.line_up li {
border: none;
padding: 0;
}
#list_area ul.line_up li a {
display: block; 
background: url(img/mark.gif) no-repeat left;
margin-left: 10px;
color: #333;
padding: 5px 5px 5px 20px;
}
#list_area ul.line_up li#list_top a {
display:block;
width: 206px;
height: 39px;
background: url(img/list_top.gif) no-repeat;
margin: 0;
padding: 0;
}
#list_area ul.line_up li#list_top a span {
display: none;
}
/* 
Content
 */
#main_section {
float: right;
width: 630px;
font-size: 14px;
line-height: 200%;
} 
#main_section h2 {
display: block;
background: url(img/info.gif) no-repeat left;
padding: 12px 0 12px 46px;
font-weight: normal;
font-size: 15px;
margin-top: 15px;
}
#main_section h3 {
padding: 25px 15px 15px 30px;
font-size: 22px;
background: url(img/pagetitle.gif) no-repeat; 
color: #222;
margin-top: 15px;
}
/*
 foot 
 */
#foot_navi {
clear: both;
padding: 15px;
background-color: #35673f;
color: #5bc971;
}
#foot_navi .bottom_nav {
text-align: right;
}
#foot_navi .bottom_nav li {
display: inline;
}
#foot_navi p {
text-align: center;
padding-top: 15px;
}
