@charset "utf-8";

#corporate .categoryName {
	background-image:url(../images/bg_cat_corporate.jpg);
}

a.link {
	color:#c72e00;
}

.section {
	width:545px;
	margin:0 auto;
	padding:0 0 30px;
}

.section.btm {
	margin-bottom:20px;
	background:url(../../common/images/dotline_x.png) left bottom repeat-x;
}

.section h3 {
	margin:0 0 23px;
	padding:0 0 5px;
	background:url(../../common/images/dotline_x.png) left bottom repeat-x;
}

.section table {
	width:485px;
	margin:0 auto;
	background:url(../../common/images/dotline_x.png) left top repeat-x;
}

.section th,
.section td {
	padding:8px 0;
	vertical-align:top;
}

.section th {
	width:75px;
	background:url(../../common/images/dotline_xy.gif) right bottom no-repeat;
}

.section td {
	padding-left:9px;
	background:url(../../common/images/dotline_x.png) left bottom repeat-x;
	font-weight:bold;
}



/* @group clearfix ----------------------------------------- */

.pSect:after,
.pBlock:after,
.bpInner:after {
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	content:".";
}

.pSect,
.pBlock,
.bpInner {
	display:inline-block;
}

/* Hides from IE-mac \*/
* html .pSect,
* html .pBlock,
* html .bpInner {
	height:1%;
}

.pSect,
.pBlock,
.bpInner {
	display:block;
}
/* End hide from IE-mac */

/* @end */

