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

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

p,ul,ol,li{
padding:0;
margin:0;
}
body{
font-size:14px;
font-family:"meiryo";
color:#fff;
}
#wrapper{
width:380px;
height:330px;	
margin:0 auto;
margin-top:30px;
}
.clearfix{
clear:both;
}
.speace_500_30{
width:500px;
height:30px;
}
.speace_10_90{
width:10px;
height:90px;
float:left;
color:#fff;
}
.box_170_90{
border:3px solid #fff;
padding:15px 0px;
width:164px;
height:54px;
float:left;
text-align:center;
}
.speace_20_90{
width:20px;
height:90px;
float:left;
}
.speace_380_20{
width:380px;
height:20px;
}
.box_360_90{
border:3px solid #fff;
padding:15px 45px;
width:264px;
height:54px;
float:left;
}
.box_360_36{
border:3px solid #fff;
width:354px;
height:30px;
line-height:36px;
text-align:center;
float:left;
}
.speace_10_36{
width:10px;
height:36px;
float:left;
}



