@charset "UTF-8";

#contents{
	margin: 0 auto;
	background: url(../images/contents_bg.gif) repeat-y;
	width: 695px;
	height: auto;
	min-height: 2260px;
}

#contents h2{
	margin: 10px 0 0 70px;
	padding: 20px 0 0 0;
	height: 50px;
	background: url(../images/title_under.gif) no-repeat -10px 55px;
}

#contents table{
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;

}


#contents tr{
	width: 650px
	
}

#contents table tr .year{

	width: 150px;
	vertical-align: top;
	padding: 5px 0 0 0;
	border-bottom: dotted 1px #ccc;
	height: 40px;
	font-weight: bold;
	color: #666;
	border-right: dotted 1px #ccc;
}


#contents table tr .koumoku{
	height: 10px;
	vertical-align: top;
	border-bottom: dotted 1px #ccc;
}

#contents table tr .koumoku p{
	background: url(images/cap.gif)  no-repeat 1px 7px;
	padding: 0 0 0 12px;
	margin: 5px 5px;
	}

