/**
 *  Cascading Style Sheet
 *
 *    IE5.00                  : CSS-charset != SJIS            -->    ERROR
 *    IE5.01, IE5.5, NN4, NN6 : CSS-charset != HTML-charset    -->    ERROR
 *    CSS de kanji wo tsukawana kereba shinpai nasi !
 */

/************/
/*** Link ***/
/************/

/* ƒ^ƒu‚ÌƒŠƒ“ƒN*/
A.tabline {  font: 10pt "‚l‚r ƒSƒVƒbƒN", "Osaka|“™•"; color: #003300; text-decoration: none}
A.tabline02 { font: 8pt "‚l‚r ƒSƒVƒbƒN", "Osaka|“™•"; color: #003300; text-decoration: none}

A.tablink {  font: 10pt "‚l‚r ƒSƒVƒbƒN", "Osaka|“™•"; color: #003300; text-decoration: none}
/************/
/*** BODY ***/
/************/

/* standerd */
body {
	color:black;
/*	background:#DEFBFF;
	background:#FFFFFF;*/
	font-family:"‚l‚r ƒSƒVƒbƒN", "Osaka|“™•";
	font-size:12px;
}



body.body_main_listL {
/* LIST 110PX */
	color:black;
	background-image: url('../img/HTM_L.jpg');

	font-family:'‚l‚r ƒSƒVƒbƒN', 'Osaka|“™•';
	font-size:12px;
	background-attachment: fixed;
}


body.body_main_listR {
/* LIST 110PX */
	color:black;
	background-image: url('../img/HTM_R.jpg');

	font-family:'‚l‚r ƒSƒVƒbƒN', 'Osaka|“™•';
	font-size:12px;
	background-attachment: fixed;
}

td, th {
	color:black;
	font-family:"‚l‚r ƒSƒVƒbƒN", "Osaka|“™•";
	font-size:12px;
}


/************/
/*** Text ***/
/************/

.UserInfo {
	font-family:"‚l‚r ƒSƒVƒbƒN", "Osaka|“™•";
	font-weight: bold;
	font-size:13px;
	color:black;
	text-align:right;
}

.Explanation {
	color: navy;
	font-weight:bold;
	font-size: 14px;
; font-family: "‚l‚r ƒSƒVƒbƒN", "Osaka|“™•"; text-decoration: underline
}

.Middle {
	color: #003300;
	font-weight:bold;
	font-size: 18pt;
}


.Small {
	font-size: 8pt;
; font-family: "‚l‚r ƒSƒVƒbƒN", "Osaka|“™•"
; text-decoration: none
}

.FooterLink {
	color: black;
	font-size: 12px;
	text-align: center;
}

.Error {
	font-family:"‚l‚r ƒSƒVƒbƒN", "Osaka|“™•";
	font-size:14px;
	color:red;
}

.Navi_On {  font: bold 10pt "‚l‚r ƒSƒVƒbƒN", "Osaka|“™•"; text-decoration: none; color: #000000}
.Navi_Off { font: normal 10pt "‚l‚r ƒSƒVƒbƒN", "Osaka|“™•"; text-decoration: none; color: #006633}




