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

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

body{
background:#6db34c;
}

#wrapper{
width:500px;
margin:0 auto;
margin-top:120px;
//padding-bottom:60px;
//padding-top:200px;
background:#8cd0db;
//border:#3e3113 solid 3px;
}

.box_1{
width:500px;
}

.clearfix{
clear:both;
}

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

#title_1{
margin-left:18px;
font-size:24px;
height:28px;
float:left;
font-weight:bold;
color:#3e3113;
}

#title_2{
margin-left:18px;
font-size:24px;
height:28px;
float:left;
font-weight:bold;
color:#3e3113;
}

#title_sub{
margin-top:8px;
margin-left:8px;
font-size:16px;
height:18px;
float:left;
color:#3e3113;
}

#title_border{
width:200px;
height:3px;
border-bottom:3px solid #3e3113;
float:right;
margin-top:18px;
}

.box_2{
width:500px;
}

.p_18{
padding:0px 16px;
padding-bottom:3px;
padding-top:11px;
width:468px;
height:18px;
font-size:18px;
color:#3e3113;
border-bottom:3px dotted #3e3113;
}

.p_18_2{
padding:0px 16px;
padding-left:34px;
padding-bottom:3px;
padding-top:11px;
width:450px;
height:18px;
font-size:18px;
color:#3e3113;
border-bottom:3px dotted #3e3113;
}

.p_18_3{
padding:0px 16px;
padding-left:52px;
padding-bottom:3px;
padding-top:11px;
width:432px;
height:18px;
font-size:18px;
color:#3e3113;
border-bottom:3px dotted #3e3113;
}

.p_18_4{
padding:0px 16px;
padding-left:70px;
padding-bottom:3px;
padding-top:11px;
width:414px;
height:18px;
font-size:18px;
color:#3e3113;
border-bottom:3px dotted #3e3113;
}

.p_18_right{
padding:0px 16px;
padding-bottom:3px;
padding-top:11px;
width:468px;
height:18px;
font-size:18px;
border-bottom:3px dotted #3e3113;
color:#3e3113;
text-align:right;
}

.box_30{
width:500px;
height:30px;
}

ul{
width:500px;
height:14px;
}

ul li a{
padding:0px 27px;
font-size:14px;
float:left;
color:#3e3113;
}

#right{
float:right;
}

#p{
width:500px;
height:14px;
font-size:14px;
text-align:center;
border:none;
background:none;
color:#3e3113;
}

p:hover{
background:#3e3113;
border-bottom:3px dotted #3e3113;
color:#8cd0db;
}

a:link{
color:#3e3113;
}

a:visited{
color:#3e3113;
}

a:hover{
color:#3e3113;
}

p#p:hover{
background:none;
color:#3e3113;
}


