﻿@charset "utf-8";
/*css document*/

html{
background-color:transparent;
background-image:none;
}

ol,ul,li,p{
margin:0px;
padding:0px;
list-style:none;
}

body{
background:#000000/*#edd4ac*/;
}

.wrapper{
width:640px;
height:480px;
margin:0px auto;
margin-top:300px;
border:solid #000000 3px;
background-image:url("ruka_6.png");
font-weight:bold;}

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

.box_1{
margin-top:250px;
width:640px;
height:24px;
text-align:center;
font-size:24px;
color:#fff;
}

.clearfix{
clear:both;
}

ul li a{
width:100px;
text-align:center;
font-size:18px;
height:36px;
color:#fff;
text-decoration:none;
float:left;
}

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

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

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

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

