address {
margin: 1em 0em 0em 0em;
text-align: right;
 }

body {
color: #000000;
background-color: #ffffff;
margin: 0em 1em 1em 1em;
text-align: center;
 }

div.body {
text-align: left;
width: 600px;
 }

div.footer {
margin: 1em 0em 0em 0em;
text-align: center;
 }

div.navi {
margin: 0.5em 0em 0em 0em;
padding: 0.2em;
border-top: solid 1px;
border-bottom: solid 1px;
 }

h1 {
margin: 0.125em 0em 0em 0em;
font-weight: normal;
font-size: 4em;
font-family: serif;
 }

h1 span {
color:#ffffff ;
font-size:1px ;
 }

h2 {
background-color: #cccccc;
margin: 0.5em 0em 0em 0em;
border: solid 1px;
font-weight: normal;
font-size: 2em;
 }

h2 span {
color:#cccccc ;
font-size:1px ;
 }

h3 {
margin: 0.5em 0em 0em 0em;
font-size: 1.2em;
 }

h3 span {
color:#ffffff ;
font-size:1px ;
 }

h4 {
margin: 0.5em 0em 0em 0em;
font-size: 1.0em;
 }

p {
margin: 0.5em 0em 0em 0em;
line-height: 1.5em;
 }

td.ocs {
text-align: center;
 }

ul {
margin: 0.5em 0em 0em 1em;
line-height: 1.5em;
 }

/* 

/* 色 */
color: ;★前景色(文字の色)

/* 背景 */
background: ;★背景の簡略化プロパティ
background-color: ;★背景色
background-image: ;★背景画像
background-repeat: ;★背景画像の敷き詰め方
background-attachment: ;★背景画像の固定
background-position: ;★背景画像の位置

/* マージン */
margin: ;★マージンの簡略化プロパティ
margin-top: ;★ボックスの上のマージン
margin-right: ;★ボックスの右のマージン
margin-bottom: ;★ボックスの下のマージン
margin-left: ;★ボックスの左のマージン

/* パディング */
padding: ;★パディングの簡略化プロパティ
padding-top: ;★ボックスの上のパディング
padding-right: ;★ボックスの右のパディング
padding-bottom: ;★ボックスの下のパディング
padding-left: ;★ボックスの左のパディング

/* ボーダー */
border: ;★ボーダーの簡略化プロパティ
border-top: ;★ボーダーの上の簡略化プロパティ
border-right: ;★ボーダーの右の簡略化プロパティ
border-bottom: ;★ボーダーの下の簡略化プロパティ
border-left: ;★ボーダーの左の簡略化プロパティ
border-width: ;★ボーダーの幅
border-top-width: ;★ボーダーの上の幅
border-right-width: ;★ボーダーの右の幅
border-bottom-width: ;★ボーダーの下の幅
border-left-width: ;★ボーダーの左の幅
border-style: ;★ボーダーのスタイル
border-top-style: ;★ボーダーの上のスタイル
border-right-style: ;★ボーダーの右のスタイル
border-bottom-style: ;★ボーダーの下のスタイル
border-left-style: ;★ボーダーの左のスタイル
border-color: ;★ボーダーの色
border-top-color: ;★ボーダーの上の色
border-right-color: ;★ボーダーの右の色
border-bottom-color: ;★ボーダーの下の色
border-left-color: ;★ボーダーの左の色

/* フォント */
font: ;★フォントの簡略化プロパティ
font-style: ;★フォントのスタイル
font-variant: ;★スモールキャピタルフォント
font-weight: ;★フォントの太さ
font-size: ;★フォントの大きさ
font-family: ;★フォント名
font-stretch: ;★フォントの字幅
font-size-adjust: ;★縦幅比に対するフォントのサイズ

