body{
 font-family:"‚l‚r ‚oƒSƒVƒbƒN", "Osaka", Verdana, Arial, sans-serif;
 font-size:   12px;
 font-color:  #000000;
 line-height: 1.166;
 margin:  0;
 padding: 0px;
}


/* TEXT FONT CLASS */

h1{
 font-family:"‚l‚r ‚oƒSƒVƒbƒN", "Osaka", Verdana, Arial, sans-serif;
 font-size: 12px;
 text-decoration:none;
 margin: 0px;
 padding: 2px;
}

.basic{
 font-family:"‚l‚r ‚oƒSƒVƒbƒN", "Osaka", Verdana, Arial, sans-serif;
 font:10px;
 text-decoration:none;
}

.small{
 font-family:"‚l‚r ‚oƒSƒVƒbƒN", "Osaka", Verdana, Arial, sans-serif;
 font:9px;
 text-decoration:none;
}

.story{
 font-family:"‚l‚r ‚oƒSƒVƒbƒN", "Osaka", Verdana, Arial, sans-serif;
 font:12px/19px;
 text-decoration:none;
}

.textb1 {
 color: #16378c;
 font-weight: bold;
}

.uline{
 text-decoration:underline;
}

.slist{
 height: 1px;
 color: #339966;
}


/* ALIGN CLASS */

.ct {text-align: center}
.rt {text-align: right}
.lt {text-align: left}


/* LINK CLASS */

a{
	color:#999999;
	text-decoration: none;
}

a:link{
	color:#00CC33;
	text-decoration: none;
}

a:visited{
	color:#00CC99;
	text-decoration: none;
}

a:hover{
	color:#00CC33;
	text-decoration: underline;
}

/* FORM CLASS */

.m0c0{
  background-color:#E6E6FA; 
  color:#4b0082;
}

.m0ca{
  background-color:#0066FF; 
  color:#FFFFFF;
}

.m0cb{
  background-color:#FFFFFF; 
  color:#666666;
}

.m1ns{
  width:35px;
  ime-mode:active;
}
.m2ns{
  width:35px;
  ime-mode:inactive;
}
.m3ns{
  width:35px;
  ime-mode:disabled;
}

.m1nm{
  width:70px;
  ime-mode:active;
}
.m2nm{
  width:70px;
  ime-mode:inactive;
}
.m3nm{
  width:70px;
  ime-mode:disabled;
}

.m1nl{
  width:200px;
  ime-mode:active;
}
.m2nl{
  width:200px;
  ime-mode:inactive;
}
.m3nl{
  width:200px;
  ime-mode:disabled;
}

.m1cs{
  width:35px;
  background-color:#E6E6FA; 
  color:#4b0082;
  ime-mode:active;
}
.m2cs{
  width:35px;
  background-color:#E6E6FA; 
  color:#4b0082;
  ime-mode:inactive;
}
.m3cs{
  width:35px;
  background-color:#E6E6FA; 
  color:#4b0082;
  ime-mode:disabled;
}

.m1cm{
  width:70px;
  background-color:#E6E6FA; 
  color:#4b0082;
  ime-mode:active;
}
.m2cm{
  width:70px;
  background-color:#E6E6FA; 
  color:#4b0082;
  ime-mode:inactive;
}
.m3cm{
  width:70px;
  background-color:#E6E6FA; 
  color:#4b0082;
  ime-mode:disabled;
}

.m1cl{
  width:200px;
  background-color:#E6E6FA; 
  color:#4b0082;
  ime-mode:active;
}
.m2cl{
  width:200px;
  background-color:#E6E6FA; 
  color:#4b0082;
  ime-mode:inactive;
}
.m3cl{
  width:200px;
  background-color:#E6E6FA; 
  color:#4b0082;
  ime-mode:disabled;
}

/* TABLE CLASS */

.table1 {
 border-style: solid;
 border-width: 1px;
 border-color: #16378c;
 background-color: #ffffff;
}
.tr1 {
 border-style: solid;
 border-width: 1px;
 border-color: #16378c;
 background-color: #ffffff;
}
.td1 {
 border-style: solid;
 border-width: 1px;
 border-color: #16378c;
 background-color: #ffffff;
}


/* UL CLASS */

ul{
 list-style-type: square;
}

.ul_disc{
 list-style-type: disc;
}

.ul_none{
 list-style-type: none;
}


