@charset "Shift_JIS";

* {
	font-size: 100%;
	padding: 0;
	margin: 0;
	
}




div.year {
	font-weight: bold;
	border-bottom: 1px dotted #b6b6b6;
	margin: 20px 0 10px 0;
	padding: 0 0 0 5px;


}



div.guest-table {
	font-family: "MS UI Gothic", "‚l‚r ‚oƒSƒVƒbƒN", Osaka, Arial, Helvetica;
	color: #676767;

	line-height: 120%;
	margin: 0 0 30px 0;



}


div.guest-table table {
	border-collapse: collapse;


}


div.guest-table th , div.guest-table td {
	border: 1px solid #b6b6b6;
	padding: 2px;
	

}



div.guest-table th {
	text-decoration: none;
	background-color:#c8d98b;
	font-size: 90%;



}


div.guest-table td {
	vertical-align: top;


}



