﻿@charset "UTF-8";

/* ボーダー */
.right-left-border {
	font-size: 13px;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
}

.standard-font-S12{
font-size: 12px;
}
.standard-font-bold-S{
font-size: 12px;
font-weight:bold;
}

.standard-font-M{
font-size: 13px;
}

.standard-font-M-G{
font-size: 13px;
color: #A9A9A9;
}


.standard-font-L{
font-size: 15px;
}
/* 強調表示用（ボールド緑） */
.standard-font-bold-M-BL{
font-size: 15px;
font-weight:bold;
color: #008080;
}

/* 強調表示用（ボールド緑） */
.standard-title-bold{
font-size: 18px;
font-weight:bold;
color: #008080;
}

/* 強調表示用（青） */
.standard-font-M-BL{
font-size: 13px;
color: #0033CC;
}

.standard-font-L{
font-size: 15px;
}


/* ヘッダフッタフォント */
.hf-link-font{
font-size: 13px;
font-weight: bold;
color: #ffffff;
}
/* images */
imges {
  float: right;
  margin: 1em 0 1em 1em;
}
/* text */
.center {
  text-align: center;
}
/* table style sheet*/
a {
 text-decoration: none;
} 
a:hover 
{ text-decoration: underline;
} 

    The table itself is centered, by setting its left and right margins to 'auto'.

        TABLE {
            margin-left: auto;
            margin-right: auto
        }


