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

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

p,ul,ol,li{
padding:0;
margin:0;
list-style:none;
}

body{
background:#edd4ac;
}

#wrapper{
width:1200px;
margin:0 auto;
margin-top:210px;
}

.clearfix{
clear:both;
}


#box_title{
width:1200px;
height:120px;
}

#title {
margin-left:14px;
font-size:24px;
height:24px;
color:#6c4919;
float:left;
font-weight:bold;
}

#title_2{
margin-left:24px;
font-size:24px;
height:24px;
color:#6c4919;
float:left;
font-weight:bold;
}

#title_sub{
margin-top:10px;
margin-left:12px;
font-size:14px;
height:14px;
float:left;
color:#6c4919;
font-weight:bold;
}

#border{
margin-top:20px;
background:#6c4919;
width:910px;
float:right;
height:4px;
}

.box_1{
width:380px;
height:600px;
float:left;
}

.box_2{
width:30px;
height:600px;
float:left;
}

.p_16{
padding:0px 14px;
padding-bottom:3px;
padding-top:8px;
width:352px;
height:16px;
font-size:16px;
border-bottom:3px dotted #6c4919;
color:#6c4919;
}

.p_16_2{
padding:0px 28px;
padding-bottom:3px;
padding-top:8px;
width:324px;
height:16px;
font-size:16px;
border-bottom:3px dotted #6c4919;
color:#6c4919;
}

.p_16_right{
padding:0px 14px;
padding-bottom:3px;
padding-top:8px;
width:352px;
height:16px;
font-size:16px;
border-bottom:3px dotted #6c4919;
color:#6c4919;
text-align:right;
}

.box_30{
width:1200px;
height:30px;
color:#edd4ac;
font-size:10px;
}

ul li a{
padding:0px 10px;
height:14px;
font-size:14px;
color:#6c4919;
float:left;
text-decoration:none;
border-left:1px solid #6c4919;
}

#right{
border-right:1px solid #6c4919;
}

a:link{
color:#6c4919;
text-decoration:none;
} 

a:visited{
color:#6c4919;
text-decoration:none;
}

a:hover{
color:#6c4919;
text-decoration:none;
}

p:hover{
background:#6c4919;
color:#fff;
}

a{
text-decoration:none;
}

.border_1200{
width:1200px;
height:4px;
background:#6c4919;

}