@charset "UTF-8";

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


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

area-main

content

clear

bd_support_common
-----------
stage
h2
list
btn-ul
p

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

/*----------------------------------*/
/* area-main */
#area-main-index {
	background: url(/support/resources/images/bg_area-main-index01.jpg) no-repeat;
}

/* content */
#content {
	margin-top: 15px;
}


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

/* bd_support_common */
/*----------------------------------*/
/* stage */
.bd_stage04{
	margin: 10px;
	padding: 10px;
	background-color: #e6f1f2;
}
	.bd_stage04 img	{
		margin: 10px;
	}

.bd_stage05{
	padding: 0 0 10px 0;
	background-color: #e6f1f2;
}

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

/* list */
ul.bd_listhead-arrow4	{
	margin: 10px 10px 0 10px;
}

	ul.bd_listhead-arrow4 li	{
		padding: 0 0 0 12px;
		background: url(/resources_shared/images/blt_arrow04.gif) 0 6px no-repeat;
		zoom:1;
	}


/* btn-ul */
ul.bd_btn-box03	{ 
	margin: 25px 0 0 0;
	padding: 8px 0 5px 10px;
	background: url(/support/after/resources/images/bg_link.gif) repeat-x;
	text-align: center;
}

	ul.bd_btn-box03 li	{
		float: left;
		display: inline;
		margin: 0 10px;
		padding: 0 0 0 18px;
		background: url(/support/after/resources/images/blt_arrow01.gif) 0 4px no-repeat;
		text-align: left;
		white-space: nowrap;
		zoom:1;
	}

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