@charset "utf-8";
/* CSS Document */


.eg1 {border-collapse:collapse;}  /* 隣り合うボーダーを重ねて表示 */
.eg1 th {
  border:1px solid #666;
  padding:4px;
}
.eg1 td {
  border:1px solid #666;
  padding:6px;
}

.style1 {
	font-size: x-large;
	border-top-color: #666666;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-collapse: separate;
	table-layout: fixed;
	color: #FFFFFF;
	font-weight: bold;
}
body {
	background-color: #191919;
}
.style6 {
	font-size: 11px;
	color: #CCCCCC;
}
.style10 {
	font-size: 11px;
	color: #FF0066;
}
.style17 {
	font-size: 12px;
	color: #CCCCCC;
	font-style: normal;
	line-height: 1.5em;
}

.back {
	background: url(/shizuka_t.jpg) no-repeat fixed center center;
}


.style28 {color: #FFFFFF}
.style33 {color: #FFFFFF; font-size: 12px; }
.style38 {font-size: 11px}
.style39 {font-size: 11px; color: #FF99FF; }
.style40 {color: #CCCCCC}
.style41 {font-size: 11px; color: #FFFFFF; }
.style47 {color: #FFFFFF; font-weight: bold; }
.style50 {color: #FF0099}
.style51 {color: #006666}



div.main	{
	width: 450px;
}
h3	{
	font-size: 133.3%;
	margin-bottom: 5px;
}

/* サンプルtableの共通設定
----------------------------------------------------------- */
table	{
	border-collapse: collapse;	
	width: 450px;
	margin-bottom: 6px;
}
th, td	{
	padding: 3px 11px;
	color: #1D5C79;
}


/* サンプル9
----------------------------------------------------------- */
.sample9 th	{
	border-bottom: 1px solid #DDD;
	font-size: 12px;
	border-bottom-color: #666666;
}
.sample9 td	{
	border-bottom: 1px dotted #DDD;
	font-size: 12px;
	color: #CCCCCC;
	border-bottom-color: #666666;
}