@charset "UTF-8";
@import url(./print.css);

/*-------------------------------------------
 トピックス
-------------------------------------------*/

h2 {
	display				: none;
}

h3 {
	font-size			: 16pt;
	margin-bottom		: 15px;
	padding-left		: 0.5em;
/* Only MacIE \*//*/
	border				: none;
	margin-bottom		: 30px;
	padding-left		: 0;
/* End */
}

#matter table {
	width				: 95%;
	margin-left			: 1em;
}

#matter td {
	width				: auto; 
	vertical-align		: top;
	text-align			: left;
	line-height			: 1.2;
}

#matter td.date {
	width				: 15%; 
	padding-right		: 10px;
}

#matter td.data {
	width				: 85%; 
}

#copyright {
	margin-top			: 30px;
}
