body{
	background-color: #ffffff; /* ページの背景色 */
	color: #000000; /* 文字の色 */
	font-size: 10pt; /* 文字のサイズ */
}
table{
	font-size: 10pt; /* テーブル内の文字のサイズ */
}
a{
	background-color: transparent; /* リンクの背景色 */
	color: #0033ff; /* リンクの色 */
}
a:visited{
	background-color: transparent; /* 表示したリンクの背景色 */
	color: #990099; /* 表示したリンクの色 */
}
a:hover{
	background-color: transparent; /* マウスが上にあるリンクの背景色 */
	color: #ff0000; /* マウスが上にあるリンクの色 */
}
a:active{
	background-color: transparent; /* 選択されてアクティブなリンクの背景色 */
	color: #ff0000; /* 選択されてアクティブなリンクの色 */
}
.copyright{
	text-align: center; /* 著作権表示の位置 */
}
div.menu{
	text-align: left; /* グローバルメニューの位置 */
}
p{
	margin-left: 20pt; /* 段落の左側の余白の幅 */
	margin-right: 20pt; /* 段落の右側の余白の幅 */
}
p.centering{
	text-align: center; /* 画像の位置 */
}
strong{
	background-color: transparent; /* 強調する文字列の背景色 */
	color: #ff3300; /* 強調する文字列の色 */
}
strong.head{
	background-color: transparent; /* 項目の文字列の背景色 */
	color: #ffffff; /* 項目の文字列の色 */
}
td.head-bgcolor{
	background-color: #ff6600; /* 項目の背景色 */
}
ol{
	line-height: 1.2em; /* リスト(順序あり)の行間の幅 */
	list-style-type: decimal; /* リスト(順番あり)項目のマーカーの種類 */
}
ul{
	line-height: 1.2em; /* リスト(順序なし)の行間の幅 */
	list-style-type: disc; /* リスト(順番なし)項目のマーカーの種類 */
}
h1{
	background-color: transparent; /* 見出し(大)の文字列の背景色 */
	color: #000000; /* 見出し(大)の文字列の色 */
	font-size: 18pt; /* 見出し(大)の文字列のサイズ */
}
h2{
	background-color: transparent; /* 見出し(中)の文字列の背景色 */
	color: #000000; /* 見出し(中)の文字列の色 */
	font-size: 11pt; /* 見出し(中)の文字列のサイズ */
	margin-left: 20pt; /* 見出し(中)の左側の余白の幅 */
}
h3{
	background-color: transparent; /* 見出し(小)の文字列の背景色 */
	color: #000000; /* 見出し(小)の文字列の色 */
	font-size: 9pt; /* 見出し(小)の文字列のサイズ */
	margin-left: 20pt; /* 見出し(小)の左側の余白の幅 */
}
div.padding{
	padding-left : 20pt; /* 表の左側の余白の幅 */
	padding-right : 20pt; /* 表の右側の余白の幅 */
}
table.data-frame{
	background-color: #cccccc; /* 表のフレームの色 */
}
td.explanation{
	background-color: #ffffff; /* 表の説明部分の背景色 */
}
td.data{
	background-color: #ffffff; /* 表の数値部分の背景色 */
	text-align: center; /* 表の数値部分の位置 */
}
td.data-item{
	background-color: #eeeeee; /* 表の項目(小)の部分の背景色 */
	text-align: center; /* 表の項目(小)の部分の項目名の位置 */
}
td.data-item2{
	background-color: #dddddd; /* 表の項目(大)の部分の背景色 */
	text-align: center; /* 表の項目(大)の部分の項目名の位置 */
}
