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

body {
	background-color: transparent;
	padding: 0px 10px 0px 0px;
}
#wrapper {
	margin: 50px auto;
	width: 360px;
	text-align: center;
}
.contents {
	margin: 0px 0px 10px;
}
p {
	line-height: 150%;
}
.date {
	font-size: 77%;
}
.subject {
	font-size: 93%;
	font-weight: bold;
	color: #780000;
}
.comment {
	font-size: 77%;
}
.photo_block {
	margin: 0px 0px 10px 0px;
}
.photo_block li {
	margin: 5px 10px 0px 0px;
	list-style: none;
}
.contents img {
	padding: 4px;
	background: #FFFFFF;
	border: 1px solid #999999;
}
hr {
	display: none;
}
.line {
	background: url(../img/common/hr.gif);
	height: 21px;
	width: 210px;
	clear: both;
}
#copyright {
	margin: 10px 0px 0px;
}
#copyright p {
	font-size: 10px;
	margin: 10px 0px;
}

/*------ END -----*/
