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

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


/*ご利用の流れ部分*/
/*ページタイトル枠*/
.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;
}
/*--------------------右カラムの問い合わせバナーのマウスオーバー関連--------------------*/
#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;
}

