@charset "utf-8";
/* CSS Document */

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;
}

body{
text-align:center;
color:#6b6b6b;
font-family:'ＭＳ Ｐゴシック','Osaka','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
font-size:12px;
line-height:350%;
letter-spacing:0.2em;
margin:0;
padding:0;
background:#c7c7c7 url(img/bg.gif);
}

a:link { color:#ff8a00;  text-decoration:underline;}
a:visited { color:#ff8a00; text-decoration:underline;} 
a:hover { color:#ff8a00; text-decoration:none;} 
a:active { color:#ff8a00; text-decoration:none;}

#information a:link { color:#003cff; text-decoration:underline;}
#information a:visited { color:#003cff; text-decoration:underline;} 
#information a:hover { color:#001351; text-decoration:none;} 
#information a:active { color:#001351; text-decoration:nene;}

#article-category a:link { color:#fff; text-decoration:underline;}
#article-category a:visited { color:#fff; text-decoration:underline;} 
#article-category a:hover { color:#fff; text-decoration:none;} 
#article-category a:active { color:#fff; text-decoration:nene;}

/*common*/
#wrapper{
width:780px;
margin:0 auto 20px;
border-bottom:27px solid #434343;
background:#fff;
}

#wrapper h1{
width:780px;
height:293px;
margin:0;
padding:0;
background:url(img/bg-header.jpg) no-repeat;
}


#wrapper h1 div{
width:780px;
height:274px;
cursor:pointer;
}

#wrapper h1 div span{
display:none;
}

/*---inner---*/
#wrapper #wrapper-inner {
width:750px;
margin:auto;
background:#fff;
}

/*---left---*/
#wrapper #wrapper-inner #alpha-block{
width:487px;
float:left;
}

#wrapper #wrapper-inner #alpha-block .article-link{
width:410px;
background:url(img/bg-l_info.gif) no-repeat;
text-align:left;
margin:0 auto 10px;
line-height:220%;
color:#151515;
}

#wrapper #wrapper-inner #alpha-block .article-link li{
border-bottom:3px double #434343;
}

#wrapper #wrapper-inner #alpha-block .article-link .title{
height:29px;
border:none !important;
padding-bottom:5px;
font-weight:bold;
}

#wrapper #wrapper-inner #alpha-block .article-link .title span{
margin-left:20px;
}

#wrapper #wrapper-inner #alpha-block h2{
background:#434343;
font-size:15px;
width:400px;
text-align:left;
margin:0 auto;
color:#fff;
line-height:200%;
padding-left:10px;
}

#wrapper #wrapper-inner #alpha-block .article-contents{
width:410px;
margin:10px auto;
text-align:left;
}

/*---right---*/
#wrapper #wrapper-inner #beta-block{
float:left;
width:236px;
text-align:left;
}

#wrapper #wrapper-inner #beta-block #article-category li{
background:url(img/bg-category.gif) no-repeat;
height:17px;
line-height:150%;
padding:3px 5px;
width:227px;
color:#fff;
text-align:center;
}

#wrapper #wrapper-inner #beta-block #information{
padding-top:23px;
background:url(img/bg-contents.gif) no-repeat;
margin:20px 0;
text-align:center;
width:237px;
}

#wrapper #wrapper-inner #beta-block .article-link{
border-top:2px dotted #d1d1d1;
margin-top:15px;
border-bottom:2px dotted #d1d1d1;
padding-top:15px;
}

#wrapper #wrapper-inner #beta-block .article-link li{
border-bottom:1px dotted #d1d1d1;
line-height:180%;
margin-bottom:3px;
padding:0 15px;
}
/*---bottom---*/

#wrapper #footer{
clear:both;
width:100%;
text-align:center;
padding:0;
font-size:10px;
color:#fff;
}

#wrapper #footer ul li span{
background:#434343;
}

