@charset "utf-8";
@import "./main.css";
/*
	インフォメーション関係用
*/

/* ページ繰り */
.page{
	text-align: center ;	padding:0;	margin: .5em 1em;
}


/* サイト概要用 */
.about{
	margin: auto 2em auto auto ;
	line-height: 2em ;
}
.about dt{
	font-weight: bold ;	padding: .5em 0 .5em 1em ;
	width: 9em ;
}
.about dd{
	margin: -3em 0 0 0 ;	padding: .5em 0 .5em 10em ;
	border-style: none none dotted none ;	border-width: 1px ;
	border-color: #cccccc ;
}

.tableInfo,
.tableInfo th,
.tableInfo td{
	border-width: 1px; border-style: solid ;
	border-color: #999999 ;
}

.tableInfo th,
.tableInfo td{
	padding: 1px 5px ;
	background: #ffffff ;
}

.tableInfo thead *{
	color: #ffffff ;
	background: #999999 ;
	text-align: center ;	font-weight: bold ;
}

