/* CSS Document */

body	{
	margin:0px;
	padding:0px;
	background-color:#F0F0F0;
	font-size:10pt;
	color:#000033
}

a	{color:black;
	 text-decoration:none}
a:hover	{color:#cc3300}

/* === ヘッダー部分のスタイル === */
.header {
	background-color:#F0F0F0;
	font-size:8pt;
	text-align:right;
	color:#999999;
	}

.table_all {
	background:#ffffff;
	padding:0px;
	border:0px solid #cccccc;
}

/* === メニューのスタイル === */
.left_side_menu {
	font-size:12px;
	color:#333333;
	text-align:left;
	background:#ffffff;
	border-bottom	:dotted 1px #006699;
	}

/* === タイトル === */
.title_normal {
	font-weight:bold;
	font-size:18px;
	color:#CC3300;
	text-align:left;
	line-height:20pt;
}

.sub_title {
	font-weight:bold;
	font-size:13px;
	color:#ffffff;
	text-align:left;
	line-height:13pt;
}

/* === 通常の文字（グレー） === */
.normal {
	color:#333333;
	text-align:left;
	line-height:12pt;
	font-size:12px;	
}

/* === 小さいの文字（グレー） === */
.small {
	font-size:11px;
	color:#666666;
	text-align:left;
	line-height:11pt;
}

.back_ground_green {
	background:#C8FFC8;
	}


/* === リンク文字 === */
.link {
	color:#0000ff;
	text-decoration:underline;
}

/* === リンク文字（小） === */
.link_small {
	font-size:11px;
	color:#0000ff;
	text-decoration:underline;
	line-height:11pt;
}

/* === インフォ部分 === */
.info_title {
	background:#FFD2D2;
	font-size:12px;
	color:#996600;
	line-height:12pt;
}

/* === 下部 === */
.footer {
	background:#999999;
	font-size:12px;
	color:#ffffff;
	text-align:center;
}
