/*******************************************
/* File name	index.css
/* Copyright	earvin-s
/* Code author	K.Yoshimura
/* History		2009/03/26	create
*******************************************/

/*******************************************
■contents
*******************************************/
#all center #content {
	width: 900px;
	overflow: hidden;
	padding-bottom: 40px;
}
#all center #content .main {
	overflow: hidden;
	padding-top: 13px;
}
#all center #content .main .pic {
	float: left;
	width: 580px;
}
#all center #content .main .inf {
	float: right;
	width: 310px;
	text-align: left;
}
#all center #content .main .inf h2 {
	margin-bottom: 5px;
}
#all center #content .copy {
	text-align: left;
	clear: both;
	padding-bottom: 15px;
	overflow:hidden;
}
#all center #content .copy-l {
	padding-top: 5px;
	padding-left: 5px;
	line-height: 1.6;
	width:550px;
	float:left;
}
#all center #content .copy-r {
	padding-top: 30px;
	padding-left: 50px;
	line-height: 1.6;
	width:295px;
	float:left;
}





#all center #content .navi {
	width: 900px;
	padding-bottom: 40px;
}
#all center #content .navi ul li {
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
}

#all center #content .navi ul li a {
	display: block;
	height: 105px;
	text-indent: -9999px;
}
/* navi off */
#all center #content .navi ul li a#fst {
	background: url(../img/nv_idx_fst_off.jpg) no-repeat;
	width: 297px;
}

#all center #content .navi ul li a#cus {
	background: url(../img/nv_idx_cus_off.jpg) no-repeat;
	width: 303px;
}

#all center #content .navi ul li a#blg {
	background: url(../img/nv_idx_blg_off.jpg) no-repeat;
	width: 300px;
}

#all center #content .navi ul li a#bri {
	background: url(../img/nv_idx_bri_off.jpg) no-repeat;
	width: 300px;
}

#all center #content .navi ul li a#req {
	background: url(../img/nv_idx_req_off.jpg) no-repeat;
	width: 300px;
}
#all center #content .navi ul li a#pht {
	background: url(../img/nv_idx_pht_off.jpg) no-repeat;
	width: 300px;
}
#all center #content .navi ul li a#bribnr {
	background: url(../img/nv_com_scd_bri_off.jpg) no-repeat;
	height: 70px;
	margin-top: 10px;
}
#all center #content .navi ul li a#bribnr:hover {
	background: url(../img/nv_com_scd_bri_on.jpg) no-repeat;
	height: 70px;
}


/* navi on */
#all center #content .navi ul li a#fst:hover {
	background: url(../img/nv_idx_fst_on.jpg) no-repeat;
	width: 297px;
}
#all center #content .navi ul li a#cus:hover {
	background: url(../img/nv_idx_cus_on.jpg) no-repeat;
	width: 303px;
}
#all center #content .navi ul li a#blg:hover {
	background: url(../img/nv_idx_blg_on.jpg) no-repeat;
	width: 300px;
}
#all center #content .navi ul li a#bri:hover {
	background: url(../img/nv_idx_bri_on.jpg) no-repeat;
	width: 300px;
}
#all center #content .navi ul li a#req:hover {
	background: url(../img/nv_idx_req_on.jpg) no-repeat;
	width: 300px;
}
#all center #content .navi ul li a#pht:hover {
	background: url(../img/nv_idx_pht_on.jpg) no-repeat;
	width: 300px;
}
.bn {
	padding-top:10px;
	}

