@charset "shift_jis";
/* CSS Document */

@import 'base.css';

h2{
	margin-bottom:20px !important;
}

#entry_list{
	width:730px;
	margin:auto;
}

.entry{
	margin-top:10px;
}

.entry_top{
	height:10px;
	background:url('../info/frame_top.gif') no-repeat top left;
	font-size:1px;
}

.entry_body{
	background:url('../info/frame.gif') repeat-y top left;
}

.entry_bottom{
	height:10px;
	background:url('../info/frame_bottom.gif') no-repeat top left;
	font-size:1px;
}

.entry h3{
	height:18px;
	text-indent:24px;
	background:url('../info/list-style-type.gif') no-repeat top left;
	margin:0px 10px;
	font-size:16px;
	color:#E65CBD;
	margin-bottom:20px;
}

.entry .photo{
	margin:0px 20px 0px 10px;
	_margin:0px 10px;
	float:left;
}

.entry .text{
	margin:0px 10px;
	font-size:12px;
	letter-spacing:1px;
	line-height:21px;
}

.note{
	font-size:10px;
	line-height:16px;
	margin-top:1em;
}

.note p{
	text-indent:-1em;
	margin-left:1em;
}

#backnumber{
	text-align:right;
	padding:1em 10px;
	font-size:12px;
	font-weight:bold;
	display:none;
}