*{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: #f9fab3;
color: #222;
}
/* links */
a { 
color: #f3ad04; 
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
.fix {
clear: both;
}
/* =============layout start=========== */

#top-wrapper {
width: 903px;
margin: 0 auto;
text-align: left;
overflow: hidden;
}
h1 {
display: block;
width: 903px;
background: url(img/head.jpg) no-repeat;
padding: 46px 0 0 16px;
}
h1 a {
display: block;
width: 869px;
height: 183px;
}
h1 a span {
display: none;
}
#base {
background-color: #fff;
padding: 15px 0 0 17px;
}
/* 
right list
*/
#localmenu {
float: left;
width: 208px;
line-height: 200%;
margin-top: 20px;
}
#localmenu ul {
padding: 5px 10px;
line-height: 140%;
}
#localmenu ul li{
border-bottom: 1px dotted #aaa;
padding: 4px;
}
#localmenu ul.ichiran {
border: 1px solid #bbb;
padding:0;
background-color: #fcfdd9;
}
#localmenu ul.ichiran li {
border: none;
padding: 0;
}
#localmenu ul.ichiran li a {
display: block; 
line-height: 120%;
background: #fcfdd9 url(img/mark.gif) no-repeat left;
margin-left: 10px;
color: #333;
padding-left:2px;
}
#localmenu ul.ichiran li a:hover {
text-decoration:none;
color:#f3ad04;
margin-left: 12px;
padding-left:0px;
}
#localmenu ul.ichiran li a span {
display: block;
padding: 10px 5px 10px 20px;
}
#localmenu ul.ichiran li#list_top a {
display:block;
width: 206px;
height: 39px;
background: url(img/list_top.gif) no-repeat;
margin: 0;
}
#localmenu ul.ichiran li#list_top a span {
display: none;
}

/* 
Content
 */
#center {
float: left;
width: 630px;
margin: 20px 0 0 20px;
} 
#center ul {
padding: 5px 10px;
line-height: 140%;
}
#center ul li {
padding-bottom: 12px;
}
#center h2 {
display: block;
background: url(img/info.gif) no-repeat;
padding: 12px 0 12px 46px;
font-weight: normal;
font-size: 15px;
}
#center h3 {
padding: 25px 15px 15px 30px;
font-size: 26px;
background: url(img/pagetitle.gif) no-repeat; 
color: #222;
}
#center .item { 
padding: 20px;
line-height: 300%;
font-size: 15px;
color: #333;
margin-bottom:20px;
}
#center .item ul {
padding: 0;
line-height: 260%;
}
#center .item ul li {
padding-bottom: 0;
}
.category {
padding: 20px;
margin-bottom:20px;
}
.category li a { color: #222; padding: 10px; text-decoration: underline;}
.category li a:hover { text-decoration: none;}

/*
 foot 
 */
#footer {
clear: both;
padding: 15px;
background-color: #f9fab3;
font-size: 11px;
}
#footer .links {
text-align: right;
}
#footer .links li {
display: inline;
}
#footer p {
text-align: center;
padding-top: 15px;
}
