﻿@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:#41b5bb;
}

.clearfix{
clear:both;
}

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

div.title a{
width:640px;
height:100px;
color:lightgray;
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:100px;
color:lightgray;
font-size:20px;
font-weight:bold;
float:left;
}

div.title_sub_sub li a{
width:100px;
height:50px;
text-align:right;
color:lightgray;
font-size:18px;
font-weight:bold;
display:block;
}


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

p{
width:640px;
height:14px;
font-size:14px;
color:lightgray;
text-align:center;
}

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


a:visited{
color:lightgray;
text-decoration:none;
}


div.title a:hover{
color:lightgray;
}


li a:hover{
color:lightgray;
}


