﻿@charset "utf-8";
/* CSS Document */

#boxmain {width:600px; float:left; background-color: #FFF; 	min-height:500px;}

#harfboxl {
	width: 310px;
	float: left;
	border-top: 1px solid #D5D5D5;
	list-style-type: none;
	text-align: left;
	background-color: #FFF;
}

#harfboxr {
	width: 290px;
	float: right;
	border-top: 1px solid #D5D5D5;
	list-style-type: none;
	text-align: left;
	background-color: #FFF;
	min-height:100%;
}

#boxmain a:link {   
        text-decoration:none;
        color: #575757;
}   
#boxmain a:visited {
	text-decoration:none;
	color: #575757;
}   
#boxmain a:hover {
	text-decoration:none;
	color: #C0C0C0;
}   
#boxmain a:active {
	color:#0080C0;
}

.map {
	width:290px;
}
.map ul {
	margin: 0; 
	padding:0.5em;
	border-bottom:#D5D5D5 solid 1px
}
.map li {
	list-style-type:none;
	padding-left:8px;
}

.mapb { /*ボトムラインなし*/
	width:290px;
}

.mapb ul {
	margin: 0; 
	padding: 0.5em;
}
.mapb li {
	list-style-type:none;
	padding-left:8px;
}

.par {/*parents*/
	width:6.5em;
	float:left; 
	padding:0;
	margin: 0;
	clear:left;
	font-size:14px;
	display:inline;
}
.bigchi {display:inline; font-size:14px;}/*children*/
.chi {margin-left:7em; font-size:14px;}/*children*/

li {list-style-type:none}


