*{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-color: #ebfcf0;
color: #222;
}
/* bottom_nav */
a { 
color: #38A057; 
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
.fix {
clear: both;
}
/* =============container start=========== */

#container {
width: 903px;
margin: 0 auto;
text-align: left;
overflow: hidden;
background-color: #fff;
}
#header {
width: 903px;
background: url(img/head.jpg) no-repeat;
padding-bottom: 15px;
}
#header h1 {
padding: 86px 0 16px 86px;
}
#header h1 a {
display: block;
width: 439px;
height: 83px;
}
#header h1 a span {
display: none;
}
#header p {
text-align: right;
padding: 5px 20px;
}
#two_column {
width: 865px;
margin-left: 18px;
}
/* 
right list
*/
#navi_side {
float: left;
width: 208px;
line-height: 200%;
}
#navi_side ul li{
border-bottom: 1px dotted #aaa;
padding: 4px;
}
#navi_side ul.line_up {
border: 1px solid #bbb;
background-color: #f3f7fa;
}
#navi_side ul.line_up li {
border: none;
padding: 0;
}
#navi_side 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;
}
#navi_side 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;
}
#navi_side ul.line_up li#list_top a span {
display: none;
}
/* 
Content
 */
#main_block {
float: right;
width: 630px;
font-size: 14px;
line-height: 200%;
} 
#main_block 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_block h3 {
padding: 25px 15px 15px 30px;
font-size: 22px;
background: url(img/pagetitle.gif) no-repeat; 
color: #222;
margin-top: 15px;
}
/*
 foot 
 */
#g_footer {
clear: both;
padding: 15px;
background-color: #295035;
color: #a9d7b7;
}
#g_footer .bottom_nav {
text-align: right;
}
#g_footer .bottom_nav li {
display: inline;
}
#g_footer p {
text-align: center;
padding-top: 15px;
}

