@charset "utf-8";

@import url("common.css");

#indexMain {
	width: 698px;
	border:1px solid #E7E7E7;
	padding: 20px;
	background: url(../../guide/images/index_main.jpg) right no-repeat #FFFFFF;
}

#guideBox p {
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1em;
	background-color: #006699;
}

.stepBox {
	width: 740px;
	background: url(../../guide/images/step_back1.gif);
}

.stepBox1 {
	float: right;
	width: 660px;
}

.stepBoxBottom {
	width: 740px;
	height: 25px;
	background: url(../../guide/images/step_back2.gif) no-repeat;
}

.h4TitleStep h4{
	color: #006699;
	font-weight: bold;
	font-size: 130%;
	line-height: 1em;
	padding: 3px 0 3px 3px;
	margin-bottom: 20px;
	border-bottom: 1px #A6A6A6 dashed;
}


table.step03 {
	width: 550px;
	border: solid 1px #e7e7e7;
	border-collapse: collapse;
	margin-bottom: 20px;
}

table.step03 th,
table.step03 td {
	border-bottom: solid 1px #e7e7e7;
	border-right: solid 1px #e7e7e7;
	padding: 5px;
}

table.step03 th {
	background-color: #e7e7e7;
	color: #006699;
	font-weight: bold;
}


#guidebox p {
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1em;
	background-color: #006699;
}

