@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 */

/* kyoutu */
body{
text-align:center;
color:#000;
font-size:13px;
line-height:300%;
letter-spacing:0.2em;
background:#414b7d url(img/bg_fx.gif);
}

a:link { color:#005bde;  text-decoration:none;}
a:visited { color:#005bde; text-decoration:none;} 
a:hover { color:#00132f; text-decoration:underline;} 
a:active { color:#00132f; text-decoration:underline;}

#site-menu li a:visited { color:#fff; text-decoration:none;}
#site-menu li a:link { color:#fff; text-decoration:none;}
#site-menu li a:hover { color:#fff; text-decoration:none; font-weight:bold;}
#site-menu li a:active { color:#fff; text-decoration:none; font-weight:bold;}

.clear{
clear:both;
}
/* kyoutu */

/*main-width*/
div#center{
width:800px;
margin:10px auto;
background:#fff url(img/main-image.jpg) no-repeat;
background-position:10px 10px;
text-align:left;
}
/*main-width*/

/*logo*/
#center h1{
text-align:100%;
padding:0;
margin:0 10px 0;
width:780px;
height:213px;
}

#center h1 div{
margin-top:16px;
height:197px;
width:780px;
cursor:pointer;
}

#center h1 div span{
display:none;
}
/*logo*/
/*category-link*/
#center #left-area #leftspace #category-link{
margin:10px 0 0;
background-position:right;
font-weight:bold;
width:100%;
text-align:center;
}

#center #left-area #leftspace #category-link li{
background:url(img/left-2.gif) no-repeat;
padding-left:25px;
background-position:0 8px;
border-top:1px #d3d3d3 dashed;
border-bottom:1px #d3d3d3 dashed;
margin-bottom:10px;
text-align:left;
}
/*category-link*/

/*left-area*/
#center #left-area{
width:310px;
float:left;
}

#center #left-area #leftspace{
margin-left:11px;
width:286px;
}

#center #left-area #leftspace ul#site-menu{
margin:10px 0;
line-height:220%;
letter-spacing:0.1em;
}

#center #left-area #leftspace ul#site-menu li{
margin:0 0 10px 0;
padding:0 0 0 10px;
background:url(img/left-1.gif) no-repeat;
height:31px;
}

/*left-link*/
ul.left-list{
text-align:200%;
margin-bottom:10px;
line-height:250%;
width:282px;
}

ul.left-list li{
margin-left:3px;
border-bottom:1px solid #d3d3d3;
}
/*left-link*/
/*left-area*/
/*rightspace*/
#center #rightspace {
width:480px;
float:left;
font-size:14px;
text-align: left;
}

#center #rightspace h2{
height:35px;
width:480px;
font-weight:bold;
text-align:center;
font-size:14px;
background:url(img/right-1.gif) no-repeat;
color:#005bde;
line-height:100%;
}

#center #rightspace h2 span{
display:block;
margin-left:28px;
padding-top:10px;
}
#center #rightspace ul.osusume{
color:#9a9a9a;
text-align:200%;
margin-bottom:10px;
line-height:250%;
font-size:12px;
}

#center #rightspace ul.osusume .title{
background:url(img/right-2.gif) no-repeat;
width:480px;
height:35px;
font-size:13px;
font-weight:bold;
line-height:100%;
padding-top:2px;
color:#000;
}

span.title-left{
display:block;
margin-left:28px;
padding-top:7px;
}
/*rightspace*/
/*footer-area*/
#center #footer-area{
background-position:left top;
clear:both;
border-bottom:double 6px #00398b;
text-align:right;
font-size:10px;
}

#center #footer-area ul{
width:100%;
border-bottom:1px #d3d3d3 dotted;
font-size:12px;
line-height:200%;
}

#center #footer-area ul li{
margin-right:10px;
}
#center #footer-area span{
display:block;
margin-right:10px;
} 
/*footer-area*/
