@charset "utf-8";
/*css document*/

html{
background-color:transparent;
background-image:none;
}

ol,ul,li,p,a{
margin:0px;
padding:0px;
list-style:none;
text-decoration:none；
}

body{
background:#000000/*#edd4ac*/;
font-family:"メイリオ", Meiryo;
}

#wrapper{
width:590px;
height:480px;
margin:0px auto;
margin-top:350px;
margin-bottom:300px;
padding-left:50px;
font-weight:bold;
background:#ce8034;
background-image:url("ruka_20.png");
//busaikunasikadesugakawaiidesyo
background-repeat:no-repeat;
border:3px solid #000000;
}

.box_speace{
width:590px;
height:80px;
}

#box_1{
margin-top:50px;
width:590px;
height:18px;
text-align:center;
font-size:18px;
color:#eae2da;
}

ul li a{
width:100px;
text-align:center;
font-size:16px;
height:45px;
color:#eae2da;
float:left;
}

#p{
width:590px;
height:12px;
text-align:center;
font-size:12px;
color:#eae2da;
font-family:"メイリオ", "ヒラギノ角ゴ Pro W3";
}

a:link{
color:#eae2da;
text-decoration:none;
} 

a:visited{
color:#eae2da;
text-decoration:none;
}

a:hover{
height:24px;
color:gray;
text-decoration:none;
}

.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix {
zoom:1;
clear:both;
}


