

/* 「モテない」用。 */

/* heading と bodyの文字、全部ゴチック、大きめ。
h4, h5は本文と同じ、ボールドになるだけ。
boldは、一回り大きい赤文字。本文中の強調部分に多用。 */


h1 { font-size: 24pt; line-height: 150%; font-family: Osaka, Osaka-等幅, "MS UI Gothic", "ＭＳ Ｐゴシック", "ＭＳ ゴシック"}
h2 { font-size: 18pt; line-height: 150%; font-family: Osaka, Osaka-等幅, "MS UI Gothic", "ＭＳ Ｐゴシック", "ＭＳ ゴシック"}
h3 { font-size: 14pt; line-height: 150%; font-family: Osaka, Osaka-等幅, "MS UI Gothic", "ＭＳ Ｐゴシック", "ＭＳ ゴシック"}

h4 { font-weight: bold; font-size: 11pt; line-height: 150%; font-family: Osaka, Osaka-等幅, "MS UI Gothic", "ＭＳ Ｐゴシック", "ＭＳ ゴシック"}
h5 { font-weight: bold; font-size: 11pt; line-height: 150%; font-family: Osaka, Osaka-等幅, "MS UI Gothic", "ＭＳ Ｐゴシック", "ＭＳ ゴシック"}

body { font-size: 11pt; line-height: 200%; font-family: Osaka, Osaka-等幅, "MS UI Gothic", "ＭＳ Ｐゴシック", "ＭＳ ゴシック"}
p    { font-size: 11pt; line-height: 200%; font-family: Osaka, Osaka-等幅, "MS UI Gothic", "ＭＳ Ｐゴシック", "ＭＳ ゴシック"}
td   { font-size: 11pt; line-height: 200%; font-family: Osaka, Osaka-等幅, "MS UI Gothic", "ＭＳ Ｐゴシック", "ＭＳ ゴシック"}

.smalltext { font-size: 8pt; line-height: 100%; font-family: Osaka, Osaka-等幅, "MS UI Gothic", "ＭＳ Ｐゴシック", "ＭＳ ゴシック"}}
.fineprint { font-size: 7pt; line-height: 100%; font-family: Osaka, Osaka-等幅, "MS UI Gothic", "ＭＳ Ｐゴシック", "ＭＳ ゴシック"}}

.title {font-style: italic; }

.bold  {
	font-size: 13pt;
	color: #FF0066
}


/* link style 
リンク関係は、青の色を少し落とす以外はなにもしない。色替えは一応するけど、全部青。 */

a:link     { color: #3366CC; text-decoration: none }
a:visited  { color: #3333CC; text-decoration: none }
a:hover    { color: #3366FF; text-decoration: none }
a:active   { color: #3366FF; text-decoration: none }




