@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:#000000;
background-repeat:no-repeat;
border:3px solid #fff;
background-image:url("ezekieru_14.png");
}

.box_speace{
width640px;
height:30px;
}

#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{
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;
}


#right{
text-align:right;
}

#right_2{
text-align:right;
}
