﻿@charset "utf-8";

/*css document*/
html{
background-color:transparent;
background-image:none;
}
p,ul,ol,li{
padding:0;
margin:0;
}
body{
background:#000000;
}
#wrapper{
margin:0 auto;
margin-top:250px;
width:640px;
height:480px;
border:#fff solid 3px;
background-image:url("souseiki.JPG");
}
#box_title{
margin-top:200px;
width:640px;
height:32px;
font-size:32px;
text-align:center;
color:#fff;
}
.spece_640_40{
width:640px;
height:40px;
}
.box_sub_title{
width:640px;
height:80px;
}
.spece_120_80{
width:120px;
height:80px;
float:left;
}
.PC_80_80{
width:80px;
height:80px;
font-size:24px;
float:left;
color:#fff;
}
.speace_40_80{
width:40px;
height:80px;
float:left;
}
.sono_80_40{
width:80px;
height:40px;
font-size:24px;
color:#fff;
//text-align:center;
}
ul{
margin-top:40px;
}
.clearfix{
clear:both;
}
a:link{
color:#fff;
} 
a:visited{
color:#fff;
}
a:hover{
color:#fff;
}


