@charset "utf-8";
/* CSS Document */

#contents{
	text-align: center;	

}

#contents .box{
	width: 440px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#contents .progress .line {
	margin: 0px;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.textright {
	text-align: right;
}
.textleft {
	text-align: left;
}


#contents .progress .kiji {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#contents .progress .kiji .block {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#contents .progress .kiji .block .title {
	color: #FFFFFF;
	background-color: #F2A000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 1px solid #FF8C19;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	font-size: 1.1em;
}
#contents .progress .kiji .block .photo {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#contents .progress .kiji .block .text {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1.5em;
	margin-left: 0px;
}


#contents .progress .kiji .top_return {
	width: 444px;
}

#contents .progress .line .title {
	font-weight: bold;
	color: #333333;
	margin: 0px;
	float: left;
	padding-right: 5px;
}
#contents .progress .line .month {
	color: #999999;
	margin: 0px;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}
#contents .progress .kijinote {
	background-color: #FCF6B1;
	padding: 5px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 1px solid #FF8C19;
}

#contents h2 {
	text-align: left;
	margin-left: 150px;
}

#contents h3 {
	margin-top: 1em;
	margin-bottom: 1em;
}

