/* CSS BASIC */
*, 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;}
body {margin: 0; padding: 0; font-family: arial, sans-serif, Osaka, verdana; font-size: 13px; text-align: center; color: #151515; background-color: #f1f1f1;}
a { color: #e11a78; text-decoration:none;}
a:hover {text-decoration: underline;}

/* layout */
#all {
width: 701px;
margin: 0 auto;
text-align: left;
border-left: 4px solid #e59cc3;
border-right: 4px solid #e59cc3;
background-color: #fff;
overflow: hidden;
}
#all h1 {
width: 701px;
background: url(img/head.jpg) no-repeat;
padding: 99px 90px 0 145px;
}
#all h1 a{
display: block;
width: 466px;
height: 88px;
}
#all h1 a span {
display: none;
}
/* Content */
#section_left {
float: left;
width: 466px;
line-height: 240%;
padding: 0 0 0 30px;
} 
#section_left h3 {
font-size: 15px;
border-bottom: 1px dotted #aaa;
margin-top: 30px;
} 
#section_left h2 {
font-size: 22px;
margin-top: 20px;
background: url(img/pagetitle.gif) no-repeat;
padding: 12px 0 12px 60px;
}
/*ichiran*/
#section_right {
float: right;
width: 173px;
overflow: hidden;
font-size: 12px;
line-height: 180%;
letter-spacing: 2px;
}
#section_right ul li {
border-bottom: 1px dotted #aaa;
padding: 4px;
}
#section_right .list_top a{
display: block;
background: url(img/list_top.gif) no-repeat;
height: 38px;
}
#section_right .list_top a span {
display: none;
}
#section_right ul.ichiran li {
border: none;
padding: 0;
}
#section_right ul.ichiran li a {
display: block;
border: 1px solid #da73ab;
padding: 2px 6px;
margin: 2px 0;
}
#section_right ul.ichiran li a:hover {
margin-left: 4px;
text-decoration: none;
}
/* foot */
#footer {
clear: both;
font-size: 12px;
background-color: #e59cc3;
color: #fff;
padding: 10px;
}

