/*このサブサイト専用のローカル・スタイルシート*/



/*カテゴリページ・詳細ページのタイトル背景画像 */
.page_title {
	background:#FFFFFF url(http://www.at-monthly.com/area/hamamatsu_cho/images/page_title_back.jpg) no-repeat left top;	
	height: 145px;　/*　←ページタイトルの高さを調整する場合は、このピクセル値で設定してください*/
}
div.logo{
	width: 294px;
}
div.logo2{
	width: 640px;
}

.flow_index {
	line-height:1em;
}
.flow_index_step,
.flow_index_step2 {
	margin-left:5px;
	margin-bottom:20px;
}
.flow_index_step a {
	display:block;
	float:left;
	width:54px;
	height:286px;
}
.flow_index_step a:link,
.flow_index_step a:visited,
.flow_index_step a:active,
.flow_index_step2 a:link,
.flow_index_step2 a:visited,
.flow_index_step2 a:active {
	text-decoration:none;
	background-color: #F0EEE8;
	border-bottom:none;
}
.flow_index_step a:hover,
.flow_index_step2 a:hover {
	text-decoration:none;
	background-color: #CEC8B5;
	border-bottom:none;
}
.flow_step_mark,
.flow_step_mark2 {
	float:left;
}
.flow_index_step2 a {
	display:block;
	float:left;
	width:52px;
	height:137px;
}
.flow_step_now:link,
.flow_step_now:visited,
.flow_step_now:active {
	background-color: #CEC8B5!important;
	text-decoration:none;
	border-bottom:none;
}
.flow_step_now:hover {
	text-decoration:none;
	border-bottom:none;
}

.top_waku_r h3 {
	float:left;
	margin-right:7px;
}
.rss_icon {
	line-height:1em;
	float:right;
	font-size:12px;
	padding:0px 6px 0px 0px;
}
.title_right_link {
	padding:0px;
	line-height:1em;
	text-align:right;
}

/*--------------------右カラムの問い合わせバナーのマウスオーバー関連--------------------*/
#bnr1-btn {
	display: block;
	height: 116px;
	width: 200px;
	text-indent: -9999px;
}
#bnr1-btn a{
	background-image:url(http://www.at-monthly.com/img/banner5-5.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	display: block;
	height: 116px;
	width: 200px;
}
#bnr1-btn a:hover{	
	background-image:url(http://www.at-monthly.com/img/banner5-5.gif);
	background-repeat:no-repeat;
	background-position:0 -116px;
}

