@charset "utf-8";
/* ****************************************************
   2008-12-01
**************************************************** */

/* Index [ guide.css ]
=================================
1: heading
2: section
3: text
4: column
99: clearFix
=================================*/


/* 1: heading
=================================*/
.guideHeading {
	padding-bottom:8px;
	font-size: 105%;
	font-weight: bold;
	background: url(/common/images/com_bg023.gif) repeat-x 0 100%;
}
.guideHeading span {
	display: block;
	padding: 0 0 0 22px;
	background: url(/guide/images/index_ic001.gif) no-repeat 0 0.3em;
}
.navTitle {
	width:210px;
	height:44px;
	line-height:0;
	font-size:0;
}

/* 2: section
=================================*/
.guideSection {
	line-height:1.4;
}

.wrapSection01 {
	clear: both;
	overflow:hidden;
	width:692px;
	margin:12px -12px 0 0;
	background:url(/guide/images/index_bg002.gif) no-repeat 0 100%;
}

/* 3: text
=================================*/
.leadTxt {
	margin-top:5px;
	padding:0 10px;
}

.titleBottomTxt {
	margin-top:10px;
	padding:0 5px;
}

/* 4: column
=================================*/
.guideColumn {
	float:left;
	width:312px;
	margin-right:12px;
	padding:8px 11px 15px;
	background:url(/guide/images/index_bg001.gif) no-repeat 0 0;
}

/* 99: clearFix
=================================*/
 {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
 {
	display:inline-table;
	min-height:1%;  /* for IE 7*/
}
/* Hides from IE-mac \*/
 {
	height:1px;
}
 {
	display:block;
}
/* End hide from IE-mac */

