/* CSS Document */

* {
margin:0 auto;
padding:0;
}

/*　枠　*/

#all{
width:850px;
border:solid 1px #000000;
}

#top{
width:850px;
height:108px;
}

#btn0{
width:850px;
height:50px;
background:url(../img/bb.jpg);
}

#btn1{
width:850px;
height:80px;
background:url(../img/btn-bg.jpg);
}


#img{
width:850px;
height:118px;
}

#waku{
width:850px;
background:#212429;
}

#btn{
width:250px;
height:530px;
float:left;
background-color:#006FA7;
}

#main{
width:560px;
float:right;
margin:15px 10px 25px 20px;
}

#copy{
width:850px;
height:40px;
clear:both;
background-color:#191A1E;
}

/*　文字　*/

body p{
font-size:13px;
color:#CCCCCC;
}

h1{
background:url(../img/h1.gif);
background-repeat:no-repeat;
height:50px;
line-height:50px;
font-size:16px;
color:#D3DA5F;
margin:0;
padding-left:30px;
}

.midasi {
font-size:14px;
color:#D3DA5F;
background:url(../img/h2.gif);
background-repeat:no-repeat;
line-height:34px;
height:34px;
margin-top:10px;
margin-bottom:10px;
padding-left:30px;
font-weight:normal;
}

/*　リンク　*/

a:link,a:hover,a:visited,a:active{
color:#cccccc; text-decoration:none;}

