@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:#fff url(img/background.gif);
}

a:link { color:#000889;  text-decoration:none;}
a:visited { color:#000889; text-decoration:none;} 
a:hover { color:#ff00de; text-decoration:underline;} 
a:active { color:#ff00de; text-decoration:underline;}

#menu li a:visited { color:#fff; text-decoration:none;}
#menu li a:link { color:#fff; text-decoration:none;}
#menu li a:hover { color:#fff; text-decoration:none; font-weight:bold;}
#menu li a:active { color:#fff; text-decoration:none; font-weight:bold;}

/* 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*/
#center #left-area #leftspace #category{
margin:10px 0 0;
font-weight:bold;
width:100%;
text-align:center;
}

#center #left-area #leftspace #category li{
border-top:3px #0332ff double;
border-bottom:3px #0332ff double;
margin-bottom:10px;
}

#center #left-area #leftspace #category li span{
display:block;
background:url(img/l1.gif) no-repeat;
padding-left:25px;
background-position:0 10px;
text-align:left;
width:150px;
margin:auto;
}
/*category*/

/*left-area*/
#center #left-area{
width:310px;
float:left;
}

#center #left-area #leftspace{
margin-left:11px;
width:286px;
}

#center #left-area #leftspace ul#menu{
margin:10px 0;
line-height:220%;
letter-spacing:0.1em;
text-align:center;
}

#center #left-area #leftspace ul#menu li{
margin:0 0 5px 0;
padding-left:5px;
background:#756690;
border-left:10px solid #011490;
border-right:10px solid #011490;
}

/*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:center;
}

#center #rightspace h2{
height:22px;
font-weight:bold;
text-align:left;
font-size:14px;
background:url(img/right-1.gif) no-repeat;
color:#fff;
line-height:100%;
}

#center #rightspace h2 span{
display:block;
padding-left:5px;
padding-top:5px;
}
#center #rightspace ul.link-osusume{
color:#9a9a9a;
text-align:200%;
margin-bottom:10px;
line-height:250%;
font-size:12px;
text-align:center;
}

#center #rightspace ul.link-osusume .title{
background:url(img/right-2.gif) no-repeat;
width:480px;
height:31px;
font-size:13px;
font-weight:bold;
text-align:center;
line-height:100%;
padding-top:2px;
color:#00004f;
}

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:solid 12px #011490;
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*/