@charset "utf-8";

section {	width: 440px; }

#main {
	width: 420px;
	margin-right: auto;
	margin-left: auto;
}

#main h1 {
	text-align: left;
	text-decoration: none;
	padding: 0px;
	background-image: url(../images/olive_title.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	height: 111px;
	width: 420px;
}

#main h2 {
	text-align: left;
	text-decoration: none;
	padding: 0px;
	background-image: url(../images/olive_title_sub.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	height: 21px;
	width: 420px;
	margin-right: auto;
	margin-left: auto;
}


#main .photo {
	width: 420px;
	margin: 0 auto 5px;
	text-align: center;
}
#main .photo img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
　/*IE8のみ適用*/
}

#main .date {
	font-weight: bold;
	line-height: 150%;
	text-align: center;
	font-size: 14px;
	color: #E63377;
	padding-top: 15px;
}
#main h3 {
	text-align: center;
}
#main .text {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#main .text .small {
	font-size: 10px;
}
