/******** たつすたいるしーと *********/

/* 基本 */
BODY{
	/* 背景 */
	background-color : white;
	background-repeat: repeat;
	background-attachment: fixed;
}

BODY, TH, TD{
	/* フォント、色 */
	font-size : 12px;
	font-family : "MS UI Gothic";
	line-height : 100%;
	color : darkblue;
	

	/* スクロールバー */
	scrollbar-track-color: lightsteelblue;
	scrollbar-face-color: royalblue;
	scrollbar-shadow-color: darkslateblue;
	scrollbar-darkshadow-color: midnightblue;
	scrollbar-highlight-color: lightskyblue;
	scrollbar-3dlight-color: mediumslateblue;
	scrollbar-arrow-color: midnightblue;
}

/* テーブルヘッダ */
TH{
	text-align : center;
	font-size : 12px;
	color : white;
	background-color : darkblue;
}

TR.contents{
	text-align : center;
	font-size : 12px;
	background-color : darkslateblue;
}

/* テーブル */
TABLE{
	padding-top     : 1px;
	padding-bottom  : 1px;
	margin-top      : 1px;
	margin-bottom   : 1px;
	border-collapse : collapse;
	empty-cells : hide;
	caption-side: top;
}

/* リンク */
A{
	color : yellow;
	text-decoration : none
}

/* 訪問済みリンク */
A:VISITED{
	color : oringe;
	text-decoration : none
}

/* オンマウス時の動作 */
A:HOVER{
	color : yellow;
	background-color : darkblue;
}

/* アクティブなリンク */
A:ACTIVE{
	text-decoration : none
	color : yellow;
}

/* 引用 */
BLOCKQUOTE{
	font-size: 10pt; line-height: 14pt
}

/* タイトル文字クラス */
.xtitle {
	font-family : "Courier New",Courier,Monaco;
	color : #000011;
	background-color : white;
	font-size: 50px;
	font-weight: bold;
	line-height : 100%;
}

/* コンテンツ文字クラス */
.xcontents {
	font-family : "MS UI Gothic","Courier New",Courier,Monaco;
	font-size : 14px;
	line-height : 100%;
}

.xcontents_tip {
	font-family : "MS UI Gothic","Courier New",Courier,Monaco;
	font-size : 12px;
	line-height : 100%;
	color : white;
}

.xlarge {
	font-family : "ＤＦＰPOP走","MS UI Gothic";
	color : black;
	font-size : 16px;
	font-weight: bold;
	font-family : "MS UI Gothic";
	line-height : 100%;
}

.xsmall {
	font-size : 12px;
	line-height : 100%;
}

