@charset "UTF-8";

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


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

area-main

bd_inquiry_common
-----------
stage
h2
h3
p

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

/*----------------------------------*/
/* area-main */
/* side-bar */
#side-bar {
	background-color: #fff;
}


/*----------------------------------*/
/* 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_inquiry_common */
/*----------------------------------*/
/* stage */
.bd_stage01{
	background-color: #e6f1f2;
	padding:  0 0 20px 0;
}

/* h2 */
h2 { 
	padding-top: 25px;
}

/* h3 */
h3	{ 
	margin: 0 0 -3px 10px;
	padding: 10px 0 3px 3px;
	background: url(/service/resources//images/line_content_h4.gif) bottom left repeat-x;
	font-weight: bold !important;
}

/* p */
p.bd_txt-lead-blueback01 {
	padding: 10px 10px 0 10px;
}
