@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;
font-family:"メイリオ", Meiryo;
}
#wrapper{
width:640px;
height:480px;
margin:0px auto;
margin-top:200px;
margin-bottom:300px;
font-weight:bold;
background:#008b8b;
background-repeat:no-repeat;
border:3px solid #fff;
background-image:url("maruko_15.png");
}
.box_speace{
width640px;
height:30px;
}
#box_1{
width:640px;
height:20px;
text-align:center;
font-size:20px;
color:#000000;
display:block;
}
ul li a{
width:100px;
text-align:center;
font-size:16px;
height:45px;
color:#000000;
float:left;
}
#p{
width:640px;
height:12px;
font-size:12px;
color:#000000;
font-family:"メイリオ";
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;
}
#right{
text-align:right;
}
a#box_1:hover{
color:#000000:
}
a#box_1:linl{
color:#000000;
}
a#box_1:visited{
color:#000000;
}