/*----------------------------*/
*{margin:0;padding:0;line-height:160%;}
html,body{margin:0; padding:0}
img{border:none;}
ul,ol{margin:0;padding:0;}
ul li{list-style:none;list-style-postion:inline}
ul li a{text-decoration:none;border:none;}
h2,h3,h3,h4,h5{margin:0;padding:0;}

body{
font-family:Meiryo,arial, sans-serif, Osaka, verdana, 'Hiragino Kaku Gothic Pro';
color:#222;
text-align:center; 
background:#f7f7f7;
}
a{ color:#277525; text-decoration:none;}
a:hover{ color:#5a8e4a; text-decoration:underline;}
/*-----------------------------*/
.cut{ clear:both;}

#outline{
width:840px;
text-align:left;
margin:0 auto;
}
#site_name{
font-size:15px;
margin-bottom:15px;
background:#00320b;
background: -moz-linear-gradient(top, #277525, #00320b);
background: -webkit-gradient(linear, center top, center bottom, from(#277525), to(#00320b));
background: linear-gradient(top center, #277525 0%, #00320b 100%);
text-align:center;
}
#site_name_in01{
width:840px;
margin:0 auto;
text-align:left;
}
#site_name a{
padding:10px 5px;
display:block;
text-decoration:none;
font-size:32px;
letter-spacing:-1px;
color:#fff;
}
#site_name .site_name_in02{
display:block;
padding:5px;
font-weight:normal;
font-size:13px;
background:#fff;
background: -moz-linear-gradient(top, #eff5dd, #fff);
background: -webkit-gradient(linear, center top, center bottom, from(#eff5dd), to(#fff));
background: linear-gradient(top center, #eff5dd 0%, #fff 100%);
border-bottom:#ccc solid 1px;
color:#00320b;
}
#site_name .site_name_in02 span{
width:840px;
display:block;
margin:0 auto;
text-align:left;
}


#menu_area{
width:26%;
position:relative;
float:left;
font-size:11px;
color:#555;
}
#menu_area ul{
margin-bottom:13px;
background:#ffffff;
padding:4px;
box-shadow:2px 2px 2px #999999;
}
#menu_area ul li{
margin-bottom:2px;
padding:6px;
border-bottom:#ccc 1px dotted;
}
#menu_area .navi_inner li{
padding:0;
border:none;
}
.navi_inner li a{
display:block;
padding:9px;
color:#00320b;
background:#eee;
background: -moz-linear-gradient(top, #fff, #ddd);
background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#ddd));
background: linear-gradient(top center, #fff 0%, #ddd 100%);
}

#label{
display:block;
font-weight:bold;
margin-top:3px;
padding:5px;
color:#fff;
background:#333;
background: -moz-linear-gradient(top, #aaa, #000);
background: -webkit-gradient(linear, center top, center bottom, from(#aaa), to(#000));
background: linear-gradient(top center, #aaa 0%, #000 100%);
border-bottom:#ddd solid 1px;
box-shadow:2px 2px 2px #999999;
}
#main-contents{
width:65%;
padding:25px;
margin:0 0 20px 0;
position:relative;
float:right;
font-size:15px;
line-height:150%;
background:#f9f9f9;
border:solid #fff 2px;
box-shadow:1px 1px 3px #999;
}

h2,
h3,
#main-contents .link_title{
color:#00320b;
font-size:15px;
padding:7px 5px;
margin:15px 0;
font-weight:bold;
border-radius:4px ;
background: #fff; /* Old browsers */
background: -moz-linear-gradient(top,  #fff 0%, #eff5dd 35%, #d9eac5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(35%,#eff5dd), color-stop(100%,#d9eac5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fff 0%,#eff5dd 35%,#d9eac5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fff 0%,#eff5dd 35%,#d9eac5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fff 0%,#eff5dd 35%,#d9eac5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fff 0%,#eff5dd 35%,#d9eac5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#d9eac5',GradientType=0 ); /* IE6-9 */
}

.breadcrumb{ padding:0 0 7px 0; font-size:12px;}

#main-contents ul li,
#main-contents p{
line-height:150%;
}

#main-contents .reference li{
line-height:150%;
padding-bottom:3px;
}

.img01{
border-top: #d9eac5 solid 2px;
border-bottom: #d9eac5 solid 2px;
width:100%;
}

#copyright{
padding:12px;
background:#eee;
font-size:12px;
color:#666;
text-align:center;
}
#copyright_in{
width:840px;
margin:0 auto;
text-align:left;
}
#copyright ul li{
line-height:180%;
}
#copyright .credit{
letter-spacing:1px;
text-align:right;
font-size:11px;
}

