@charset "UTF-8"; /* 文字コード宣言 */
@import url("../common/styles/default/base.css");
@import url("../common/styles/default/main.css");


#main h1:before {
	content: url("com_h1.png");
}
* html #main h1 span.jp { /* IE6 用 */
	list-style-image: url("com_h1.png");
}
*+html #main h1 span.jp{ /* IE7 用 */
	list-style-image: url("com_h1.png");
}

table {
	margin-left: 15px;
	margin-right: 15px;
	width: 600px;
	border: none;
}
table caption {
	display: none;
}
td,
th {
	padding: 0.8em 5px;
	border: 1px solid #999999;
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
}
th {
	text-align: center;
	background-color: #EEEEEE;
}
td {
	padding-left: 3px;
	text-align: left;
}

/*------------ table style set ------------

table {
	table-layout: fixed;
	border-collapse: collapse;
	border: 1px solid #333333;
	margin: 1px 5px 8px auto;
	width: 600px;
}
table caption {
	display: none;
}
td, th {
	border: 1px solid #333333;
	font-weight: 500;
	text-align: left;
	padding-left: 3px;
	font-size: 12px;
	line-height: 18px;
}

table .ttl {
	background-color: #EEEEEE;
	width: 155px;
}

table.trt {
	border: 1px solid #333333;
	border-collapse: separate;
	border-spacing : 0px 1px ;
}
table.trt td, table.trt th {
	border: none 0px;
	border-bottom: 1px #EEEEEE solid;
}
table.trt .ttl {
	background-color: transparent;
}
*/
