/* 基本設定 */
BODY{
	color: #000000;
	font-size:x-small;
	background-color: #efefef;
	a { text-decoration: none; }
	a:link { color: 0044cc; }
	a:visited { color: 800080; }
	a:hover { text-decoration:underline; , color: 0044cc; ,  background-color:c0c0c0; }

h1{
	font-size:x-small;
}

h2{
	font-size:x-small;
}

/****** ヘッダー *******/
#head {
	width:620px;
	left:10px;
	position:absolute;
	overflow:hidden;
}

/****** カテゴリー *******/
#cate{
	top:260px;
	left:10px;
	width:620px;
	text-align:left;
	font-size:x-small;
	position:absolute;
}

table{
	width:600px;
	font-size:x-small;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#efefef;
	empty-cells:show;
}

th{
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	color:#000000;
	background-color:#66ffcc;
	text-align:center;
}

td{
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}

td#center{
	text-align:center;
}

/****** 更新履歴 *******/
#his{
	top:530px;
	left:10px;
	width:620px;
	text-align:center;
	font-size:small;
	background-color:#00ccff;
	position:absolute;
}

#his_txt{
	width:620px;
	padding:10px;
	height:80px;
	background-color:#efefef;
	text-align:left;
	font-size:x-small;
	overflow:auto;
}

/****** インフォメーション ******/
#info{
	top:640px;
	left:10px;
	width:620px;
	background-color:#ffffcc;
	text-align:center;
	font-size:small;
	position:absolute;
}

#info_txt{
	width:620px;
	height:120px;
	padding:10px;
	background-color:#efefef;
	text-align:left;
	font-size:x-small;
	overflow:auto;
}

/****** インフォメーション ******/
#copy{
	top:800px;
	left:10px;
	width:620px;
	text-align:center;
	font-size:x-small;
	position:absolute;
}

/****** メニュー ******/
#menu{
	top:10px;
	left:655px;
	position:absolute;
}

#count{
	top:10px;
	left:660px;
	position:absolute;
}

#cont{
	background-color:#efefef;
	text-align:center;
	font-weight:bold;
}

#white{
	background-color:#ffffff;
	font-size:small;
	font-weight:bold;
}

#pink{
	background-color:#ffccff;
	font-size:small;
	font-weight:bold;
}

#red{
	color:#ff0000;
	font-weight:bold;
	text-align:center;
}

#mail{
	text-align:center;
	font-weight:bold;
}
