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

/*
パンくず
---------------------------------------------------------------------------------*/
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 p{
    font-size:75%;
	padding:0px 10px 10px 10px;
	line-height:2;
	color: #666666;
}

#leftCnt p.bd{
    font-size:75%;
	padding:10px 10px 10px 10px;
	line-height:2;
	color: #666666;
	border-top: 1px dotted #CCCCCC;
}

#leftCnt h4{
	font-size:90%;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	font-weight: bold;
	color: #666666;
}


/*
leftCnt privacy
---------------------------------------------------------------------------------*/

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