@charset "shift_JIS";
/*---------------------------------------------------------------------------------
site_map
---------------------------------------------------------------------------------*/

/*
パンくず
---------------------------------------------------------------------------------*/
ul#topicPath{
margin: 0px 0px 10px 0px;
}

ul#topicPath li{
display: inline;
color: #000000;
font-size: 65%;
}

ul#topicPath li a{
margin: 0px 9px 0px 0px;
color: #000000;
}

/*
leftCnt・rightCnt共通
---------------------------------------------------------------------------------*/

.section02{
border-left: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
height: 100%;
padding-bottom: 15px;
}


/*
テキスト
---------------------------------------------------------------------------------*/
#leftCnt p{
    font-size:75%;
	padding:0px 10px 10px 10px;
	line-height:2;
	color: #666666;
}

#listLeft h4{
	font-size:100%;
	margin: 0px;
	padding: 15px 10px 0px 5px;
	color: #666666;
}

#listRight h4{
	font-size:100%;
	margin: 0px;
	padding: 15px 10px 0px 330px;
	color: #666666;
}


/*
leftCnt site_map
---------------------------------------------------------------------------------*/

div#leftCnt h3#site_map{
background:url(../images/bar_site_map.jpg) no-repeat;
font-size: 70%;
text-indent: -9999px;
}


/*
リスト
---------------------------------------------------------------------------------*/

div#listLeft dt{
	color:#666666;
	font-size: 75%;
	margin: 10px 0px 6px 10px;
	padding: 0px 0px 0px 10px;
	background: url(../images/arrow_01.gif) no-repeat 0px 0.3em;
	list-style-type: none;
}

div#listLeft dd{
	color:#666666;
	font-size: 75%;
	margin: 0px 0px 6px 25px;
	padding: 0px 0px 0px 10px;
	background: url(../images/arrow_01.gif) no-repeat 0px 0.3em;
	list-style-type: none;
}

div#listRight dt{
	color:#666666;
	font-size: 75%;
	margin: 10px 0px 6px 335px;
	padding: 0px 0px 0px 10px;
	background: url(../images/arrow_01.gif) no-repeat 0px 0.3em;
	list-style-type: none;
}

div#listRight dd{
	color:#666666;
	font-size: 75%;
	margin: 0px 0px 6px 350px;
	padding: 0px 0px 0px 10px;
	background: url(../images/arrow_01.gif) no-repeat 0px 0.3em;
	list-style-type: none;
}

div#listRight dt a, div#listLeft dt a, div#listLeft dd a{
	color:#0000FF;
}

div#listLeft{
	float: left;
}
