@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 12px;
	line-height: 150%;
	background-attachment: fixed;
	background-image: url(../images/back_green.jpg);
}

.thrColFixHdr #container {
	width: 960px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 3px solid #006633;
}

/****************************** リンク ******************************/
/* 基本リンク */
a	{text-decoration: underline; }
a:link {
	color: #009999;
}
a:visited {
	color: #009999;
}
a:hover {
	color: #993366;
}


/* 黒いメニューリンク */
.link01a:link {color: #333; }
.link01a:visited {color: #333; }
.link01a:hover {color: #009999; }


/****************************** ヘッダー ******************************/
.thrColFixHdr #header {
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 5px;

}

/****************************** ヘッダーメニュー ******************************/
.thrColFixHdr #header .headmenu {
	float: right;
	margin-top: 20px;
	padding: 0px;
}

/****************************** グローバルメニュー ******************************/
.gloabalmenu {
	padding: 0px;
	margin: 0px;
}
.gloabalmenu ul {
	padding: 0px;
	margin: 0px;
}
.gloabalmenu li {
	display: inline;
	padding: 0px;
	margin: 0px;
	list-style-type:none;
}
/*********************************************************************************/

/****************************** フラッシュ領域 ******************************/
.flash_area {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
	background: #333;
}

/****************************** 左メニュー ******************************/
.thrColFixHdr #sidebar1 {
	float: left;
	width: 213px;
	background: #FFFFFF;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 15px;
	margin-top: 10px;
}

/****************************** 左メニュー内のグレー領域 ******************************/
.thrColFixHdr #sidebar1 .top_chart {
	background: url(../images/back_topleft.jpg);
	padding-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.thrColFixHdr #sidebar1 .top_chart .top_text {
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 10px;
}

/****************************** 右メニュー ******************************/
.thrColFixHdr #sidebar2 {
	float: right;
	width: 213px;
	background: #FFFFFF;
	margin-right: 15px;
	margin-top: 10px;
}

/****************************** 右メニュー内レイアウト用 ******************************/
.thrColFixHdr #sidebar2 .gray_box {
	background: #EBEBEB;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	padding-top: 10px;
}

/****************************** 右メニュー内イメージ ******************************/
.thrColFixHdr #sidebar2 .gray_box img {
	margin-top: 0px;
	margin-bottom: 10px;
}

/****************************** 中央メニュー ******************************/
.thrColFixHdr #mainContent {
	margin-left: 260px;
	margin-right: 260px;
	margin-top: 10px;
}

/****************************** 小さな字 ******************************/
.font_s {
	font-size: 10px;
	padding-bottom: 10px;
	padding-top: 0px;
	color: #033;
}


/****************************** フッター ******************************/
.thrColFixHdr #footer {
	background:#333333;
	margin-top: 20px;
	text-align: center;
	color: #FFF;
	font-size: 9px;
	padding: 1px;
} 



/****************************** 更新情報 ******************************/
.table_news {
	margin-top: 0px;
	margin-bottom: 20px;
}
.table_news th {
	padding: 0px;
	text-align: left;
	background: #066;
	font-weight: normal;
	line-height: 0px;
}
.table_news td {
	padding: 0 2 5 5px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
} 

/**********************************************************************/



.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/****************************** トピックス *******************************/
.topics {
	background: #F93;
	color: #FFF;
	padding-left: 5px;
}
.topics a {
	color: #FFF;
	text-decoration: none;
}
.topics a:visited {
	color: #FFF;
	text-decoration: none;
}
.topics a:hover {
	color: #009999;
	text-decoration: underline;
}

/****************************** セミナー *******************************/
.seminar_text {
	margin: 5px;
	text-align: left;
	font-weight: bold;
}

.seminar_button {
	text-align: center;
}
