@charset "utf-8";
/* CSS Document */

/*css var1.0*/

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;
  font-size: 100%;
  font-weight:normal;
}

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;
}

/* kyoutu */
body{
text-align:center;
color:#151515;
font-size:12px;
line-height:300%;
letter-spacing:0.2em;
margin:0;
padding:0;
}

.clear{
clear:both;
}
/*link-color*/
a:link { color:#9b5039;  text-decoration:underline;}
a:visited { color:#9b5039; text-decoration:underline;} 
a:hover { color:#661800; text-decoration:underline;} 
a:active { color:#661800; text-decoration:underline;}

/*link-color*/

/*common*/
#container{
width:740px;
margin:10px auto 0;
background:url(img/img-01.jpg) no-repeat;
}

#container h1{
height:114px;
margin:0;
padding:0;
cursor:pointer;
}

#container h1 span{
display:none;
}

h3{
text-align:left;
line-height:200%;
color:#535353;
}

h2{
color:#fff;
font-size:15px;
font-weight:bold;
margin:20px 0;
line-height:200%;
height:33px;
width:471px;
background:url(img/img-02.gif) no-repeat top left;
padding-left:10px;
}

h2 span{
display:block;
margin:0 5px;
padding-top:7px;
}

/*common*/

/*left*/
#container #alpha{
width:490px;
float:left;
text-align:left;
}

#container #alpha .adp{
width:481px;
line-height:200%;
border-bottom:3px solid #2b3e7b;
border-top:3px solid #2b3e7b;
}

#container #alpha .adp li{
margin:0 10px;
}

#container #alpha #cont{
width:481px;
margin:0 0 20px 0;
}
/*left*/

/*right*/
#container #bata{
width:249px;
float:left;
text-align:left;
}
#container #bata .adp{
width:249px;
line-height:200%;
background:url(img/img-03.gif) no-repeat;
padding-top:5px;
}

#container #bata .adp li{
width:217px;
background:url(img/img-07.gif) no-repeat 5px 10px;
border-left:1px solid #acacac;
border-right:1px solid #acacac;
padding:0 15px;
}

#container #bata .adp li.bottom{
width:249px !important;
background:url(img/img-04.gif) no-repeat !important;
border:none !important;
line-height:100%;
padding:0;
margin:0;
height:5px;
}

#container #bata #pagelist{
background:url(img/img-05.gif) no-repeat;
padding-top:30px;
width:249px;
font-size:15px;
text-align:center;
line-height:200%;
margin:10px auto;
}

#container #bata #cat{
margin-top:15px;
}

#container #bata #cat li{
background:url(img/img-06.gif) no-repeat;
width:249px;
height:30px;
line-height:200%;
margin-bottom:5px;
text-align:center;
font-weight:bold;
}

/*right*/


/*footer*/
#footer{
clear:both;
padding:10px;
font-size:10px;
text-align:left;
}

#footer ul{
line-height:150%;
margin:0 auto;
}

#footer ul li {
margin:5px 10px;
}

#footer img{
border:1px dotted #fff;
}