@charset "utf-8";

/* AREA */

#mainArea {
	width: 685px;
	text-align: left;
	padding-top: 20px;
	margin: 0 auto;
	line-height: 20px;
}

.headerArea {
	display: block;
	width: 655px;
	height: 31px;
	_width: 685px;
	_height: 39px;
	font-size: 18px;
	color: #333333;
	text-align: left;
	padding: 8px 10px 0 20px;
	background: url(/ec/common/img/bg-h2.gif) no-repeat 0 0;
	margin-bottom: 20px;
}

.sectionHead {
	margin-bottom: 30px;
}

.section {
	margin-bottom: 40px;
}
.section p,
.section a,
.section td,
.section span {
		font-size: 12px;
		line-height: 18px;
}

/* header */

/* ------ mainSection ------ */
#contents .mainSection {
	width:960px;
	margin:25px auto 0;
}
#contents .mainSection .mainvisual_guide {
	position:relative;
	z-index:500;
	width:1200px;
	height:259px;
	margin:0 -120px;
	overflow:hidden;
}
#contents .mainSection .mainvisual_guide #pagination_guide {
	position:absolute;
	top:113px;
	z-index:990;
	width:1200px;
}
#contents .mainSection .mainvisual_guide #pagination_guide li {
	position:absolute;
	z-index:999;
	width:40px;
	cursor:pointer;
}
#contents .mainSection .mainvisual_guide #pagination_guide li#mainPrev {
	left:0;
}
#contents .mainSection .mainvisual_guide #pagination_guide li#mainNext {
	right:0;
}
#contents .mainSection .mainvisual_guide #slide_guide {
	position:relative;
	left:0;
	top:0;
	z-index:980;
	height:259px;
}
#contents .mainSection .mainvisual_guide #slide_guide li{
	float:left;
}


#mainArea h3 {
	font-size:15px;
	line-height: 18px;
	color: #444444;
	padding-left: 17px;
	margin-bottom: 10px;
	background: url(/ec/common/img/bg-h3.gif) no-repeat 0 50%;
}

#mainArea h4 {
	font-size:13px;
	line-height: 18px;
	color: #444444;
	margin-bottom: 10px;
}

/* box */

.mB40 {
	margin-bottom: 40px;
}

.cap,
p.cap,
span.cap {
	font-size: 10px;
	line-height: 15px;
	color: #777777;
}

.cap.red {
	color: #ff0000;
}


.info {
	padding: 14px;
	border: 1px #d5d5d5 solid;
	font-size: 12px;
}

.info.bold {
	padding: 12px;
	border: 3px #d5d5d5 solid;
}
.info.red {
	color: #ff0000;
	border-color: #ff0000;
	margin-bottom: 18px;
}

.info.red strong {
	font-size: 14px;
	color: #ff0000;
}


.finish {
	padding: 14px;
	border: 1px #d5d5d5 solid;
	font-size: 14px;
	width: 675px;
	_width: 705px;
	margin-left: auto;
	margin-right: auto;
	background: #fff2f2;
	color: #ff0000;
	border-color: #ff0000;
	margin-bottom: 20px;
	font-weight: bold;
}



.box {
	background: #d5d5d5;
	font-size: 12px;
}
.box.dot {
	background: url(/ec/common/img/bg-table-dot.gif) repeat 0 0;
	border: 1px #d5d5d5 solid;
}

.box th {
	padding: 9px 14px;
	font-weight: bold;
	width: 15%;
	background-color: #f8f8f8;
	color: #666666;
}
.box td {
	padding: 9px 14px;
	background-color: #ffffff;
	color: #000000;
}
.box .first th {
	width: auto;
	padding: 6px 14px;
	background-color: #e9e9e9;
}

.box.dot th {
	padding: 10px 15px;
	background: #f8f8f8 url(/ec/common/img/bg-table-dot.gif) no-repeat 100% 0;
}
.box.dot td {
	padding: 10px 15px;
	background: #ffffff url(/ec/common/img/bg-table-dot.gif) no-repeat 0 0;
}
.box.dot .first th {
	background: #e9e9e9 url(/ec/common/img/bg-table-dot.gif) no-repeat 0 100%;
}

