@charset "utf-8";

/*
index.html
*/

@import url(../common.css);

/**/

#MainContainer #ctsSet p.lead01 {
	line-height: 150%;
	width:330px;
}

#MainContainer #ctsSet #form {
	margin-top:-1.5em;
	text-align:right;
}

#MainContainer #ctsSet dl.profile {
	margin-top:15px;
	padding-bottom:25px;
}
#MainContainer #ctsSet dl.profile dt {
	float:left;
	width:140px;
}
#MainContainer #ctsSet dl.profile dd {
	float:right;
	width:390px;
	padding-top:10px;
}
#MainContainer #ctsSet dl.profile dd .arrow {
	margin-bottom:5px;
}
#MainContainer #ctsSet dl.profile dd .arrow a {
	background:transparent url(/business/img/portfolio_arrow.gif) no-repeat scroll left center;
	padding:0px 0px 0px 13px;
	font-weight:bold;
}

#MainContainer #ctsSet dl.article {
	margin-top:15px;
}

#MainContainer #ctsSet dl.article dt {
	background:transparent url(/news/event/img/event_arrow.gif) no-repeat scroll right top;
	float:left;
	line-height:150%;
	width:114px;
}

#MainContainer #ctsSet dl.article dd {
	float:left;
	line-height:140%;
	padding:0pt 0pt 10px 10px;
	width:400px;
}




/* clearfix set */
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
	
.clearfix{
	display:inline-table;
	min-height:1%;
	}
	
/* hides from IE-mac \*/
* html .clearfix{height:1%;}
.clearfix{display:block;}
/* end of hides from IE-mac */
/* end of clearfix set */
