/* ==============================================
    CSS : eikaiwa_x
============================================== */
*{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:none;border:none;}

/* ============== BACIS ====================== */
body {margin: 0; padding: 0; font-family: arial, sans-serif, Osaka, verdana; text-align: center; color: #333; background-color: #f1f1f1; font-size: 12px; letter-spacing: 2px; }

/* ============== LINKS ====================== */
a { color: #ff85a4; text-decoration:none;}
a:hover {color: #ffbbcc;}


/* ============== LAYOUT START ====================== */
#temp_wrap {
width: 865px;
margin: 0 auto;
background-color: #fff; 
text-align: left;
}
/* Header */
#header {
width: 865px;
height: 224px;
background: url(img/head.jpg) no-repeat;
}
#header h1 {
padding: 144px 0 0 320px;
}
#header h1 a{
display: block;
width: 540px;
height: 64px;
}
#header h1 a span {
display: none;
}

#maincontents {
width: 841px;
margin-left: 16px;
}
/* left */
#left_column {
float: left;
width: 538px;
margin-top: 20px;
}
#left_column h2 {
font-size: 26px;
color: #222;
padding: 20px 0 20px 80px;
background: url(img/pagetitle.gif) no-repeat;
}
#left_column h3 {
font-size:12px;
color: #222;
background: url(img/info.gif) no-repeat;
padding: 10px 0 10px 30px;
}
#left_column ul.entry_text {
line-height: 140%;
padding: 10px;
} 
#left_column ul.entry_text li {
padding-bottom: 12px;
}
.block_in { 
padding: 20px;
line-height: 300%;
font-size: 14px;
margin: 0;
}
.shoku {
padding: 10px 20px 20px 40px;
line-height: 300%;
}
.shoku li a { 
display:block;
font-size: 16px;
border-left: 6px solid #ff85a4;
margin-bottom: 6px; 
}
.shoku li a:hover {
border-left: 6px solid #ffbbcc;
}
.shoku li a span {
display: block;
padding: 5px 5px 5px 10px;
} 
/* left list*/
#right {
float: right;
width: 285px;
overflow: hidden;
background: url(img/list_mdl.gif) repeat-y;
}
#right ul {
padding: 10px 20px;
line-height: 160%;
}
#right ul li {
border-bottom: 1px dotted #aaa;
padding: 4px;
}
#list_top {
display: block;
width: 240px;
height: 49px;
background: url(img/list_top.gif) no-repeat;
margin-left: 20px;
}
#list_top span {
display: none;
}
#right ul#list {
background-color: #f1f1f1;
margin: 0 25px 0 20px;
padding: 0;
}
#right ul#list li {
border: none;
padding: 0;
}
#right ul#list li a {
display: block; 
background: url(img/mark.gif) no-repeat left;
}
#right ul#list li a span {
display: block;
padding: 15px 5px 15px 30px;
}
#right .list_bottom {
display: block;
width: 285px;
height: 30px;
background: url(img/list_btm.gif) no-repeat;
}
#right .list_bottom span {
display: none;
}
/* foot */
#footer {
clear: both;
}
#footer .retoptag {
width: 865px;
background: url(img/pagetop.gif) no-repeat;
padding: 8px 0 4px 633px;
}
#footer .retoptag a {
display: block;
width: 140px;
height: 32px;
}
#footer .retoptag a span {
display: none;
}
#footer ul {
padding: 10px;
}
#footer p {
text-align: center;
}
