@charset "utf-8";

/*
-----------------------------------------------
▼TOPページデザイン
----------------------------------------------- */
#main {
width:800px;
height:727px;
background:url(../img/top_bg.jpg) no-repeat;
}

#logo {
margin:30px 0 20px 84px;
}

#topics {
width:326px;
margin-left:30px;
}

#topics a:link, #topics a:visited {color:#000;}
#topics a:hover, #topics a:active {color:#903;}


#topics dl {
width:306px;
height:193px;
padding:20px 10px;
overflow:auto;
}
/* IE 用▼ */
* html #topics dl {
width:326px;
height:233px;
}

#topicsBg{
background:url(../img/topics_bg.jpg) 0 0 no-repeat;
}

#topics dt {
background:url(../img/topics_mark.gif) 0 0.4em no-repeat;
padding-left:14px;
}

#topics dd {
margin-bottom:10px;
}

#topBtn {
width:326px;
height:181px;
margin:50px 0 40px 30px;
overflow:hidden;
}

#topBtn li ,#topBtn a {
display:block;
height:45px;
background:url(../img/top_btn.jpg) no-repeat;
text-indent:-9999px;
}

#btn01,#btn01 a {height:43px; background-position: 0 0;}
#btn02,#btn02 a {height:43px; background-position: 0 -46px;}
#btn03,#btn03 a {height:43px; background-position: 0 -92px;}
#btn04,#btn04 a {height:43px; background-position: 0 -138px;}

#btn01 a:hover {background-position: -326px 0;}
#btn02 a:hover {background-position: -326px -46px;}
#btn03 a:hover {background-position: -326px -92px;}
#btn04 a:hover {background-position: -326px -138px;}

#fut {
width:800px;
font-size:14px;
color:#6e0019;
text-align:center;
padding-top:12px;
padding-bottom:8px;
background:url(../img/top_fut_bg.jpg) no-repeat;
}

/* css_end */
