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

html{
background-color:transparent;
background-image:none;
}
p,ul,ol,li,a{
padding:0;
margin:0;
text-decoration:none;
}

body{	
background:#edd4ac;
}
#wrapper{
width:1200px;	
margin:0 auto;
}
.clearfix{
clear:both;
}


.box_1_480{
width:380px;
height:480px;
float:left;
}
.box_2_480{
width:30px;
height:480px;
float:left;
}

.box_1_450{
width:380px;
height:450px;
float:left;
}
.box_2_450{
width:30px;
height:450px;
float:left;
}

