@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:lightgray;
font-family:"メイリオ", Meiryo;
}

#wrapper{
width:640px;
height:480px;
margin:0px auto;
margin-top:400px;
margin-bottom:300px;
font-weight:bold;
background:#5a6d30;
background-image:url("ruka_23.jpg");
//background-repeat:no-repeat;
border:3px solid #fff;
}

.box_speace{
width640px;
height:80px;
}

#box_1{
margin-top:80px;
width:640px;
height:18px;
text-align:center;
font-size:18px;
color:#000000;
}

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

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

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

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

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

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



