@charset "SHIFT_JIS";
/* this @charset is for mozilla's bug */

/*/////////////////////////////////////////////////////////////////////////////////////////////////
   Kigoulab CSS for JKN Info Ver.5
   created :2002/02/20
   Os: ALL
   Ua: ALL
   base.css
/////////////////////////////////////////////////////////////////////////////////////////////////*/

body{
	color: black;
	background-color: #EEE8D2;
	margin: 0px;
}

a:link { color: #0000CC; text-decoration: none; }
a:visited { color: #0000CC; text-decoration: none; }
a:active { font-weight: bold; color: #FF9900; text-decoration: none; }
a:hover { font-weight: bold; color: #FF9900; text-decoration: none; }

hr { height: 1px; }

/*/////////////////////////////////////////////////////////////////////////////////////////////////*/
/*汎用クラス　最新ブラウザーでは可変*/

.kS { font-size: 10px; line-height:130% }
.kM  { font-size: 12px; line-height:130% }
.kL  { font-size: 14px; line-height:130% }
.kLL  { font-size: 16px; line-height:130% }
.kXL  { font-size: 18px; line-height:130% }

.kSw { font-size: 10px; line-height:150% }
.kMw  { font-size: 12px; line-height:150% }
.kLw  { font-size: 14px; line-height:150% }
.kLLw  { font-size: 16px; line-height:150% }
.kXLw  { font-size: 18px; line-height:150% }

.kSn { font-size: 10px; line-height:110% }
.kMn  { font-size: 12px; line-height:110% }
.kLn  { font-size: 14px; line-height:110% }
.kLLn  { font-size: 16px; line-height:110% }
.kXLn  { font-size: 18px; line-height:110% }

/*/////////////////////////////////////////////////////////////////////////////////////////////////*/

.honmon {
	font-family: "ＭＳ ゴシック",Osaka,Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #333333;
}

.dayS {
	 font-size: 9pt; 
	 line-height: 120%; 
	 color:#999999
 }

.hmrknst {
	font-family: "ＭＳ ゴシック",Osaka,Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #666699;
}

.hmrknsh {
	font-family: "ＭＳ ゴシック",Osaka,Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #000000;
}

.hmrknsg {
	font-family: "ＭＳ ゴシック",Osaka,Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #666666;
}



/*END*/