﻿﻿﻿@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_title{
margin-top:90px;
width:380px;
height:510px;
float:left;
}
#title_1{
height:24px;
font-size:24px;
color:#1d2b57;
float:left;
font-weight:bold;
}
#title_2{
margin-left:24px;
height:24px;
font-size:24px;
color:#1d2b57;
float:left;
font-weight:bold;
}
#title_sub{
margin-left:18px;
margin-top:6px;
font-size:18px;
height:18px;
color:#1d2b57;
float:left;
font-weight:bold;
}
#title_border{
margin-top:20px;
width:870px;
height:4px;
float:right;
background:#1d2b57;
}
#coment{
font-size:18px;
height:18px;
width:380px;
margin-top:60px;
font-weight:bold;
color:#1d2b57;
}
p#coment:hover{
background:none;
}
