@charset "utf-8";
/* CSS Document */

/* Reset */

body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, 
brockquote, pre, table, caption, th, td, address, 
form, fieldset, legend, object, img{
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, pre, table, code, kbd, samp, acronym, input, textarea {
  font-size: 100%;
  font-weight:normal;
  margin: 0;
  padding: 0;
}

ul, ol, dl{
list-style-type:none;
margin:0;
padding:0;
}

dt, dd{
margin:0;
padding:0;
}

li{
margin:0;
padding:0;
}

img {
  vertical-align:bottom;
}

a img {
  border: none;
}
/* Reset */

/* common */
body{
text-align:center;
color:#000000;
font-size:12px;
line-height:300%;
letter-spacing:0.2em;
background:#fff url(img/img_01.gif	);
background-repeat:repeat-x;
background-position:top;
}

#wrapper{
width:691px;
margin:0px auto 0px;
text-align:left;
background-image:url(img/img_08.gif);
background-repeat:repeat-y;
}

#wrapper #footer-area{
color:#fff;
background-color:#442182;
text-align:center;
padding:0px;
width:691px;
}

a:link { color:#ffa800;  text-decoration:none;}
a:visited { color:#ffa800; text-decoration:none;} 
a:hover { color:#bb7b00; text-decoration:underline;} 
a:active { color:#bb7b00; text-decoration:underline;}

#bottom-link a:link { color:#3852b2; text-decoration:none;}
#bottom-link a:visited { color:#3852b2; text-decoration:none;} 
#bottom-link a:hover { color:#23afd8; text-decoration:underline;} 
#bottom-link a:active { color:#23afd8; text-decoration:underline;}

#titlelist a:link { color:#3852b2; text-decoration:none;}
#titlelist a:visited { color:#3852b2; text-decoration:none;} 
#titlelist a:hover { color:#23afd8; text-decoration:underline;} 
#titlelist a:active { color:#23afd8; text-decoration:underline;}

#footer-area a:link { color:#fff; text-decoration:none;}
#footer-area a:visited { color:#fff; text-decoration:none;} 
#footer-area a:hover { color:#fff; text-decoration:underline;} 
#footer-area a:active { color:#fff; text-decoration:underline;}

a.category-link:link { color:#d200ff; text-decoration:none;}
a.category-link:visited { color:#d200ff; text-decoration:none;} 
a.category-link:hover { color:#5c00ff; text-decoration:underline;} 
a.category-link:active { color:#5c00ff; text-decoration:underline;}
/*-- leftarea --*/
#wrapper #left-area{
width:182px;
margin:0px 0px 20px 10px;
padding-top:7px;
}

#wrapper #left-area #site-name{
border-top:2px solid #442182;
border-bottom:2px solid #442182;
padding:2px 0 ;
color:#442182;
font-size:15px;
font-weight:bold;
text-align:center;
}

#wrapper #left-area #category-link{
background:url(img/img_03.jpg) no-repeat;
width:182px;
height:27px;
line-height:200%;
font-weight:bold;
text-align:center;
margin-top:10px;
}

ul#titlelist{
background-image:url(img/img_05.gif);
background-repeat:no-repeat;
padding-top:25px;
padding-bottom:10px;
margin:10px 0 0;
}

ul#titlelist li{
background-image:url(img/img_06.gif);
background-repeat:no-repeat;
background-position:center left;
border-bottom:1px dotted #442182;
padding-left:20px;
font-weight:bold;
}

ul.linklist-1{
margin:10px 0 0;
border-bottom:2px dotted #b29838;
border-top:2px dotted #b29838;
line-height:200%;
}

/*-- leftarea --*/
/*-- rightarea --*/
#wrapper #right-area{
width:462px;
float:right;
margin-left:0px;
background-color:#fff;
background-image:url(img/img_02.jpg);
background-repeat:no-repeat;
text-align:center;
}

#wrapper #right-area h1{
height:200px;
margin:0px;
}

#wrapper #right-area h1 span{
display:none;
}
#wrapper #right-area #main{
width:440px;
margin:0px auto;
padding-bottom:20px;
}

#wrapper #right-area #main ul#cont{
width:440px;
background-image:url(img/img_09.jpg);
background-repeat:no-repeat;
margin-top:20px;
padding-top:15px;
text-align:center;
}

#wrapper #right-area #main ul#cont li.read-title{
color:#fff;
height:27px;
text-align:left;
background-image:url(img/img_07.gif);
background-repeat:no-repeat;
line-height:100%;
}

#wrapper #right-area #main ul#cont li{
text-align:left;
width:430px;
margin-left:5px;
}

#wrapper #right-area #main h2{
margin-left:17px;
padding-top:9px;
line-height:100%;
height:27px;
}

#wrapper #right-area #main .sankou{
background-image:url(img/img_04.jpg);
background-repeat:no-repeat;
width:430px;
margin-top:20px;
text-align:left;
}

#wrapper #right-area #main .sankou .title{
font-size:16px;
font-weight:bold;
color:#442182;
margin-left:40px;
}

#wrapper #footer-area ul#bottom-link{
padding-top:5px;
font-size:10px;
line-height:120%;
text-align:center;
}

#wrapper #footer-area ul#bottom-link li{
white-space: nowrap;
}
/*-- rightarea --*/
.clear{
clear:both;
}