@charset "utf-8";

.pageTitle_contract {
	clear: both;
	float: left;
	padding: 6px 0 0 10px;
	width: 700px;
	height: 20px;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #000000;
	background: url("/contract/img/title_bg.gif") no-repeat;
	overflow: hidden;
}
/* for IE6 */
*html .pageTitle_contract {
	height: 26px;
}


/* categoryBox----------------------------------------------------- */
#categoryBox {
	float: left;
	padding: 10px 0 10px 10px;
	width: 688px;
	background: url("/img/top_bg.gif") left bottom repeat-x;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}
/* for IE6 */
*html #categoryBox {
	width: 698px;
}

#categoryBox a {
	float: left;
	padding-left: 10px !important;
	margin: 3px 0;
	width: 162px;
	background: url("/img/arrow1.gif") 0 0.4em no-repeat;
	text-decoration: none;
	font-size: 1.2em;
	color: #000000;
	overflow: hidden;
}
/* for IE6 */
*html #categoryBox a {
	width: 170px;
}

#categoryBox a:hover {
	background: url("/img/arrow1o.gif") 0 0.4em no-repeat;
	text-decoration: underline;
	color: #333333;
}

#topCopy {
	float: left;
	margin-top: 6px;
	margin-bottom: 10px;
	width: 688px;
}


/* indexTitle----------------------------------------------------- */
.indexTitle {
	float: left;
	margin-top: 30px;
	width: 700px;
	height:26px;
}

.indexTitle ul {
	list-style-type: none;
}

.indexTitle li {
	float: left;
	display: inline;
}


/* contract----------------------------------------------------- */
.download {
	float: left;
	margin: 10px 0;
	width: 700px;
}

.download ul {
	list-style-type: none;
}

.download li {
	float: left;
	display: inline;
}

.download1Txt {
	float: left;
	margin-top: 7px;
	width: 400px;
	font-size: 1.1em;
	color: #333333;
	overflow: hidden;
}

.download2Txt {
	float: left;
	margin-top: 7px;
	width: 550px;
	font-size: 1.1em;
	color: #333333;
	overflow: hidden;
}

.downloadBtn {
	float: right;
	margin-top: 5px;
	margin-left: 10px;
	width: 140px;
}

.step {
	float: left;
	margin-top: 10px;
	width: 700px;
}

.step ul {
	list-style-type: none;
}

.step li {
	float: left;
	display: inline;
}

.stepTitle {
	float: left;
	width: 140px;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #660000;
	overflow: hidden;
}

.stepLine {
	float: left;
	margin-top: 6px;
	width: 560px;
	border-bottom: dotted 1px #cccccc;
}
/* for IE7 */
*+html .stepLine {
	margin-top: -10px !important;
}
/* for IE6 */
*html .stepLine {
	margin-top: -10px !important;
}

.stepNote {
	float: left;
	margin-left: 160px;
	width: 540px;
}
/* for IE6 */
*html .stepNote {
	margin-left: 80px !important;
}

.stepBox {
	float: left;
	padding: 5px 10px;
	margin: 5px 0;
	width: 518px;
	border: solid 1px #660000;
}
/* for IE6 */
*html .stepBox {
	width: 538px;
}

.w_br {
	margin-top: 10px;
}

.w10r {
	color: #660000;
}
