body{
        margin-left:0px;
        margin-top:0px;
        background-color:#fff;
		color:#333;
        font-family: Verdana, Helvetica, Geneva, sans-serif }
body{font-family: Osaka, "ＭＳ Ｐゴシック" }

a:link.small {
        font-size:  10px;
        letter-spacing:0.1em;
        color:#646464;
        text-decoration:underline}
a:visited.small {
        font-size:  10px;
        letter-spacing:0.1em;
        color: #7e7e7e;
        text-decoration:underline}
a:hover.small {
        font-size:  10px;
        letter-spacing:0.1em;
        color: #f00;
        text-decoration:underline}
a:active.small {
        font-size:  10px;
        letter-spacing:0.1em;
        color: #f00;
        text-decoration:underline}

a:link {
        font-size: 12px;
        color: #646464;
        text-decoration:underline}
a:visited  {
        font-size: 12px;
        color: #7E7E7E;
        text-decoration:underline}
a:hover  {
        font-size: 12px;
        color: #f00;
        text-decoration:underline}
a:active  {
        font-size: 12px;
        color: #f00;
        text-decoration:underline}

.japtextn {
        font-size:10px;
        letter-spacing:0.1em}
.japltextn {
        font-size:12px}
.japtext {
        font-size:10px;
        letter-spacing:0.1em;
        line-height:1.5em}
.japltext {
        font-size:12px;
        line-height:1.5em}/*通常使用するCSS*/
.japtextf {
        font-size:10px;
        letter-spacing:0.1em;
        line-height:1.5em}

h1   {font-size: medium}
h2   {font-size: small}
h3   {font-size: x-small}
h4   {font-size: xx-small}
h5   {font-size: xx-small}
.bolder {font-weight:bold;}/*フォント_太字*/
.red {color:#F00;} /*赤色*/
.lime {color:#0F0;}/*黄緑色*/
.blue {color: #00f;}/*青色*/
.gray {color:#808080;}/*グレー色*/
.silver {color:#c0c0c0;}/*シルバー色*/
.white {color:#FFF;}/*白色*/
.maroon {color:#800000;}/*小豆色*/
.green {color:#008000;}/*緑色*/
.navy {color:#000080;}/*紺色*/
.purple {color:#800080;}/*紫色*/
.olive {color:#808000;}/*オリーブ色*/
.teal {color:#008080;}/*濃緑色*/
.yellow {color:#FF0;}/*黄色*/
.fuchsia {color:#F0F;}/*紅紫色*/
.aqua {color:#39c;}/*水色*/
.orange {color:#F60;}/*オレンジ色*/
/*文字の揃え方*/
/*左揃え*/
	DIV.left	{text-align:left;}
	/*中央*/
	DIV.center	{text-align:center;}
	/*右揃え*/
	DIV.right	{text-align:right;}
.dl{/*リンク表の設定*/
  margin: 0.5em 0.5px 0.5em 0.5em;
  }
.dd{
  margin: 2px 0px 2px 1.5em;
  }
.linktitle{/*リンク項目タイトルの設定*/
  width: 30em;
  padding: 5px 1.5em 5px 1.5em;
  border: solid 1px #333333;
  color: #333333;
  background-color: #FFFFFF;
  font-size: 9pt;
  letter-spacing: 0.1em;
  }
.mark{/*リンク項目タイトルの左のマーク部分*/
  width: 8px;
  height: 8px;
  font-size: 1px;
  }
.mark2{/*リンク項目タイトルの設定の右のライン*/
  width: 150px;
  height: 1px;
  font-size: 1px;
  }