@charset "UTF-8";

/* -----------------------------------------------
FileName: index.css
----------------------------------------------- */


/*index
***************************

clear

bd_support_after
-----------
box
table
color

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

/*----------------------------------*/
/* clear */
#area-main-index:after {
	display:block; 
	visibility:hidden;
	clear:both; 
	height:0; 
	content:" ";
	font-size:0;
	line-height:0;
}
#area-main-index {
	zoom:1;
}

/* bd_support_after */
/*----------------------------------*/
/* h3 */
h3 {
	margin-top: 20px;
}

p.bd_lead-box {	
	background: url(/support/resources/images/line_dot.gif) bottom left repeat-x;
	padding: 10px 10px 15px;
}

p.attn {
	margin-top: 9px;
}

/* box */
.bd_white-box01	{ 
	width: 220px;
	float: left;
	display: inline;
	margin-left: 10px;
	padding-bottom:10px;
	background-color: #ffffff;
}
	.bd_white-box01 h4	{
		padding: 10px 10px 0 10px;
		color: #6195a9;
		font-weight: bold !important;
	}
	.bd_white-box01 h4	a {
		padding-left: 14px;
		display: block;
		bckground: url(/resources_shared/images/blt_arrow01.gif) no-repeat;
	}
	.bd_white-box01 h4	a:hover {
		bckground: url(/resources_shared/images/blt_arrow01-ovr.gif) no-repeat;
	}
		.bd_white-box01 p.bd_h4-lead	{
			margin: 0 10px 5px 10px ;
			padding: 0 0 6px 0;
		}
	.bd_white-box01 h5	{
		margin: 15px 10px 0 10px ;
		padding: 3px 10px;
		background-color: #f0f0f0;
	}

/* table */
table.bd_after-table01	{
	margin: 10px 0 0 0;
}
	table.bd_after-table01 th	{
		vertical-align: top;
	}

	table.bd_after-table01 td	{
		padding: 0 10px 10px 10px;
		background: url(/support/resources/images/line_dot.gif) bottom left repeat-x;
		vertical-align: top;
	}

#content div.bd_stage04 {
	margin-bottom: 40px;
}

#content div.disposal-attn {
	margin: 20px 0;
}

#content div.e-system-img {
	margin-bottom: 0;
}

/* color */
.bd_caution-red	{
	color: #c64661;
}

