/* CSS Document */

*{
margin:0 auto;
padding:0;
}


/* 枠 */

#all{
width:1250px;
}

#top{
width:1250px;
height:38px;
background:url(../img/top-.gif);
margin-bottom:30px;
display:table;
padding-top:82px;
}

#waku{
width:920px;
}

#btn{
width:300px;
float:left;
margin-right:20px;
}

#main{
width:600px;
float:right;
margin-top:50px;
}

#sab{
width:600px;
height:150px;
float:right;
}

#copy{
width:1000px;
clear:both;
background: url(../img/cop1.gif);
height:17px;
margin-top:40px;
}

/* 文字 */

body p{
font-size:13px;
}

h1{
width:600px;
height:40px;
font-size:19px;
color:#FFFFFF;
background:url(../img/h.gif);
margin-bottom:15px;
line-height:40px;
font-weight:bold;
}

h2{
border-bottom:double 4px #FFFF99;
padding-bottom:1px;
margin-bottom:15px;
font-size:15px;
color:#FFFFFF;
font-weight:bold;
background: url(../img/h-.gif);
height:25px;
line-height:25px;
}

h3{
border-left: solid 4px #FF0000;
border-bottom:solid 1px #FFFF99;
padding-left:5px;
font-size:14px;
color:#FF0000;
margin-bottom:15px;
font-weight:normal;
}

/*--　リンク設定変更 --*/ 

a:link , a:visited , a:active , a:hover {
	color: #000000;
	text-decoration: none;
}