@charset "UTF-8";

/* www.nobogura.co.jp
 * Style sheet for the HTML 4.01 specification
 * Last modify 2009/09/28 19:35
 */

@import url("body.css");


/* main */

#contents_img {
		margin-bottom: 20px;
}

#main table {
		width: 100%;
		border-collapse: collapse;
}

#main th {
		padding: 5px;
		border: 1px solid #969696;
		background: #f7e9c9;
		white-space: nowrap;
		font-size: 10pt;
		font-weight: normal;
		line-height: 120%;
}

#main td {
		padding: 5px;
		border: 1px solid #969696;
		background: #fff;
		font-size: 10pt;
		font-weight: normal;
		line-height: 120%;
}

#main td.month {
		background: #f7e9c9;
}

