/* basic */

*{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:underline;border:none;}
ul li a:hover {text-decoration:none;}
body {margin: 0; padding: 0; font-family: arial, sans-serif, Osaka, verdana; color: #333; font-size: 12px; background-color: #fff2e4;letter-spacing: 2px;}

a {color: #efaa04;}
a:hover {text-decoration:none;}


/* left-side */
#contents_list {
float: left;
width: 188px;
margin: 140px 0 0 0;
line-height: 160%;
padding-left: 40px;
}
#contents_list .navigation {
display: block;
width: 188px;
height: 22px;
background: url(img/navi.gif) no-repeat left;
}
#contents_list .navigation span {
display: none;
}
#contents_list ul li {
border-bottom: 1px dotted #aaa;
padding: 4px;
}
.list_top {
width: 132px;
background: url(img/navi_top.gif) no-repeat;
margin: 25px 0 0 56px;
padding: 6px 0 11px 9px;
}
.list_top a {
display: block;
width: 124px;
height: 23px;
}
.list_top span {
display: none;
}
#contents_list ul.block {
margin: 0 0 30px 38px;
}
#contents_list ul.block li {
border: none;
padding: 0;
}
#contents_list ul.block li a {
display: block; 
background: url(img/mark.gif) no-repeat left;
line-height: 160%;
border-bottom: 1px solid #714331;
text-decoration:none;
padding: 5px 5px 5px 20px;
}
#contents_list ul.block li a:hover {
color: #f1c763;
}
/* right */
#honbun_block {
float: left;
width: 637px;
}
#honbun_block h1 {
width: 637px;
background: url(img/head.jpg) no-repeat;
padding: 65px 114px 26px 10px;
} 
#honbun_block h1 a {
display: block;
width: 513px;
height: 38px;
}
#honbun_block h1 a span {
display: none;
}
/* Content */
#text_space {
float: left;
background-color: #fff;
border:1px solid #ccc;
padding: 15px;
margin: 5px 0;
line-height: 230%;
} 
#text_space h2 {
font-size: 13px; 
font-weight:normal;
border-bottom: 1px dotted #aaa;
color: #555;
}  
#text_space h3 {
background: url(img/pagetitle.gif) no-repeat bottom left;
font-size: 20px;
margin-top: 20px;
}
/* copy */
#copy {
clear: both;
font-size: 11px;
width: 848px;
}
#copy p {
text-align:right;
padding: 10px;
}
#copy ul {
padding: 20px 10px 20px 220px;
}
