*, 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; background-color: #f1f1f1; font-size: 12px; text-align: center; color: #151515;letter-spacing: 2px;}

/* link */

a { color: #EBA10A; text-decoration:none;}

a:hover {text-decoration:underline;}

h2 {color: #222;}

/* layout */
#layout {
width: 760px;
margin: 0 auto;
background-color: #fff;
text-align: left;
}

/* Header */
#head-area {
width: 760px;
height: 220px;
background: url(img/head.jpg) no-repeat;
}
#head-area h1 {
padding: 55px 0 0 10px;
}
#head-area h1 a{
display: block;
width: 220px;
height: 70px;
}
#head-area h1 a span {
display: none;
}

#head-area ul {margin: 33px 0 0 19px;}
#head-area ul li {float: left;}
#head-area ul li a {display: block; height: 24px;}
#head-area ul li a span {display: none;}
#head-area ul li#home a{width: 83px;}
#head-area ul li#home a:hover {background: url(img/home_hover.gif) no-repeat;}
#head-area ul li#pagelist {margin-left: 18px;}
#head-area ul li#pagelist a{width: 114px;}
#head-area ul li#pagelist a:hover {background: url(img/pagelist_hover.gif) no-repeat;}

#allwrap {
width: 725px;
margin: 16px 0 0 16px;
}

#allwrap p#topic_path {
padding: 3px 8px;
background-color: #fbdc13;
text-align: center;
color: #fff;
}

/* Content */
#honbun-side {
float: left;
width: 460px;
} 
#honbun-side h3 {
font-size: 13px;
margin-top: 20px;
border-left: 4px solid #673a0c;
border-bottom: 1px dashed #aaa;
padding: 3px 6px;
} 
#honbun-side ul.info_text {
background-color: #f8eee4;
padding: 15px;
line-height: 160%;
}
#honbun-side ul.info_text li {
padding: 4px 0;
}
#honbun-side h2 {
padding: 10px;
font-size: 26px;
border-bottom: 3px double #aaa;
margin-top: 20px;
}
 
#honbun-side .block { 
padding: 20px;
line-height: 240%;
margin-bottom: 30px;
font-size: 15px;
}
.category {
padding: 20px;
margin-bottom: 30px;
line-height: 240%;
}
.category li { font-size: 18px; font-weight: bold;}

.totop {
text-align: right;
margin: 30px 10px;
}

/* right list*/
#sub-block {
float: right;
width: 239px;
}
#sub-block ul li {
border-bottom: 1px dotted #aaa;
padding: 4px;
}
.sub-block_top a{
display: block;
width: 239px;
background: url(img/list_top.gif) no-repeat;
padding: 10px 5px;
}
#sub-block ul.list {
border: 1px solid #452005;
padding: 10px 0;
}
#sub-block ul.list li {
border: none;
padding: 0;
}
#sub-block ul.list li a {
display: block; 
background: url(img/mark.gif) no-repeat left;
color: #333;
margin: 0 10px;
letter-spacing: 2px;
}
#sub-block ul.list li a:hover {
color: #666;
}
#sub-block ul.list li a span {
display: block;
padding: 15px 10px 15px 20px;
}
.pushlinks {
padding: 10px; 
line-height: 200%;
}
/* foot */
#footer {
clear: both;
font-size: 11px;
letter-spacing: 2px;
}
#footer a {
text-decoration: underline;
}
#footer a:hover {
text-decoration: none;
}
.copy{
padding: 6px;
background-color: #191919;
color: #fff;
text-align:right;
}
