@import "./page.css";
@import "./navi.css";

/**********************************************
	サイト構成
**********************************************/
* html .iepngfix {
	behavior:url("./js/iepngfix.htc");
}

#wrapper {
	margin:0 auto;
	width:802px;
	background-color:#999;
}

#mainContents {
	margin:0 auto;
	width:800px;
	text-align:left;
	background:url("../images/detailBack.png") repeat-y;
}

#menu {
	float:left;
	width:200px;
}

#main {
	float:left;
	padding:10px;
	width:580px;
	background-color:#fff;
}

/**********************************************
	内容
**********************************************/
table {
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}

th {
	width:36px;
	text-align:center;
	font-weight:bold;
	background-color:#f0f0f0;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

th.target {
	width:114px;
	text-align:center;
	font-weight:bold;
	background-color:#ffeac9;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

td {
	padding:2px;
	text-align:center;
	font-size:1.4em;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

