*{margin:0;padding:0;}
html{margin:0;padding:0;background: #bfbfbf url(img/back.gif);}

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;
color: #222;
background: url(img/footer.gif) repeat-x bottom;
}
/* bottom_links */
a { 
color: #f22555; 
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
.fix {
clear: both;
}
/* =============layout start=========== */

#frame {
width: 713px;
margin: 0 auto;
text-align: left;
background: url(img/pagewrap.png) repeat-y;
overflow: hidden;
}
#frame h1 {
padding: 8px 0 20px 8px;
border-bottom: 1px dotted #ccc;
margin: 0 20px;
}
#frame h1 a{
display: block;
width: 379px;
height: 54px;
background: url(img/logo.gif) no-repeat;
margin: 0 0 0 16px;
}
#frame h1 a span {
display: none;
}
/* 
Content
 */
#honbun {
float: left;
width: 468px;
line-height: 230%;
font-size:14px;
padding: 10px 0 0 30px;
} 
#entry_area {
border: 5px solid #e7e7e7;
padding: 0 10px 10px 10px;
}
h2 {
display: block;
border-bottom: 3px double #666;
font-size: 15px;
margin-top: 20px;
}
h3 {
font-size: 20px;
border-left: 5px solid #3D5FC2;
border-bottom: 1px dashed #ccc;
padding: 3px 6px;
margin-top: 20px;
}
/* 
right list
*/
#navi {
float: left;
width: 165px;
line-height: 180%;
margin: 10px 0 0 20px;
}
#navi ul li{
border-bottom: 1px dotted #aaa;
padding: 4px;
}
#navi ul.pagelist {
background-color: #f4f4f4;
margin: 26px 0;
}
#navi ul.pagelist li {
border: none;
}
#navi ul.pagelist li a {
display: block; 
line-height: 120%;
border-bottom: 1px dashed #aaa;
color: #12689c;
padding: 5px 5px 5px 20px;
background: url(img/mark.gif) no-repeat left;
}
#navi ul.pagelist li a:hover {
color: #009fff;

}
#navi ul.pagelist li#list_top a {
display:block;
width: 90px;
height: 12px;
background: url(img/navigation.gif) no-repeat;
padding: 0;
border:none;
}
#navi ul.pagelist li#list_top a span {
display: none;
}

/*
 foot 
 */
#footer {
clear: both;
padding: 15px;
background-color: #3D5FC2;
margin: 30px 6px 0 7px;
}
#footer a {
color: #c7d1ed;
}
#footer .bottom_links {
text-align: right;
}
#footer .bottom_links li {
display: inline;
}
#footer p {
text-align: center;
padding-top: 15px;
}
#footer ul {
padding: 10px 0;
}