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

html{
background-color:transparent;

background-image:none;
}


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

body{
background:lightgray;
}

#wrapper{
margin:0 auto;
width:640px;
height:480px;
margin-top:300px;
border:#fff solid 3px;
font-family:"meiryo";
background:#4a5f82;
}

.clearfix{
clear:both;
}

.margin-top{
width:640px;
height:200px;
}

div.title a{
width:640px;
height:100px;
color:#fff;
font-size:24px;
text-decoration:none;
display:block;
text-align:center;
font-weight:bold;
}

.title_speace{
width:48px;
height:120px;
float:left;
}


.title_sub{
width:100px;
height:120px;
color:#fff;
font-size:20px;
font-weight:bold;
float:left;
}

div.title_sub_sub li a{
margin:17px 25px;
width:100px;
height:30px;
text-align:center;
color:#fff;
font-size:18px;
font-weight:bold;
}


div.title a{text-decoration:none;}

p{
marfin-top:20px;
width:640px;
height:14px;
font-size:14px;
color:#fff;
text-align:center;
}

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


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


div.title a:hover{
color:#fff;
}


li a:hover{
color:#fff;
}


