@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, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",serif;
}

#wrapper{
width:640px;
height:480px;
margin:0px auto;
margin-top:350px;
margin-bottom:300px;
font-weight:bold;
background:lightgray;
background-repeat:no-repeat;
border:3px solid #efe6e1;
background:#efe6e1;
background-image:url("ruka_17.png");
}

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

#box_1{
margin-top:120px;
padding-left:130px;
width:520px;
height:18px;
//text-align:center;
font-size:18px;
color:#681514;
}

.clearfix{
clear:both;
}

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

#p{
margin-top:20px;
width:490px;
height:12px;
font-size:12px;
color:#681514;
font-family:"メイリオ", "ヒラギノ角ゴ Pro W3";
padding-right:150px;
text-align:right;
}

a:link{
color:#681514;
} 

a:visited{
color:#681514;
}

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

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