@charset "utf-8";
/* CSS Document */


/* =====================================================================
	greeting
===================================================================== */
.kaishuBox{
	float:left;
	width:370px;
}
.entry .kaishuBox h4{
	margin-bottom:10px;
	background:url(img/h4_bg370.gif) no-repeat 0 0;
}
.kaishuBtn{
	float:right;
	width:200px;
	padding-top:15px;
	padding-right:30px;
}


/*
	dlKaishu
------------------------------------------------------------------- */
.dlKaishu{
	width:600px;
	margin:0 auto 2em;
}
.dlKaishu dl{
	margin:0 0 15px;
	border-left:5px solid #6255A1;
	border-bottom:1px solid #6255A1;
}
	.dlKaishu dt {
		float: left;
		width:6.5em;
		padding: 6px 0 5px 0;
		text-indent:10px;
		font-size:108%;
		font-weight:bold;
		line-height: 1.3;
	}
	.dlKaishu dd {
		padding: 6px 5px 5px 6.5em;
		color:#6255A1;
		font-size:108%;
		font-weight:bold;
		line-height: 1.3;
		background:url(img/line.gif) repeat-x top;
	}
	.dd_green { color: #360;}
	.dd_blue { color:#369;}
	.dd_red { color: #ED3F3A;}
	

/*
	step
------------------------------------------------------------------- */
#step{
	width:600px;
	margin:0 auto 15px;
}
.step1{
	position:relative;
	width:600px;
	height:40px;
	background:url(img/step1.gif) no-repeat 0 0;
}
#step .stepTxt{
	margin:0;
	padding:0;
	line-height:40px;
	text-indent:-9999px;
}
#step .stepBtn{
	position:absolute;
	top:7px;
	right:10px;
}
.step2{
	width:600px;
	height:150px;
	background:url(img/step2.gif) no-repeat 0 0;
}
.step3{
	width:600px;
}
.step3 ul{
	overflow: hidden;
	width:630px;
	margin-right:-30px;
}
.step3 ul li{
	float:left;
	display:inline;
	margin-right:25px;
	_zoom:1;
}

