﻿@charset "UTF-8";

html
   {
   background-color: #FFFFFF;
   }

body
   {
   position: absolute;
   left: 0px;
   top: 0px;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   margin-left: 0px;
   font-family: メイリオ, 'MS UI Gothic', 'ＭＳ Ｐゴシック', sans-serif;
   color: #000000;
   white-space: nowrap;
   }

a
   {
   color: #0080FF;
   text-decoration: underline;
   }

a:visited
   {
   color: #0080FF;
   text-decoration: underline;
   }

.tspace0
   {
   margin-top: 0px;
   }

.tspace1
   {
   margin-top: 30px;
   }

.tspace2
   {
   margin-top: 40px;
   }

.tspace3
   {
   margin-top: 50px;
   }

.bspace0
   {
   margin-bottom: 0px;
   }

.bspace02
   {
   margin-bottom: 2px;
   }

.bspace1
   {
   margin-bottom: 30px;
   }

.lspace1
   {
   margin-right: 0px;
   margin-left: 30px;
   }

.lspace2
   {
   margin-right: 0px;
   margin-left: 40px;
   }

.fontsize1
   {
   font-size: 15px;
   line-height: 23px;
   }

.fontsize3
   {
   font-size: 22px;
   line-height: 30px;
   }

.fontsize0
   {
   font-size: 12px;
   line-height: 20px;
   }

.fontweight1
   {
   font-weight: bold;
   }