*{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: #eeefef;
color: #222;
}
/* btmmenu */
a { 
color: #fa275e; 
text-decoration:none;
}
a:hover {
text-decoration:underline;
}

/* =============layout start=========== */

#frame {
width: 840px;
margin: 0 auto;
text-align: left;
}
#frame h1 {
display: block;
width: 840px;
background: url(img/head.gif) no-repeat;
padding: 40px 0 40px 30px;
}
#frame h1 a {
font-size: 36px;
color:#000;
}
#frame h1 a:hover {
color: #444;
text-decoration:none;
}
#frame .site_image {
display: block;
width: 840px;
height: 162px;
background: url(img/image.jpg) no-repeat;
}
#frame .site_image span{
display: none;
}


/* 
right list
*/
#pagemenu {
float: left;
width: 257px;
line-height: 200%;
margin-top: 20px;
background-color: #fff;
border:1px solid #ddd;
}
#pagemenu ul {
padding: 5px 10px;
line-height: 140%;
}
#pagemenu ul li{
border-bottom: 1px dotted #aaa;
padding: 4px;
}
#pagemenu .menu a {
height: 29px;
background: url(img/menu.gif) no-repeat;
padding: 6px 0 9px 80px;
margin: 10px 0 0 10px;
color: #333;
}
#pagemenu ul.pagebtmmenu {
background-color:#fff;
padding: 10px 0;
}
#pagemenu ul.pagebtmmenu li {
border: none;
padding: 0;
}
#pagemenu ul.pagebtmmenu li a {
display: block; 
line-height: 120%;
background-color: #e3e3e3;
margin: 2px 10px;
border-left: 6px solid #e3e3e3;
color: #333;
}
#pagemenu ul.pagebtmmenu li a:hover {
background-color: #f1f1f1;
text-decoration:none;
border-left: 6px solid #fa275e;
color:#fa275e;
}
#pagemenu ul.pagebtmmenu li a span {
display: block;
padding: 10px 10px 10px 30px;
}

/* 
Content
 */
#main {
float: right;
width: 574px;
margin-top: 20px;
} 
#main ul {
padding: 5px 10px;
line-height: 140%;
}
#main ul li {
padding-bottom: 12px;
}

#main h2 {
display: block;
background: url(img/info.gif) no-repeat;
width: 181px;
height: 28px;
}
#main h2 span {
display: none;
} 
#main h3 {
padding: 15px;
font-size: 26px;
background: #f0deee url(img/pagetitle.gif) no-repeat right bottom; 
text-align: right;
color: #222;
}
#main .entry { 
padding: 20px;
line-height: 230%;
font-size: 13px;
background-color: #f0deee;
color: #333;
margin-bottom:20px;
}
#main .entry ul {
padding: 0;
line-height: 260%;
}
#main .entry ul li {
padding-bottom: 0;
}
.cat {
padding: 20px;
background-color: #f0deee;
margin-bottom:20px;
font-size: 13px;
text-align: right;
}
.cat li a { color: #222; padding: 10px; text-decoration: underline;}
.cat li a:hover { text-decoration: none;}

/*
 foot 
 */
#footer {
clear: both;
padding: 15px;
background-color: #fff;
font-size: 11px;
}
#footer .btmmenu {
text-align: right;
}
#footer .btmmenu li {
display: inline;
}
#footer p {
text-align: center;
padding-top: 15px;
}

