@charset "UTF-8";

/*========================================

	area.css
	Last Edit | 2010.02.24
	
========================================*/

@import "common.css";
@import "base.css";

/* ●トップページ -------------------- */
#flow-top-box {
	width: 580px;
	height: 290px;
	background: url(../flow/img/bg.gif) no-repeat top left;
	margin: 0 auto 20px auto;
	clear: both;
}

.flow-top-box-l {
	width: 220px;
	height: 220px;
	margin: 35px 0 0 35px;
	_margin: 35px 0 0 17px;
	float: left;
}

.flow-top-box-r {
	width: 220px;
	height: 220px;
	margin: 35px 35px 0 0;
	_margin: 35px 17px 0 0;
	float: right;
}


/* ●コーナー -------------------- */
/* sub-menu */
#flow-sub-menu {
	margin: 0 0 20px 0;
	clear: both;
}

#flow-sub-menu li {
	list-style: none;
	margin: 0;
	float: left;
}

/* マンションのご購入から始められる方 */

.h2_line {
	_width: 580px;
}

.section_line {
	_padding: 24px 0 24px 24px;
}

.section{
    width:185px;
	height: 348px;
	/*margin: 0 3px;*/
    float:left;
}

.section img {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.section h3{
	margin: 8px 10px 6px 10px;
	padding: 0 0 0 10px;
	font-size: 12px;
	font-weight: bold;
	background: url(../img_common/icon_h2.gif) 0px 6px no-repeat;
	border-bottom: #DDDDDD solid 1px;
	color: #000000;
}

.section p {
	margin: 0 10px;
	font-size: 12px;
	line-height: 1.4;
}


.sp01 {
	margin-right: 3px;
	_margin-right: 0;
}
.sp02 {
	margin-right: 3px;
	_margin-right: 1px;
	margin-left: 3px;
	_margin-left: 0px;
}
.sp03 {
	margin-left: 3px;
	_margin-left: 0;
}


.section-btn img {
	margin: 0px;
}

/*=====<スライド-ボタン*/

.flow-reason-btn {
	margin: 20px 0 0 0;
	padding: 0;
	text-align: center;
}

/* outmost wrapper element */
#scrollable {
    width:580px;
	margin: 0 auto;
	_margin: 0;
    padding:6px 0px;
	_padding:6px 6px 6px 0px;
    overflow:hidden;
	clear: both;
}

div.frame {
	margin: 0px auto;
	padding: 3px;
	border:1px solid #DDDDDD;
}

/* container for the scrollable items */
div.items {
	height: 348px;
	margin:0px auto;
	width:574px !important;
	background: url(../flow/img/bg_flow.gif) repeat-y;
}

/* single item */
div.items a {
    width:186px;
	height: 348px;
	margin: 0 3px;
    float:left;
}

div.items a:hover {
}

div.items a.active {
}


/* next / prev buttons */
a.prev, a.next {
	display:block;
	width:30px;
	height:30px;
	float:left;
	background-repeat:no-repeat;	
	margin:15px 0 0 0;
}

a.prev, a.next {
	background:url(http://www.flowplayer.org/img/playlist/arrow/left.png) no-repeat 0 0;
	display:block;
	width:18px;
	height:18px;
	float:left;	
	margin:22px 0 0 0;
	cursor:pointer;
}
a.next {
	background-image:url(http://www.flowplayer.org/img/playlist/arrow/right.png)		
}

a.prev:hover {
	background-position:0 -18px;		
}

a.next:hover {
	background-position:0 -18px;		
}

ul.tabs {
	width: 579px;
	height: 148px;
	margin: 0 0 15px 1px;
	clear: both;
	cursor:pointer;
}

ul.tabs li {
	list-style: none;
	margin: 0;
	padding: 0 1px 0 0;
	float: left;
	cursor:pointer;
}

ul.tabs li btn_r {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	cursor:pointer;
}
