@charset "utf-8";
/* CSS Document */
* {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header {
	background-image: url(../image/detail_s_title_back.jpg);
	height: 66px;
	background-repeat: repeat-x;
}
h1 {
	text-align: right;
}
#main {
	border: 1px solid #B4E9EF;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 30px;
}
h2 {
	background-image: url(../image/detail_s_h2_back.jpg);
	background-repeat: repeat-x;
	margin-top: 1px;
	padding: 5px;
	font-size: 1.3em;
}
#main p {
	font-size: 0.9em;
	line-height: 150%;
	margin: 15px;
}
#main img {
	margin-bottom: 10px;
	margin-left: 10px;
}
#day {
	font-size: 0.8em;
	text-align: right;
	margin: 5px;
}
