/* S.B.A.T. Generation III Version 1.0 */

/* Common */

/* spring model */
BODY.base {
	background-color: #FFCCFF;
	color: #996633;
	margin-top: 16px;
	scrollbar-base-color: #CC6666;
	scrollbar-track-color: #FF99CC;
	scrollbar-arrow-color: #FFFFFF;
}
/* summer model */
/*
BODY.base {
	background-color: #99CCFF;
	color: #996633;
	margin-top: 16px;
	scrollbar-base-color: #6666CC;
	scrollbar-track-color: #9999FF;
	scrollbar-arrow-color: #FFFFFF;
}
*/
/* automn model */
/*
BODY.base {
	background-color: #FFAA00;
	color: #996633;
	margin-top: 16px;
	scrollbar-base-color: #996633;
	scrollbar-track-color: #CC9933;
	scrollbar-arrow-color: #FFFFFF;
}
*/
/* winter model */
/*
BODY.base {
	background-color: #FFFFFF;
	color: #996633;
	margin-top: 16px;
	scrollbar-base-color: #CCCCCC;
	scrollbar-track-color: #999999;
	scrollbar-arrow-color: #333333;
}
*/
TABLE.outline {
	background-color: #FFFFFF;
	border-color: #CC6633;
/*	border-spacing: 0px;*/
	border-style: solid;
	border-width: thin;
/*	padding: 0px;*/
	table-layout: fixed;
	width: 804px;
/*cellspacing="0" cellpadding="0" bordercolorlight="#6C73B0" bordercolordark="#6C73B0"*/
}

TABLE.inline {
	background-color: #FFFFFF;
	border-spacing: 0px;
	border-style: none;
/*	padding: 0px;*/
	width: 800px;
/*width="800" border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF"*/
}

TD.headmenu {
	background-color: #663300;
/*
	height: 600px;
	width: 153px;
*/
}

TD.sidemenu {
	background-color: #FFFFCC;
}

TD.contents {
	background-color: #FFFFCC;
/*	width: 494px;*/
}

/* タイトルテキスト */
.title_text {
	color: #330033;
	font-size: 12pt;
}

/* サブタイトルテキスト */
.subtitle_text {
	color: #663300;
	font-size: 11pt;
}

/* 通常テキスト */
.plane_text {
	font-size: 9pt;
}

/* 通常テキスト（案内） */
.plane_blue_text {
	color: #333399;
	font-size: 9pt;
}

/* 通常テキスト（注意） */
.plane_red_text {
	color: #990000;
	font-size: 9pt;
}

/* 通常テキスト（情報） */
.plane_green_text {
	color: #339933;
	font-size: 9pt;
}

/* ちょっとピックアップ的なテキスト */
.pinpoint_text {
	font-size: 9pt;
	font-weight: bold;
}

/* 警告テキスト */
.exclamation_text {
	color: #CC6666;
	font-size: 10pt;
	font-weight: bold;
}

/* 男性テキスト */
.male_text {
	color: #666699;
	font-size: 9pt;
	line-height: 130%;
}

/* 女性テキスト */
.female_text {
	color: #996666;
	font-size: 9pt;
	line-height: 130%;
}

/* 質問テキスト */
.question_text {
	color: #666699;
	font-size: 9pt;
	line-height: 130%;
}

/* 回答テキスト */
.answer_text {
	color: #996666;
	font-size: 9pt;
	line-height: 130%;
}

/* 通常ライン */
HR.normal {
	border-style: solid;
	color: #CC9966;
	text-align: left;
	width: 450px;
}

/* ドットライン */
HR.dot {
	border-style: dotted;
	color: #CC9966;
	text-align: left;
	width: 450px;
}

/* サイドメニュー */
SPAN#sidemenu .button_area {
	height: 50px;
	text-align: left;
	width: 135px;
}
SPAN#sidemenu .menu_button {
	border-style: none;
	height: 42px;
	width: 117px;
}

/* サイド情報 */
SPAN#sideinfo .dotline {
	border-style: dotted;
	color: #CC9966;
}

/* ブックマークリンク */
DIV#bookmark A {
/*	border-bottom: 1px solid #CC9999;*/
	color: #996600;
	cursor: auto;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
DIV#bookmark A:hover {
	color: #990000;
/*	background: url(images/hover.gif) no-repeat bottom center;*/
}

/* ページ内リンク */
SPAN#pagelink A {
/*	border-bottom: 1px solid #CC9999;*/
	color: #336633;
	cursor: auto;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
SPAN#pagelink A:hover {
	color: #990000;
/*	background: url(images/hover.gif) no-repeat bottom center;*/
}

/* リンク */
SPAN#linkitem A {
/*	border-bottom: 1px solid #CC9999;*/
	color: #669900;
	cursor: auto;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
SPAN#linkitem A:hover {
	color: #990000;
/*	background: url(images/hover.gif) no-repeat bottom center;*/
}

TABLE.question {
	border-spacing: 0px;
	border-style: none;
	padding: 0px;
	width: 450px;
}

