@charset "utf-8";
/* CSS Document */



/*サブエリア右*/
#sub_right{
	width:200px;
	float:right;
	margin-left:20px;
	}
#sub_right .sub_title{
	border-bottom:1px solid #F39700;
	color:#F39700;
	font-weight:bold;
	padding-top:9px;
	padding-left:15px;
	padding-bottom:9px;
}

#sub_right a:hover img{
opacity:0.88;
filter:alpha(opacity=88);
-ms-filter: "alpha( opacity=88 )";
-moz-opacity:0.88;
}

#nyukai{
	margin-bottom:15px;
}


#rizicyo{
	width:188px;
	border:solid 1px #ccc;
	padding:5px;
	margin-bottom:15px;
}

#rizicyo h4{
	font-size:1.2em;
	width:188px;
	margin:5px 0;
	padding:3px 0px;
	color:#fff;
	background-color:#F39700;
	text-align:center;
}

#rizicyo .name{
	font-size:1.5em;
	text-align:center;
	font-weight:bolder;
}

#ask{
	width:198px;
	border:solid 1px #ccc;
	margin-bottom:15px;
}

#ask .address{
	padding:0px 15px 15px 15px;

}

#sub_right h3{
	font-size:1.2em;
	width:183px;
	border-bottom:2px solid #F39700;
	font-weight:bold;
	padding-top:9px;
	padding-left:15px;
}

#sub_right #sub_menu{
	border:1px solid #F39700;
	margin-bottom:15px;
}

#sub_right #sub_menu ul {
}

#sub_right #sub_menu li {
	list-style-type:none;
/*	width:198px;
	height:30px;
*/		width:198px;
	height:30px;
	list-style-type:none;
	border-bottom:#ccc dotted 1px;
	color:#666;
}

#sub_right #sub_menu li a {
	display:block;
	width:158px;
	height:21px;
	padding-left:40px;
	padding-top:9px;
	background-image:url(../img/allow_orange.png);
	background-position:20px 12px;
	background-repeat:no-repeat;
	color:#666;
	text-decoration:none;
}

#sub_right #sub_menu li a:link,
#sub_right #sub_menu li a:visited {
	text-decoration:none;
}



#sub_right #sub_menu li a:hover,
#sub_right #sub_menu li a:active {
	list-style-type:none;
	background-image:url(../img/allow_blue.png);
	background-position:20px 12px;
	background-repeat:no-repeat;
	color:#666;
}

#sub_right #banner{
	text-align:center;
}

#sub_right #banner img{
	margin-top:15px;
}