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

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

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

#box_title{
margin-top:120px;
margin-right:30px;
width:380px;
height:1230px;
float:left;
}
#title_1{
height:24px;
font-size:24px;
color:#1e300d;
float:left;
font-weight:bold;
}
#title_2{
margin-left:48px;
height:24px;
font-size:24px;
color:#1e300d;
float:left;
font-weight:bold;
}
#title_sub{
margin-left:18px;
margin-top:4px;
font-size:18px;
height:18px;
color:#1e300d;
float:left;
font-weight:bold;
}
#title_border{
margin-top:18px;
width:80px;
height:4px;
float:right;
background:#1e300d;
}
.box_790_30{
width:790px;
height:30px;
float:left;
}
.border_790_4{
width:790px;
height:4px;
background:#1e300d;
float:left;
}