/* テキスト */
line-height: ;★行の高さ
text-align: ;★テキストの整列
vertical-align: ;★テキストの垂直方向の整列
text-indent: ;★ブロックの一行目のインデント幅
text-decoration: ;★テキストの装飾
letter-spacing: ;★テキストの文字の間隔
word-spacing: ;★テキストの単語間の間隔
text-transform: ;★テキストの大文字化、小文字化
white-space: ;★空白類文字の扱い
text-shadow: -0.5em 0.5em 0.5em #cccccc;★テキストの影付け

/* サイズ */
width: ;★ボックスの横幅
height: ;★ボックスの高さ
min-width: ;★ボックスの最小の横幅
max-width: ;★ボックスの最大の横幅
min-height: ;★ボックスの最小の高さ
max-height: ;★ボックスの最大の高さ

/* リスト */
list-style: ;★リストスタイルの簡略化プロパティ
list-style-type: ;★リストマーカーの種類
list-style-image: ;★リストマーカー画像
list-style-position: ;★リストマーカーの位置
marker-offset: ;★リストとリストマーカーの距離

/* 表示と配置 */
position: ;★ボックスの配置の仕方
visibility: ;★ボックスの表示
display: ;★要素の表示形式
float: ;★ブロックの流し込みの仕方
clear : ;★ブロックの流し込みの禁止
top: ;★ブロックの位置（上）
right: ;★ブロックの位置（右）
bottom: ;★ブロックの位置（下）
left: ;★ブロックの位置（左）
overflow: ;★ボックスからはみ出した内容の扱い方
clip: ;★切り抜き領域
z-index: ;★位置指定されたボックスの重なりレベル
direction: ;★テキストの書字方向
unicode-bidi: ;★テキストの書字方向

/* テーブル */
table-layout: ;★テーブルのレイアウト
caption-side: ;★テーブルの表題の位置
border-collapse: ;★テーブルのボーダーモデル
border-spacing: ;★テーブルセル間の距離
empty-cells: ;★空のセルの表示の仕方

/* 内容生成 */
content: ;★before および :after 疑似要素の内容
quotes: ;★要素の前後に生成する引用符

/* 自動番号振り */
counter-increment: ;★カウンタの増加
counter-reset: ;★カウンタの初期化

/* カーソル */
cursor: ;★カーソルの形状

/* アウトライン */
outline: ;★アウトラインの簡略化プロパティ
outline-color: ;★アウトラインの色
outline-style: ;★アウトラインのスタイル
outline-width: ;★アウトラインの幅

/* 音声スタイルシート */
volume: ;★標準の音量
speak: ;★発音の仕方
pause: ;★pause-before、-after の簡略化プロパティ
pause-before: ;★読み上げる前の一時停止
pause-after: ;★読み上げる後の一時停止
cue: ;★cue-before、-after の簡略化プロパティ
cue-before: ;★読み上げる前に鳴らす音声アイコン
cue-after: ;★読み上げる後に鳴らす音声アイコン
play-during: ;★背景で再生する音声(背景音)
azimuth: ;★音源の方向
elevation: ;★音源の仰角
speech-rate: ;★読み上げる速度
voice-family: ;★ボイスファミリ(声の種類)
pitch: ;★声の平均ピッチ
pitch-range: ;★声の平均ピッチ
stress: ;★声のアクセントの高さ
richness: ;★声の豊かさ、あざやかさ
speak-punctuation: ;★区切り文字の読み方
speak-numeral: ;★数字の読み方
speak-header: ;★表のヘッダの読み上げ方

/* ページ媒体(印刷) */
page: ;★ページ名
page-break-before: ;★要素の前での改ページの制御
page-break-after: ;★要素の後での改ページの制御
page-break-inside: ;★要素の内容中での改ページの抑制
orphans: ;★改ページ時に残さなければならない行数
widows: ;★改ページ時に残さなければならない行数
marks: ;★ページのトンボ

/* リンク */
a:link: ;★未訪のリンク
a:visited: ;★既訪のリンク
a:active: ;★動作中のリンク
a:hover: ;★ユーザが指し示している

*/

