@charset "shift_jis";

/* Home
---------------------------------------------------------------------*/
#header {
	height: 85px;
}

#Home #biz {
	background: url(../../images/top_biz_bg.jpg) repeat-x 0 0;
	height: 135px;
	width:100%;
	_margin-bottom:5px;
}
#Home #biz .title {
	margin: 5px 0 8px 0;
}
#Home #biz .image {
	float: left;
	width: 125px;
	height: 92px;
}

#Home #biz .description {
	float: left;
	color: #FFF;
	width: 120px;
	letter-spacing:0.005em;
	padding: 0px 0 0 0;
	line-height:1.1em;
}

/*Fire Fox css　ハック*/
html>/**/body .description{
	float: left;
	color: #FFF;
	width: 120px;
	letter-spacing:0.005em;
	padding: 15px 0 0 0;
	font-size:86%;
}
/*Fire Fox css　ハック*/




#Home #biz .boxLeft {
	float: left;
	width: 263px;
	height: 155px;
	background: url(../../images/top_biz_line.gif) no-repeat 257px 0;
}




#Home #biz .boxLeft .title {
	margin: 5px 0 8px 3px;
}
#Home #biz .boxLeft .description {
	width: 120px;
}
#Home #biz .boxLeft .image {
	width: 128px;
	text-align: center;
}
#Home #biz .boxCenter {
	float: left;
	width: 263px;
	height: 155px;
	background: url(../../images/top_biz_line.gif) no-repeat 257px 0;
}

#Home #biz .boxRight {
	float: left;
	width: 254px;
  height: 155px;
	background: url(../../images/top_biz_03_bg.gif) no-repeat 100% 120px;
}

#Home #content {
	clear: both;
	padding: 10px 15px 20px 15px;
	min-height: 100px;
}

* html #Home #content {
	padding: 0 15px 20px 15px;
	height: 100px;
}


#Home #content #about {
	width: 506px;
	border-right: #CCC solid 1px;
	float: left;
}



#Home #content #about h2 {
	margin: 10px 0;
}

#Home #content #about p {
	width: 490px;
	font-size:85%;
}
#Home #content #news {
	width: 220px;
	float: right;

}

#Home #content #news h2 {
	margin: 10px 0;
}

#Home #content #news dt {
	font-size: 80%;
	color: #06C;
}
#Home #content #news dd {
	font-size: 80%;
	color: #666;
}
#Home #content #news .past {
	text-align: right;
	margin: 10px 0 0 0;
}
#Home #content #news .past a {
	padding: 0 0 0 10px;
	background: url(../images/icn_arrow.gif) no-repeat 0 50%;
}
