﻿/*
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
 ファイル名 : 共通スタイルシート
 機能概要   : ログイン画面、メニュー画面の共通スタイル定義
 アクセス   : 
 注意・備考 : なし
 更新履歴   : 2007/10/18 新規作成 by TJS
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*/
a:link       { color: gray }
a:visited    { color: gray }
a:hover      { color: black }
body         { background-color: #EEFFEE; color: #0000D0 }
h1           { text-align: center; font-style: normal; font-variant: normal; font-weight: 
               normal; font-size: 20pt; font-family: ＭＳ 明朝 }
h2           { text-align: center; font-style: normal; font-variant: normal; font-weight: 
               normal; font-size: 15pt; font-family: ＭＳ 明朝 }
h3           { text-align: center }
h4           { text-align: center }
h5           { text-align: center }
input        { font-style: normal; font-variant: normal; font-weight: normal; font-size: 12pt;
               font-family: ＭＳ ゴシック }
table        { font-style:normal ; font-variant: normal; font-weight: bold; font-size: 12pt; 
               font-family: ＭＳ ゴシック }
select       { font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; 
               font-family: ＭＳ ゴシック }

