@charset "UTF-8";

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


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

area-main

bd_service_member
----------
index-item
h3
h4
stage-text
btn-ul
img

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

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


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


/* bd_service_member */
/*----------------------------------*/
/* index-item */
ul.index-item	{
	margin-top: -20px !important;
}

	ul.index-item p	{
		margin: 7px 10px 0 6px !important;
	}

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

/* h4 */
h4	{ 
	margin: 0 10px 0 6px;
	padding: 10px 0 3px 3px;
	background: url(/service/resources/images/line_content_h4.gif) bottom left repeat-x;
	font-weight: bold !important;
}
h4 strong {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}
* html h4 strong {
	text-indent: -0.8em;
}
*:first-child + html h4 strong {
	text-indent: -0.8em;
}

/* stage-text */
	.bd_stage01 p.bd_txt {
		padding: 10px;
	}

	.bd_stage01 p.bd_caution-txt01 {
		margin: 10px;
	}

/* btn-ul */
ul.bd_btn-box01	{
	margin: 0 7px;
}

	ul.bd_btn-box01 li	{
		float: left;
		margin: 0 18px 0 0;
	}

ul.bd_btn-box02	{
	width: 716px;
	margin-left: -10px;
}

* html ul.bd_btn-box02 {
	margin-left: -30px;
	width: 730px;
}

	ul.bd_btn-box02 li	{
		float: left;
		margin: 0 0 0 20px;
	}

		ul.bd_btn-box02 li dt	{ 
			width:330px;
			padding: 10px 0 7px 0;
			background: url(/service/resources/images/bg_various01.gif) repeat;
			text-align: center;
		}

			ul.bd_btn-box02 li dd	{ 
				width:342px;
				margin: 0 0 0 -8px;
				padding: 0;
			}

/* img */
img.bd_regfree02	{
	position: relative;
	top: -50px;
	right: 0;
	float: right;
	margin: 0 10px 0 0;
	z-index: 2;
}

