﻿﻿@charset "utf-8";
/*css document*/


html{
background-color:transparent;
background-image:none;
}

p,ul,ol,li,a{
padding:0;
margin:0;
text-decoration:none;
list-style:none;
}

body{
background:#edd4ac;
}

#wrapper{
width:1200px;
margin:0 auto;
margin-top:100px;
font-family:"meiryo";
}

.clearfix{
clear:both;
}

#box_title{
width:380px;
height:90px;
}

#title_1{
margin-left:14px;
font-size:24px;
color:#154c0e;
float:left;
font-weight:bold;
font-family:"meiryo";
}


#title_2{
margin-left:14px;
font-size:24px;
color:#154c0e;
float:left;
font-weight:bold;
}

#border{
margin-top:16px;
width:900px;
height:4px;
border-bottom:solid #154c0e 3px;
float:right;
}

.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 #154c0e;
color:#154c0e;
}

.p_16_2{
padding:0px 14px;
padding-bottom:3px;
padding-left:30px;
padding-top:8px;
width:336px;
height:16px;
font-size:16px;
border-bottom:3px dotted #154c0e;
color:#154c0e;
font-family:"meiryo";
}

.p_16_3{
padding:0px 14px;
padding-bottom:3px;
padding-left:46px;
padding-top:8px;
width:320x;
height:16px;
font-size:16px;
border-bottom:3px dotted #154c0e;
color:#154c0e;
}

.p_16_right{
padding:0px 14px;
padding-bottom:3px;
padding-top:8px;
width:352x;
height:16px;
font-size:16px;
border-bottom:3px dotted #154c0e;
color:#154c0e;
text-align:right;
}


.box_30{
width:1200px;
height:30px;
}

ul li a{
padding:0px 10px;
color:#154c0e;
float:left;
font-family:"meiryo";
border-right:1px solid #154c0e;
}

#a{
border-left:1px solid #154c0e;
margin-left:30px;}

div.title a:link{
color:#154c0e;
}

div.title a:visited{
color:#154c0e;
}

div.title a:hover{
color:#154c0e;
}

p:hover{
background:#154c0e;
color:#fff;
}

.border_1200{
width:1200px;
height:3px;
background:#154c0e;
}


