@charset "Shift_JIS";


/* index.html
==================================================================*/

h1 {
	background-image: none;
	width: auto;
	margin-left: 0px;
	margin-right: 15px;
	margin-bottom: 20px;
	padding-left: 15px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #cccccc;
}

.section {
	border: 1px solid #999999;
	padding: 10px;
	margin-left: 35px;
}

div.line2 {
	border-top: 3px solid #8b5c29;
}

div.line3 {
	border-top: 3px solid #f99338;
}

.sec1-l {
	width: 50%;
	float: left;
}

.sec1-r {
	width: 50%;
	float: right;
}

.section ul {
	width: auto;
	margin-left: 5px;
	margin-right: 5px;
	line-height: 150%;
	list-style-type: none;
	margin-top: 12px;
	margin-bottom: 6px;
	padding-bottom: 6px;
	border-bottom: 1px dotted #999999;
	font-weight: bold;
}

.section ul.maplink {
	width: auto;
	line-height: 150%;
	list-style-type: none;
	margin: 5px;
	padding-bottom: 0px;
	font-weight: bold;
	border: 1px solid #dcdcdc;
	background-color: #f5f5f5;
}


.section ul.maplink li {
	line-height: 200%;
	background-image: none;
	border-left-width: 4px;
	border-left-style: solid;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
}

.section ul.li-left li {
	border-left-color: #76c7ca;
}

.section ul.li-right li {
	border-left-color: #047391;
}



.section ul ul {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-bottom: 0px;
	border-bottom: none;
	font-weight: normal;
	font-size: 90%;
}

.section ul ul li {
	display: inline;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left 0.6em;	
	padding-left: 0px;
	padding-right: 15px;
}



.section ul ul li a {
	color: #666666;
}

.section ul ul li a:link {
	color: #666666;
	text-decoration: underline;
}

.section ul ul li a:visited {
	color: #666666;
	text-decoration: underline;
}

.section ul ul li a:active {
	color: #666666;
	text-decoration: underline;
}

.section ul ul li a:hover {
	color: #F99338;
	text-decoration: underline;
}