{* コンテンツ内容のスタイルを記述 *}

.center             {text-align:center;}
.pt14               {line-height:150%; font-size:14pt;}
.pt12               {line-height:150%; font-size:12pt;}
.pt10               {line-height:150%; font-size:10pt;}
.red_bold_underline {color:#ff0000; font-weight:bold; text-decoration:underline;}
.red_bold           {color:#ff0000; font-weight:bold;}
.line_height        {line-height:150%;}

.left               {text-align:left;}
.right              {text-align:right;}
.underline          {text-decoration:underline;}
.red                {color:#ff0000;}
.left_part          {float:left;  text-align:center; width:270px;}
.right_part         {float:right; text-align:center; width:270px;}
.center_width600    {text-align:center;  width:600px;}
a:link {  color: #003399; text-decoration: none}
a:visited {  color: #000099; text-decoration: none}
a:hover {  color: #0066CC;text-decoration: underline}