/* CSS Document */



* {
margin:0 auto;
padding:0;
}

/*　枠　*/

#all{
width:1250px;
background:url(../img/bg-.jpg);
background-repeat:repeat-y;
}

#top{
width:800px;
height:479px;
margin:auto;
}
#waku{
width:800px;
margin:auto;
}

#btn{
width:800px;
height:50px;
background:url(../img/50.gif);
line-height:50px;
font-size:13px;
color:#663300;
margin-bottom:15px;
}

#main{
width:770px;
}

#copy{
width:800px;
height:65px;
margin:auto;
background:url(../img/cop65.gif);
line-height:25px;
font-size:13px;
color:#663300;
}

/*　文字　*/

p{
margin:15px;
font-size:13px;
padding:0 5px;
color:#2F0000;
}

h1{
font-size:20px;
color:#996633;
margin-bottom:15px;
margin-top:15px;
background:url(../img/h1.gif);
background-repeat:no-repeat;
line-height:40px;
padding-left:60px;
}

h2{
font-size:15px;
color:#996633;
margin:15px 0;
padding-left:30px;
background:url(../img/h2.gif);
background-repeat:no-repeat;
line-height:30px;
}

h3{
font-size:13px;
color:#663300;
margin:3px 20px;
padding-bottom:2px;
border-bottom:dashed 2px #FF9900;
}

/*--　リンク設定変更 --*/ 

a:link , a:visited , a:active , a:hover {
	color:#2F0000;
	text-decoration: none;
}