
/******************************************************************

	firstreform
	ファーストリフォームページ用スタイルシート
	ver1 06/02/13

*****************************************************************/

	


/*	センターイメージ
**********************************/

#mainimage {
	display:block;
	background: url(images/mainimage.jpg) no-repeat;
	
	width: 488px;
	height: 125px;
	
	margin: 0 0 20px 0;
	}


#mainimage span {
	display:none;
	}



/*	センターコピー
**********************************/

#contents h3 {
	display: block;
	background: url(images/maincopy.gif) no-repeat;
	
	width: 395px;
	height: 48px;
	
	margin-bottom: 5px;
	}

#contents h3 span {
	display:none;
	}



/*	文章部分以下
**********************************/

#contents div {
	font-size: small;
	line-height: 1.4em;
	}

#contents div p{
	margin-bottom: 10px;
	}


#iken {
	background-color:#E5EFF1;
	
	color: #09419E;
	font-size: small;
	font-weight: bold;
	
	margin: 8px 0;
	padding: 5px 0;
	}

#iken li {
	margin: 5px 40px;
	}

#contents div .check {

	width: 450px;
	font-size: x-small;
	
	color:#666666;
	
	_margin-left: 40px;
	}


/*	中心画像リスト
**********************************/

.floattext {
	width: 269px;
	
	margin-right: 23px;
	margin-bottom: 5px;

	float: left;
	}

#hidelist {
	display: block;
	background: url(images/tokucyou.gif) no-repeat;
	background-color: #FFFFFF;
	
	width: 269px;
	height: 188px;
	
	margin-top: 5px;
	}

#hidelist li{
	display:none;
	}


/*	カタログ画像
**********************************/

#catalogimage {
	float: left;
	
	display: block;
	background: url(images/firstcatalog.jpg) no-repeat;
	
	width: 196px;
	height: 277px;
	margin-top: 2px;
	margin-bottom: 5px;
	}


/*	ファーストリフォームリンクボタン
**********************************/
#btnfirst {
	text-align: center;
	
	margin-bottom: 10px;
	}

#btnfirst a {
	display: block;
	width: 305px;
	height: 60px;

	background: url(images/link_first.gif) no-repeat;
	
	margin: 5px 0 0 92px;
	_margin: 5px 0 0 0px;
	}

#btnfirst .btntext {
	font-size: x-small;
	color:#999999;
	
	line-height: 1.1em;
	}