@charset "utf-8";
#header1 {
	height: 80px;
	width: 800px;
	border-bottom: 1px solid #336633;
}
#header2 {
	height: 80px;
	width: 300px;
}
#header3 {
	height: 80px;
	width: 400px;
}
#navi {
	height: 40px;
	width: 800px;
}
#middle {

	width: 800px;
	border-top: 3px solid #f15a24;
	background-color:#f0f5e3;
}
#left {
	float: left;
	width: 600px;

}
#right {
    float: left;
	height: 1000px;
	width: 199px;
    border-left: 1px solid #336633;

}
#footer {
	width: 800px;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #336633;
}

.menu div	{
    float: right;	
}
   
a.link01	{

	width:120px;
	padding:7px 0px;
	text-align:center;
　　display:block;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	color:#336633;
	}


a.link01:hover	{
	    color:#990033;
	} 

.title {
  background-image: url(./images/no11_2.gif);
  background-repeat: no-repeat;
  background-position: 0px 4px;
  padding: 0px 0px 5px 13px;
  margin: 20px 0px 10px 30px;
  list-style-type: none;
  font-size:13px;
  color: #8a8000;
  width: 550px;
  border-bottom: 1px solid #8a8000;
}	 

.text{
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding: 0px 0px 5px 13px;
	margin: 10px 10px 10px 50px;
	list-style-type: none;
	font-size:12px;
	line-height:150%;
	color: #777;
}

dl,dd{
	margin:0px;
	padding:0px;
}


#table dl {
	background-color: #ececec;
	margin: 0.5em 1em;
	border: 1px solid #cccccc;
	border-top: none;
}

#table dt {
	font-weight: normal;
	color: black;
	margin: 0;
	padding: 0.5em 0 0.5em 1em;
	border-top: 1px solid #cccccc;
	width: 12em;
	float: left;
	font-size:11px;
}
	
#table dd {
	background-color: white;
	margin: 0 0 0 13em;
	padding: 0.5em 1em 0.5em 1em;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	font-size:11px;
}

p	{
	margin-top:0px;
	margin-bottom:8px;
	margin-left:20px;
	text-align:justify;
	text-justify:distribute;
	line-height:110%;
	font-size:12px;
	color:#666666;
	}