.box td.borderArea {
	padding: 0;
}
.box td.borderArea td {
	font-size: 12px;
}
.box td.borderArea .border {
	background: url(/ec/common/img/bg-td-dot.gif) repeat-x 0 0;
}

.box.lightColor th {
	background-color: #f8f9fe;
}
.box.lightColor .first th {
	color: #0a358c;
	background-color: #e0e5f6;
}
.box.darkColor th {
	background-color: #f5f9ff;
}
.box.darkColor .first th {
	color: #ffffff;
	background-color: #02369f;
}


/* .memberTmp */
.memberTmp .headerArea {
	background-image: url(/ec/common/img/bg-h2_orange.gif);
}
#mainArea.memberTmp h3 {
	background-image: url(/ec/common/img/bg-h3_orange.gif);
}
.memberTmp .listAnchers a {
	background-image: url(/ec/common/img/bg-ancher_orange.gif);
}
.memberTmp .box th {
	background-color: #fffdf9;
}
.memberTmp .box .first th {
	background-color: #fef4e1;
}
.memberTmp .box.lightColor th {
	background-color: #f8f9fe;
}
.memberTmp .box.lightColor .first th {
	color: #df4b00;
	background-color: #ffba8c;
}
.memberTmp .box.darkColor th {
	background-color: #f5f9ff;
}
.memberTmp .box.darkColor .first th {
	color: #ffffff;
	background-color: #df4b00;
}
.memberTmp .box.dot .first th {
	background-color: #fef4e1;
}

/* businessTmp */
.businessTmp .headerArea {
	color: #ffffff;
	background-image: url(/ec/common/img/bg-h2_blue.gif);
}
#mainArea.businessTmp h3 {
	background-image: url(/ec/common/img/bg-h3_blue.gif);
}
.businessTmp .listAnchers a {
	background-image: url(/ec/common/img/bg-ancher_blue.gif);
}
.businessTmp .box th {
	background-color: #f8fafe;
}
.businessTmp .box .first th {
	background-color: #e9f2fd;
}
.businessTmp .box.lightColor th {
	background-color: #f8f9fe;
}
.businessTmp .box.lightColor .first th {
	color: #0a358c;
	background-color: #e0e5f6;
}
.businessTmp .box.darkColor th {
	background-color: #f5f9ff;
}
.businessTmp .box.darkColor .first th {
	color: #ffffff;
	background-color: #02369f;
}

/* ancher */
.listAnchers li {
	margin-left: 5px;
	padding-left: 10px;
	line-height: 18px;
	background: url(/ec/common/img/bg-la-li.gif) no-repeat 0 50%;
}
.listAnchers li.first {
	margin-left: 0;
	padding-left: 0;
	background: none;
}
.listAnchers li a {
	padding-left: 15px;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	background: url(/ec/common/img/bg-la-bottom.gif) no-repeat 0 50%;
}
.listAnchers li a:hover {
	color: #3057bc;
}
.listAnchers li span {
	padding-left: 15px;
	font-size: 12px;
	line-height: 18px;
	color: #999999;
	background: url(/ec/common/img/bg-la-bottom_off.gif) no-repeat 0 50%;
}

.memberTmp .listAnchers li a {
	background: url(/ec/common/img/bg-la-bottom_orange.gif) no-repeat 0 50%;
}
.memberTmp .listAnchers li a:hover {
	color: #ff7506;
}
.businessTmp .listAnchers li a {
	background: url(/ec/common/img/bg-la-bottom_blue.gif) no-repeat 0 50%;
}
.businessTmp .listAnchers li a:hover {
	color: #4a75c0;
}

.listAnchers.listUp li a,
.listAnchers li.listUp a {
	background: url(/ec/common/img/bg-la-top.gif) no-repeat 0 50%;
}
.listAnchers.listUp li span,
.listAnchers li.listUp span {
	background: url(/ec/common/img/bg-la-top_off.gif) no-repeat 0 50%;
}