@charset "utf-8";

/*==========================================================
	Date: 2008-1-17
	KURODA HOUSE GROUP All right reserved 
==========================================================*/

/*----------------------------------------------------------
index
----------------------------------------------------------*/
#leftcol {
	margin-top: 10px;
	}

.indexBox {
	position: relative;
	width: 654px;
	margin-bottom: 8px;
	padding-bottom: 1px;
	background: url(../../images/performance/index/perform_bottom.gif) no-repeat left bottom;
	z-index: 0;
	}

.indexSemiBox {
	padding-bottom: 17px;
	background: url(../../images/performance/index/perform_bg.gif) repeat-y left top;
	z-index: -1;
	}

/* 最後の段がひとつの場合 */
.indexBoxLast {
	position: relative;
	width: 654px;
	margin-bottom: 40px;
	padding-bottom: 1px;
	background: url(../../images/performance/index/perform_bottom_last.gif) no-repeat left bottom;
	z-index: 0;
	}

.indexSemiBoxLast {
	padding-bottom: 17px;
	background: url(../../images/performance/index/perform_bg_last.gif) repeat-y left top;
	z-index: -1;
	}

/* 項目
-----------------------------------------------------------*/
.performBox {
	width: 319px;
	font-size: 1.2em;
	}

.performBox  h4 {
	margin-bottom: 6px;
	}

.performBox p.photo {
	float: left;
	margin-left: 16px;
	/* IE6マージン値2倍回避 */
	display: inline;
	}

.performBox p.txt {
	width: 180px;
	margin-left: 130px;
	}

.performBox p.detail a {
	display: block;
	text-decoration:none;
	border:1px solid #EDDCCB;
	background:#F1E4D8 url(../../images/top/arrow_const.gif) no-repeat 3px 6px;
	padding:2px 0px 2px 12px;
	color:#666666;
	}
	
*+html body .performBox p.detail a{
	font-size:0.9em;
}

* html body .performBox p.detail a{
	font-size:0.9em;
}


.performBox p.detail a:hover {
	color:#F38B0C;
	text-decoration:underline;
	}

/* 左側 */
.indexSemiBox div.fl {
	float: left;
	}

.indexSemiBox div.fl p.detail {
	position: absolute;
	right: 350px;
	bottom: 16px;
	width: 91px;
	font-size: .8em;
	}

.indexSemiBoxLast div.fl {
	float: left;
	}

.indexSemiBoxLast div.fl p.detail {
	position: absolute;
	right: 350px;
	bottom: 16px;
	width: 91px;
	font-size: .8em;
	}

/* 右側 */
.indexSemiBox div.fr {
	float: right;
	}

.indexSemiBox div.fr p.detail {
	position: absolute;
	right: 16px;
	bottom: 16px;
	width: 91px;
	font-size: .8em;
	}

/* バナー
-----------------------------------------------------------*/
div.bnBox{
	clear:both;
	width:654px;
	}

p.bnleft{
	float:left;
	padding-bottom:20px;
	}

p.bnright{
	float:right;
	padding-bottom:20px;
	}