@charset "utf-8";

h2 {
	font-size: 14px;
	color: #006699;
	font-weight: bold;
	line-height: 28px;
	background-image: url(../images/plan/icon01.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-top: 15px;
	width: 400px;
	text-align: left;
	margin-left: 5px;
	float: left;
	height: 28px;
}
#photo .photo_page_navi {
	width: 500px;
	line-height: 1.2em;
	text-align: right;
	font-size: 12px;
	float: left;
	padding-top: 0.5em;
}
.photo_page_navi a {
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}
.photo_page_navi a:hover {
	color: #CC3300;
	text-decoration: underline;
}



#contents .p01 {
	float: left;
	font-size: 12px;
	width: 510px;
	text-align: left;
	color: #CC3300;
	display: block;
	margin-left: 15px;
	line-height: 1.2em;
	padding-top: 0.4em;
}

#contents #photos {
	position: relative;
	padding-left: 10px;
	float: left;
	width: 510px;
}

#photos .photo_block {
	height: 120px;
	display: block;
	position: relative;
	margin-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	float: left;
}


.photo_block img {
	border: 1px solid #333333;
	padding: 2px;
	float: left;
	margin-left: 6px;
	margin-right: 6px;
}

