
body {
	font-family: "Tahoma", "ＭＳ Ｐゴシック", "Osaka";
	line-height : 100%;
	font-size: ;
	background-color: #ffffff;					/* 白	*/
	background-image : url(../images/bg.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	color: #000000;							/* 黒	*/
}

body,td,th { 	font-size : ;
         font-family : "HG丸ｺﾞｼｯｸM-PRO", "MS UI Gothic", "ＭＳ Ｐゴシック";
　/* 空白を含むフォントファミリ名は、引用符で囲む必要がある　*/
  /*	font-weight: bold;    */
　/* こうすると文章内の「通常文字と太字」の区別がつかなくなり、強調が無駄になる　　*/
		color: ;
		line-height : 150%;
　/* Firefoxの場合は制御不能でdefault=130%のまま、IEの場合default=100%で隙間なし   */
　/* したがって、IE使用ユーザーのために行間隔を広げる設定を施す　　　　　　　　　　*/
}

/* -------------------------------------------------
table1 th{color: red; }
table1 td{color: red; }
                                                      */


/*　div class="LH***"　の指定で行間隔を細かく設定　*/
=========================================================*/
.LH070{color: ; line-height:  70%;}
.LH090{color: ; line-height:  90%;}
.LH100{color: ; line-height: 100%;}
.LH110{color: ; line-height: 110%;}
.LH120{color: ; line-height: 120%;}
.LH130{color: ; line-height: 130%;}
.LH140{color: ; line-height: 140%;}
.LH150{color: ; line-height: 150%;}
.LH160{color: ; line-height: 160%;}
.LH170{color: ; line-height: 170%;}
.LH180{color: ; line-height: 180%;}
.LH190{color: ; line-height: 190%;}
.LH200{color: ; line-height: 200%;}
.LH300{color: ; line-height: 300%;}
.LH400{color: ; line-height: 400%;}
.LH500{color: ; line-height: 500%;}




/* global layout
=========================================================*/
.container {
	width: 1000px;			/* 用紙幅設定 */
}

#MAIN {
	float: right;			/* 用紙内の右に配置 */
	width: 750px;			/* main幅設定 */
	background-image : url(./mark/topic_mark/yellow.gif);
	background-color: white;				/* 白	*/
}
#MAIN2 {
	float: left;			/* 用紙内の左に配置 */
	width: 750px;			/* main幅設定 */
	background-image : url(./mark/topic_mark/yellow.gif);
}
.MAINmargin{
	margin: 12px;
}

#SIDEBAR {
	padding: 0px 0px 10px;
	line-height: 1.8em;
	background-image : url(./mark/topic_mark/yellow.gif);
}



/* common
=========================================================*/
a{
	color: #0082d9;			/* ｱﾝｶｰ部の色（文字） */	/* シアン青色 */
}
a:visited{
	color: #195d8a;			/* ﾎﾟｲﾝﾄ時の色変化（文字） */	/* 颜色转换 */

}
a:hover, a:active{
	color: white;			/* ﾎﾟｲﾝﾄ時の色変化（文字） */	/* 白	*/
	background-color: #b13222;	/* ﾎﾟｲﾝﾄ時の色変化（背景） */	/* 颜色信息 */
	text-decoration: none;
}



/* HEADER
=========================================================*/
#HEADER td{
	color: white;				/* 文字色 */	/* 白 */
	background-color : blue; 		/* 背景色 */	/* 青 */
}

.headtitle a,.headtitle a:hover,.headtitle a:visited{
	color: #fbf9f9;
	background-color : blue; 				/* 青 */
	text-decoration: none;
}

.headmenu a,.headmenu a:visited{
	color: red;				/* 文字色 */	/* 赤 */
	background-color : black; 		/* 背景色 */	/* 黒 */
	text-decoration: none;
}
.headmenu a:hover,.headmenu a:active{
	background-color : black; 		/* 背景色 */	/* 黒 */
	text-decoration: underline;		/* ﾎﾟｲﾝﾄ時の下線表示をそのまま */
}

.headtitle_left{
	font-size: 220%;
	line-height: 1em;
	font-weight: bold;
	font-family: "Trebuchet MS", "Helvetica", "Arial", "ＭＳ Ｐゴシック";
	position: relative;
	background-color : black; 		/* 背景色 */	/* 黒 */
}

.headtitle_right{
	font-size: 70%;
	line-height: 1.2em;
	text-align: right;
	vertical-align: middle;
	background-color : black; 		/* 背景色 */	/* 黒 */
}

/*  HEADERのメニューバー  */
.headmenu{
	background-color: black;		/* 背景色 */	/* 黒 */
	width: 1012px;				/* 幅設定 */
}

.headmenu .left {
	padding: 5px 0px 5px 14px;
}
.headmenu .right {
	padding: 5px 14px 5px 0px;
}



/* SIDEBAR
=========================================================*/
#SIDEBAR a,#SIDEBAR a:visited{
	color: green;				/* 文字色 */	/* 緑 */
	text-decoration: none;
}

#SIDEBAR h2 {
	font-weight: normal;
	font-size: 130%;
	padding: 4px 0px 4px 33px;
	margin: 0px;
	background-color: #d6dda2;		/* 背景色 */	/* 颜色信息 */
	background-image : url(./mark/topic_mark/yellow.gif);
	letter-spacing: 0.1em;
	background-repeat: no-repeat;
	background-position: left center;
}

.tltmenu{
	font-size: 120%;
	background-image : url(./mark/topic_mark/yellow.gif);
	list-style-type: none;
	margin: 0px;
	padding: 6px 0px;
}
.tltmenu li{
	font-size: 95%;
	background-repeat: no-repeat;
	background-image : url(./mark/topic_mark/yellow.gif);
	background-position: left center;
	margin: 0px;
	padding: 0px 0px 0px 30px;
}

