/* --------------------------------------- 

     CSS : shika_g

---------------------------------------- */

/* ------------------------------------------basic setting */
*, html,ul,ol{margin:0;padding:0;}
ul li {list-style: none;}
ul li a{text-decoration:none;border:none;}
/* body */
body {margin: 0; padding: 0; font-family: arial, sans-serif, Osaka, verdana; color: #151515; background: #e8e5d7; text-align: center; font-size: 12px; line-height: 160%; letter-spacing: 2px;}
/* links */
a { color: #f89c0a; text-decoration:none;}
a:hover {color: #ffbd55;}
/* fix */
.clearfix {clear:both;}

/* ------------------------------------------ container */
#container {
width: 752px;
margin: 0 auto;
text-align: left;
}

/* ------------------------------------------ left main */
#main_side {
float: left;
width: 539px;
margin: 28px 0 30px 0;
font-size: 14px;
line-height: 230%;
} 
#main_side img {
border: none;
}
h1 {
background: url(img/logo.gif) no-repeat;
padding: 16px 0 14px 55px;
margin-bottom: 20px;
}
h1 a {
display: block;
width: 483px;
height: 56px;
}
h1 a span {
display: none;
}
h3 {
font-size:14px;
margin-top: 25px;
color: #5b431e;
border-bottom: 1px dotted #a69c87;
} 
h2 {
font-size: 20px;
color: #2d1d04;
background: url(img/pagetitle.gif) no-repeat left;
border-bottom: 3px double #ccc1ac;
margin-top: 25px;   
padding: 20px 0 10px 65px;
}
.totop {
text-align: right;  
margin: 20px 0; 
}

/* ------------------------------------------ right navi */
#sub_block {
float: right;
width: 179px;
}
#sub_block ul {margin: 20px 0;}
#top_menu img{border: 1px solid #dddaca;}
#top_menu img:hover{border: 1px solid #fff;}
#side_text li {border-bottom: 1px dotted #a69c87; padding: 4px;}
#contents {background: #dddaca; padding: 9px 6px;}
#contents li a {display: block; background-color: #d4cfbd; padding: 5px 7px; margin: 2px 0; color: #3f2a09; }
#contents li a:hover {background-color: #cec8b5;}
#contents li#list_top {display: block; width: 93px; height: 21px; background: url(img/contents.gif) no-repeat;}
#contents li#list_top span {display: none;}

/* ------------------------------------------ g_footer */
#g_footer {
padding-top: 10px;
background-color: #938770;
color: #e8e5d7;
}
#g_footer ul {
width: 752px;
margin: 0 auto;
text-align: left;
}
#g_footer ul li {
padding-bottom: 10px;
}
#g_footer p {
width: 752px;
margin: 0 auto;
text-align: center;
}

