﻿@charset "utf-8";
/*css document*/
html{
background-color:transparent;
background-image:none;
}
p,ul,ol,li{
padding:0;
margin:0;
}
body{
background:#000000;
color:#fff;	
}
.clearfix{
clear:block;
}
.wrapper{
width:640px;	
margin:0 auto;
margin-top:100px;
height:480px;
background-image:url("souseiki_4.jpg");
border:3px #fff solid;
}
.box_640_250{
width:640px;
height:250px;
}
.box_150_250{
width:150px;
height:250px;
float:left;
}
.box_300_250{
width:300px;
height:250px;
float:left;
}
.box_300_32{
width:300px;
height:32px;
}
.box_150_32_left{
height:32px;
font-size:32px;
float:left;
color:#fff;
}
.box_150_24_right{
margin-top:8px;
height:24px;
font-size:24px;
float:right;
color:#fff;
}
.box_300_30{
width:300px;
height:30px;
}
.box_300_90{
width:300px;
height:250px;
}
.box_75_90{
width:75px;
height:90px;
font-size:18px;
float:left;
line-height:30px;
}

.box_75_90_right{
width:75px;
height:90px;
font-size:18px;
float:left;
text-align:right;
line-height:30px;
}
.box_300_12{
margin-top:20;
width:300px;
height:12px;
font-size:12px;
text-align:center;
}
/*.box_300_70{
width:300px;
height:70px;
background:#695b18;
}
.box_100_32_left{
width:100px;
height:32px;
background:black;
float:left;
}*/
.box_100_32_right{
width:100px;
height:32px;
float:right;
}
.box_300_90{
width:300px;
height:90px;
}
a:link{
color:#fff;
} 
a:visited{
color:#fff;
}
a:hover{
color:#fff;
}




