/* 
CSS : pachinko_aa
 */
*,html,ul{margin:0;padding:0;}
ul li {list-style: none;}
img{border: none;}

/* 
BASIC&LINK
 */
body {
margin: 0; 
padding: 0; 
font-family: arial, sans-serif, Osaka, verdana; 
color: #333; 
background-color: #f1f1f1; 
text-align: center; 
font-size: 12px; 
letter-spacing: 2px;
}
a { 
color: #D7C71A; 
text-decoration:none;
}
a:hover {
text-decoration:underline;
}


/* 
LAYOUT
 */
#frame {
width: 759px;
margin: 0 auto;
text-align: left;
background-color: #fff;
overflow: hidden;
}
#frame h1 {
width: 759px;
background: url(img/head.jpg) no-repeat;
padding: 130px 59px 44px 32px;
}
#frame h1 a {
display: block;
width: 666px;
height: 50px;
}
#frame h1 a span {
display: none;
}

/* 
CONTENTS
 */
#contents-wrap {
width: 737px;
margin-left: 12px;
}

/* 
LEFT
 */
#sidebox {
float: left;
width: 233px;
margin-top: 10px;
}
#sidebox ul li {
border-bottom: 1px dotted #aaa;
padding: 4px;
}
#sidebox .nav_top a {
display: block;
width: 233px;
height: 35px;
background: url(img/list_top.gif) no-repeat;
margin-top: 20px;
}
#sidebox .nav_top a span {
display: none;
}
#sidebox ul.nav_list {
background-color: #fdfadd;
margin-bottom: 20px;
}
#sidebox ul.nav_list li {
border: none;
padding: 0;
}
#sidebox ul.nav_list li a {
display: block; 
line-height: 120%;
border-bottom: 1px dashed #aaa;
margin: 0 10px;
background: url(img/mark.gif) no-repeat left;
}
#sidebox ul.nav_list li a span {
display: block;
padding: 10px 5px 10px 20px;
}
/* 
MAIN
 */
#section {
float: right;
width: 496px;
margin-top: 10px;
} 
#section h3 {
padding: 8px 5px 8px 40px;
font-size: 14px;
font-weight:normal;
background: url(img/info.gif) no-repeat left;
} 
#section h2 {
padding: 15px;
font-size: 20px;
color: #222;
background: url(img/pagetitle.gif) no-repeat bottom;
margin-top: 20px;   
}
#section .in_text { 
padding: 20px;
line-height: 260%;
font-size: 15px;
}
#section .totop {
text-align: right;  
margin: 20px 0; 
}
.ryoko {padding: 20px;}
.ryoko li {font-size: 16px; font-weight: bold;}
.ryoko li a { display: block;color: #575757;margin: 10px 0;}
.ryoko li a:hover { color: #222;}
#section .osusume_text {
padding: 10px 15px;
line-height: 140%;
color: #555;
}
.osusume_text li {
padding-bottom: 10px;
}
/* 
FOOTER
 */
#foot-nav {
clear: both;
background-color: #161616;
color: #fff;
padding: 15px 15px 5px 15px;
}
#foot-nav p {
text-align: center;
}
