/*文字巨大化*/
.title { font-size: x-large; }

/*文字大化*/
.large { font-size: large; }

/*文字中化*/
.medi { font-size: medium; }

/*文字中央化*/
.center { text-align: center; }

/*文字左化*/
.left { text-align: left; }

/*文字右化*/
.right { text-align: right; }

/*背景ノーマル(連続)*/
.bgnomal {
color: #1c1c1c;
background-image: url("pict/bg1.jpg");
background-attachment: fixed;
background-position: left top; }

/*リンク色設定*/
a:link { color: blue; }
a:visited { color: blue; }
a:hover { color: fuchsia; }
a:active { color: aqua; }
a { font-weight: bolder; }

/*内容透明化*/
.hide { visibility: hidden; }

/*パディング1px*/
.pad0 { padding: 0px 0px; }

/*パディングnomal*/
.padn { padding: 0em 1em; }

/*注釈用リスト@*/
.chu { list-style-type: lower-roman; }

/*注釈用リストa*/
.chua { list-style-type: lower-alpha; }

/*文字色ピンク：pink,e50086,ff0099*/
.pink { color: #ff0099; }

/*文字色赤*/
.red { color: #E50031; }

/*文字色水色：9ACCE6,0c00cc*/
.aqua { color: #0c00cc; }

/*文字色緑色：47EA7E,10c98d,28af78,28a378*/
.eme { color: #008822; }

/*文字色黄色：yellow,ffc34c,FF9966*/
.yel { color: #FF7F50; }

/*文字色黒*/
.black { color: black; }

/*文字色白*/
.white { color: white; }

/*文字色背景*/
.bgcolor { color: #deefff; }

/*tt時フォント100％化。ttに組み込まず、tt後にspanなどで組み込む*/
.fontn { font-size: 120%; }
.fonts { font-size: 100%; }

/*行高さ1.4*/
.linen { line-height: 1.4em; }

/*パディングノーマル<td>*/
td { padding: 5px 5px; }

/*Body,行間,余白マージン*/
body { margin: 0em 0em; }
