/* CSS Document */
/* トップページ以外のsidenavi CSS SSI用*/
@charset "shift-jis";
#right{
	width:190px;
	padding: 0px;
	height: 1200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

#right .bn{
	margin-bottom:5px;
	width: 185px;
}

#right .rnavi{
	margin-bottom:10px;
	width: 185px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#right .rnavi li{
	padding-left:15px;
	margin-left:10px;
	background-image: url(../img/arw_s.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	font-size: 12px;
	color: #333333;
	margin-bottom: 3px;
}
#right .rnavi a {
	text-decoration: none;
	color: #333333;
}

#right .rnavi a:hover {
	text-decoration: underline;
}

#right #touroku {
	height: 120px;
	width: 185px;
	background-image: url(../img/tourokuBK.jpg);
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#touroku_btm01 {
	height: 50px;
	width: 185px;
	margin: 0px;
	padding: 0px;
}
#touroku_btm01 img {
	margin-top: 5px;
}
#touroku_btm02 {
	text-align: left;
	height: 70px;
	width: 185px;
	font-size: 12px;
	color: #333333;
}
#touroku_btm02 p {
	background-image: url(../img/touroku_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
	margin-left: 70px;
	margin-top: 10px;
}
#touroku_btm02 a {
	color: #333333;
	text-decoration: none;
}

/*btm03はhttp://www.b-style.net/haken/q_searchlist3.php内だけのCSS*/
#touroku_btm03 {
	text-align: left;
	height: 65px;
	font-size: 12px;
	color: #333333;
	padding-left: 68px;
	padding-top: 5px;
}
#touroku_btm03 p {
	background-image: url(../img/touroku_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 10px;
	padding-left: 10px;
}
#touroku_btm03 a {
	text-decoration: none;
	color: #333333;
}
#side {
	margin: 0px;
	float: right;
	width: 190px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.cl {
	clear: both;
}
