@charset "utf-8";


/* =import 
----------------------------------------------*/
@import url(reset.css);
@import url(layout.css);


.sitemap{
	position:absolute;
	top:0;
	right:0;
	}


/* left
------------------------------------------- */
h1{
margin-bottom:19px;
}
h3{
margin-bottom:25px;
	}
#article h3{
	color:#22385d;
	background:#e0dde4;
	border-left:#22385d solid 4px;
	padding:5px 10px;
margin:10px 0 25px 0;
	}
h4{
	padding:0 0 10px 25px;
	margin-bottom:15px;
	border-bottom:#6c84ae dotted 1px;
	background:url(../images/allow01.gif) no-repeat 0 5px;
	}
#contact{
	width:100%;
	height:200px;
	background:url(../images/contact-h.gif) no-repeat 0 0;
	margin-bottom:30px;
	}
#contact a:hover img{
	filter: alpha(opacity=0);
  -moz-opacity:0;
  opacity:0;
  }

/* link
------------------------------------------- */
a:link{ color:#447681; text-decoration:underline; }
a:hover{ color:#447681; text-decoration:none; }
a:visited{ color:#447681; text-decoration:underline; }

/* common
------------------------------------------- */
.section{
	width:618px;
	height:auto;
	overflow:hidden;
	padding:0 0 0 15px;
	margin-bottom:30px;
}
.section p{
margin-bottom:20px;
}

/* list */
.list01{
	margin-bottom:30px;
	padding:10px 0 0 25px;
	}
.list01 li{
	background:url(../images/allow01.gif) no-repeat 0 5px;
	/*font-weight:bold;*/
	padding:0 0 10px 25px;
	margin:0 0 10px 0;
	border-bottom:#6c84ae dotted 1px;
	}
.list01 li ul{
	margin:10px 0 10px 0;
	padding:0 0 0 15px;
	border-left:#cccccc solid 1px;
	}
.list01 li ul li{
	background:none;
	/*font-weight:bold;*/
	padding:2px 0;
	margin:0;
	border-bottom:none;
	font-size:10px;
	}
.section iframe{ border:#cccccc solid 1px; }

/* table
------------------------------------------- */
.table01{
width:100%;
border-top:#cdd3c2 solid 1px;
border-left:#cdd3c2 solid 1px;
margin-bottom:10px;
}
.table01 th{
width:20%;
border-right:#cdd3c2 solid 1px;
border-bottom:#cdd3c2 solid 1px;
background:#ebeef5;
padding:8px 10px;
text-align:center;
}
.table01 td{
border-right:#cdd3c2 solid 1px;
border-bottom:#cdd3c2 solid 1px;
padding:8px 10px;
}
.table01 td textarea{
	width:99%;
	height:300px;
	font-size:100%;
	}