/*-----初期化-----*/
* {
	margin:0;
	padding:0;
}



/*-----全体設定-----*/
body {
	margin:10px;
	background:#1335B4;
	font-size:x-small;
	color:#FFFFFF;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#2762FE,endColorStr=#00086B);
}

a:link    { color: #9097FF; text-decoration: none; }
a:visited { color: #C0C0FF; text-decoration: none; }
a:active  { color: #0000FF; text-decoration: none; }
a:hover   { color: #000000; background-color:#FFFFFF; text-decoration: none; }



/*-----文章パーツ-----*/
h2 {
	font-size:small;
	background:#101080;
	padding:8px;
	font-weight:bold;
	border-top:solid 2px #6060C0;
	border-left:solid 2px #6060C0;
	border-right:solid 2px #000000;
	border-bottom:solid 2px #000000;
}
.p {
	font-size:x-small;
	padding:1px 20px 4em;
	color:#FFFFFF;
	line-height:1.3em;
}
img {
	padding:3px;
}
img.b {
	border:solid 1px #9097FF;
}
ul {
	margin:0 2em;
}

.st {	/*すとろんぐ*/
	font-weight:bold;
}
.vst {	/*Veryすとろんぐ*/
	color:#FF5050;
	font-weight:bold;
}
span.stdiv {	/*すとろんぐ領域*/
	border-collapse:collapse;
	border:2px #808080 solid;
	background-color:#000060;
}

.lpage {	/*リンク用(でかい)*/
	font-weight:bold;
	font-size:medium;
}



/*-----汎用テーブル-----*/
.table1 {
	margin:4px;
	border-collapse:collapse;
	border:2px #808080 solid;
	background-color:#202080;
	font-size:x-small;
}
.table1 th {
	border:2px #808080 solid;
	padding:4px;
	text-align:center;
	font-weight:bold;
	background-color:#000000;
}
.table1 td {
	border:2px #808080 solid;
	padding:4px;
	text-align:left;
}
.table1 td.title {
	text-align:right;
	font-weight:bold;
	background-color:#000060;
}
.table1 td.rtitle {
	text-align:right;
	font-weight:bold;
	background-color:#600000;
}
.table1 td.gtitle {
	text-align:right;
	font-weight:bold;
	background-color:#006000;
}
.table1 td.gray {
	text-align:center;
	font-weight:bold;
	background-color:#D0D0D0;
	color:#000000;
}
.table1 td.yellow {
	text-align:center;
	font-weight:bold;
	background-color:#FFFFD0;
	color:#000000;
}
.table1 td.red {
	text-align:center;
	font-weight:bold;
	background-color:#FFD0D0;
	color:#000000;
}
.table1 td.blue {
	text-align:center;
	font-weight:bold;
	background-color:#D0D0FF;
	color:#000000;
}
.table1 td.green {
	text-align:center;
	font-weight:bold;
	background-color:#D0FFD0;
	color:#000000;
}



/*-----トップ画面用-----*/
.topbody {
	text-align:center;
}
.topmain {
	width:550px;
	margin:10px auto;
	text-align:center;
}



/*-----トップ画面フッタ-----*/
.topfotter {
	margin:30 0 0px;
	text-align:right;
	font-size:xx-small;
}



/*-----更新履歴-----*/
div.update {
	width:320;
	text-align:left;
	margin:30 0px;
}
.update h6{
	padding:6 0px;
	font-size:x-small;
	font-weight:bold;
	color:#FFFFFF;
}
.update dl{
	width=300;
	height:10em;
	border:2px #808080 solid;
	padding:8px;
	background-color:#204080;
	overflow:auto;
}
.update dt {
	padding-left:4px;
	float:left;
	width:6em; /*日付部分を12半角くらいで決め打ち*/
	color:#D0D0FF;
}
.update dd {
	margin-left:6.5em;
	text-align:left;
}




/*-----汎用リスト-----*/
dl.list1 {
	margin:0px;
}
dl.list1 dt {
	font-size:110%;
	font-weight:bold;
	margin:4px;
	color:#FFD0E0;
}
dl.list1 dd {
	margin-left:2em;
	margin-bottom:4em;
}
