/* CSS Document */

/*設定*/

h2.kamoku {
	background-image:url('../image/kamoku/h2_kamoku.jpg');
}

* html h2.kamoku { margin:8px 0 0 12px; }

h3.kamoku {
	background-image:url('../image/kamoku/h3_kamoku.jpg');
}

.line {
	border-bottom:1px dotted #ccc;
	width:auto;
	height:auto;
	padding-bottom:3px;
	margin-bottom:3px;
}

table {
	border-collapse:separate;
	margin:0;
	width:100%;
}

div.kamoku_list table { bwidth:100%; }
div.kamoku_list th {
	background-color:#f5f5f5;
	font-size:14px;
	text-align:left;
	width:30%;
	font-weight:normal;
 }
div.kamoku_list td {
	 background-color:#fff;
	 font-size:14px;
	 text-align:left;
 }
div.kamoku_list th,div.kamoku_list td {
	border:1px solid #ccc;
	font-family: "ＭＳ Ｐゴシック", "Osaka－等幅", sans-serif;
	padding:3px;
}

.nowrap { white-space:nowrap; }








