@charset "UTF-8";
/**/
#contents p {
	margin-left: 40px;
	width: 680px;
}
#contents p.note {
	font-size: 63%;
	text-align: justify;
}
.note {
	padding-left: 1em;
	text-indent: -1em;
}
.note span {
	color: #993300;
}
.noteFlag {
	color: #993300;
	font-size: 65%;
	vertical-align: super;
}

h3 {
	margin-left: 40px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 10px;
	clear: both;
}

/*photo*/
#contents p.photo {
	float: left;
	margin-top: 10px;
	width: 300px;
	_width: 320px;
	padding: 10px 10px 15px;
	background-color: #ffffff;
	font-size: 63%;
	margin-bottom: 20px;
}
#contents p.singleTxt {
	float: left;
	margin-top: 10px;
	width: 320px;
}
#contents p.photo img {
	display: block;
	margin-bottom: 5px;
}

/*progress*/
#progress {
	margin-left: 40px;
	width: 680px;
}
#progress li {
	margin-bottom: 10px;
}
#progress dl {
	width: 680px;
	height: 100px;
}
#progress dt {
	padding-top: 15px;
	padding-left: 20px;
	vertical-align: middle;
	font-size: 88%;
	font-weight: bold;
	line-height: 30px;
}
#progress dt img {
	vertical-align: middle;
	margin-right: 10px;
}
#progress dd {
	padding-top: 5px;
	padding-left: 20px;
	width: 400px;
	font-size: 75%;
	line-height: 1.5em;
}
#progress #step1 {
	background: url(img/step1.jpg) no-repeat left top;
}
#progress #step2 {
	background: url(img/step2.jpg) no-repeat left top;
}
#progress #step3 {
	background: url(img/step3.jpg) no-repeat left top;
}
#progress #step4 {
	background: url(img/step4.jpg) no-repeat left top;
}
