@charset "UTF-8";
/*page*/
#process {
	margin-bottom: 10px;
	width: 760px;
	display: block;
}

#page table.step {
	width: 760px;
	clear: both;
	border: 5px solid #426658;
}

#page table.step tr:hover {
	background: url(none);
	background-color: transparent;
}

#page table.step th {
	text-align: center;
	width: 100px;
}

#page table.step th#step1 {
	background: #C7D2CD url(img/stepbg1.gif) no-repeat center center;
	text-indent: -10000px;
	overflow: hidden;
}

#page table.step th#step2 {
	background: #C7D2CD url(img/stepbg2.gif) no-repeat center center;
	text-indent: -10000px;
	overflow: hidden;
}

#page table.step th#step3 {
	background: #C7D2CD url(img/stepbg3.gif) no-repeat center center;
	text-indent: -10000px;
	overflow: hidden;
}

#page table.step th#step4 {
	background: #C7D2CD url(img/stepbg4.gif) no-repeat center center;
	text-indent: -10000px;
	overflow: hidden;
}

#page table.step td {
	width: 640px;
}

#page table.step td p.cap {
	padding-top: 10px;
	padding-left: 10px;
	line-height: 1.5em;
	float: left;
	display: block;
	width: 195px;
	padding-bottom: 10px;
	padding-right: 5px;
	text-align: justify;
}

#page table.step td p.cap2 {
	padding-top: 10px;
	padding-left: 10px;
	line-height: 1.5em;
	float: left;
	display: block;
	width: 410px;
	padding-bottom: 10px;
	padding-right: 10px;
}

#page table.step td ul.photo {
	padding-top: 10px;
	float: left;
	display: block;
	width: 210px;
	list-style-type: none;
}

#page table.step td ul.photo li {
	font-weight: bold;
	color: #CC6600;
}

#page table.step td ul.photo li img {
	padding-top: 5px;
	float: left;
	display: block;
	list-style-type: none;
	padding-bottom: 10px;
}

#page table.step table.point {
	margin-bottom: 10px;
	float: left;
	border-top: 0 none;
	padding-left: 10px;
}

#page table.step table.point th {
	width: 210px;
	font-size: 0.9em;
	border-bottom: 0 none;
	background: transparent;
}

#page table.step table.point td {
	width: 200px;
	font-size: 0.9em;
	border-bottom: 0 none;
	vertical-align: top;
	padding-top: 10px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: justify;
}




/*column*/
#column {
	width: 760px;
	background: url(img/col-bg.gif) repeat-y center;
}

#column-top {
	width: 760px;
	background: url(img/col-top.gif) no-repeat center top;
	padding-bottom: 20px;
	padding-top: 20px;
}

#column-btm {
	width: 760px;
	background: url(img/col-btm.gif) no-repeat center bottom;
	padding-bottom: 20px;
}

#column ul {
	list-style-type: none;
	display: block;
	clear: both;
	height: 420px;
}

#column ul li#col1 {
	list-style-type: none;
	width: 265px;
	float: left;
	padding-left: 20px;
}

#column ul li#col1 dl dt {
	padding-bottom: 10px;
}

#column ul li#col2 {
	list-style-type: none;
	width: 428px;
	float: left;
	padding-left: 20px;
}

#column ul li#col2 dl dt {
	padding-bottom: 10px;
}

