@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:#eee4ac;
font-family:"メイリオ", Meiryo;
}
#wrapper{
width:640px;
height:480px;
margin:0px auto;
margin-top:200px;
margin-bottom:300px;
font-weight:bold;
background:#4a3b2a;
background-repeat:no-repeat;
border:3px solid #fff;
}
.box_speace{
width640px;
height:10px;
}
#box_1{
width:640px;
height:18px;
text-align:center;
font-size:18px;
color:#fff;
display:block;
}
ul li a{
width:100px;
text-align:center;
font-size:16px;
height:45px;
color:gray;
float:left;
}

#p{
margin:0px;
width:640px;
height:12px;
font-size:12px;
color:#fff;
font-family:"メイリオ";
text-align:center;
}
a:link{
color:#fff;
text-decoration:none;
} 
a:visited{
color:#fff;
text-decoration:none;
}
a:hover{
height:24px;
color:#fff;
text-decoration:none;
}

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

}
