@charset "utf-8";

/* ===========================================
 * Basic
 * -------------------------------------------
 * 
=========================================== */


/* Over Write
=========================================== */

#wrapper {
	border-bottom: 1px solid #B3B3B3;
	background: url(../../basic/img/wp_bg_x.png) repeat-x;
}

#container {
	margin: 0;
	width: auto;
	border-top: 1px solid #ccc;
}


/* Content
=========================================== */

h1 {
	margin: 0 auto;
	width: 950px;
	height: 87px;
	background: url(../../basic/img/title_bg.jpg) no-repeat right top;
}
h1 img {
	margin-top: 30px;
}

#content {
	margin: 1px auto 0;
	padding-bottom: 20px;
	width: 950px;
	background: url(../../basic/img/cn_bg_y.png) repeat-y;
}


/* Main
=========================================== */

#main {
	float: right;
	width: 738px;
}

.sub {
	margin-bottom: 20px;
}

h2 {
	margin-bottom: 15px;
}

/* ---------------------------------------- */

.section {
	margin: 0 auto;
	width: 680px;
}

.section p {
	margin-bottom: 5px;
	line-height: 1.5;
}
.section p.mb {
	margin-bottom: 15px;
}
.section p.cap {
	font-weight: bold;
}
.section p.ex {
	margin-bottom: 20px;
	text-align: center;
}

.section .ptop {
	padding-top: 5px;
	text-align: right;
}
#anchor01 .section .ptop,
#anchor06 .section .ptop {
	margin-top: -10px;
	padding-top: 0;
}

/* ---------------------------------------- */

.section ul {
	margin: 0 0 0 -8px;
	width: 690px;
}
.section ul.pt {
	padding-top: 15px;
}
.section ul li {
	float: left;
	padding: 0 0 10px 8px;
	width: 164px;
}
.section ul li.double {
	width: 336px;
}

/* ---------------------------------------- */

.section dl {
	float: left;
	padding: 0 0 15px 20px;
	width: 330px;
}
.section dt {
	padding-bottom: 5px;
	background-repeat: no-repeat;
	background-position: left bottom;
	font-weight: bold;
}
.section dt img {
	margin-right: 5px;
	vertical-align: middle;
}
.section dd {
	padding-top: 5px;
	line-height: 1.5;
}

.section .number {
	margin: 0 0 0 -20px;
	width: 701px;
}
.section .number dt {
	background-image: url(../../basic/img/line1.gif);
}
.section .number dd {
	padding-left: 20px;
}

.section .icon {
	margin: 0 0 0 -20px;
	width: 701px;
}
.section .icon dt {
	background-image: url(../../basic/img/line6.gif);
}
.section .icon dd {
	padding-left: 38px;
}


/* Side
=========================================== */

#side {
	float: left;
	width: 183px;
}

#side ul {
	font-size: 0;
	line-height: 0;
}


