/*　いやーん、CSS Fileなんて見ちゃいやーん(笑)*/

/* リンク */
a { text-decoration : none; font-weight: bold; }
a:link { color : #008000; }
a:visited { color : #008080; }
a:hover { color : #00ff00; }
a:active { color : ff0000; }

/* 見だしの指定 */
h1 { font-size: 14pt ; fomt-weight: bold; color: #ffffff; }
h2 { font-size: 12pt ; fomt-weight: bold; color: #ffffff; margin-top: 3em;}

/* パラグラフの指定 */
p { font-size: 10pt; text-indent: 1em; text-align: left; line-height: 125%; color: #eeeeee;}

.handle  { font-size: 10pt; text-align: right; color: #ff3333;}

.ps { font-size: 8pt; text-indent: 1em; text-align: left; line-height: 125%; color: #eeeeee;}

/* Geocities上部バナーセンタリング指定 */
div.geo { padding-bottom: 30px; text-align: center; }

/* その他 */
br { font-size: 10pt; text-decoration: none; }

.hit { font-size:8pt; font-weight: normal; }
