/*リンクの色一括設定（BODYのほうが優先）*/
A:link{color:#003399;}
A:visited {color:#003399;}
A:active {color:#ff0000;}
A:hover {color:#ff0000;}
A{ text-decoration: none }

/*H1〜H3の文字をかっこよくする*/
H1 { font-size: 18pt; font-weight: bold; line-height: 140%; }
H2 { font-size: 14pt; font-weight: bold; line-height: 130%; }
H3 { font-size: 12pt; font-weight: bold; line-height: 130%; }

/*FORM 用の設定*/
/*フォームに枠線を付けます。ＮＮで背景色を反映させるためには必須。*/
/*borderの形状指定には、隆起させる「outset」、陥没させる「inset」、平面の「solid」*/
/*FORM { border:1px outset #ffffff;  background-color: #cccccc; }*/

/*INPUT用の設定（ネスケ無効）*/
INPUT { font-size: 10px; border:1solid#000000;  background-color : #cccccc; }

/*What'sNew用テキストエリア*/
textarea {
	font-size:12px;
	line-height: 140%; 
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	background-color:#ffffff; color : #999999;
}

/*以下NN4.n IE5*/
/*タイトル用（大）*/
.title { font-size: 14pt; font-weight: bold; line-height: 130%; margin:3 3 3 3; }

/*リードなどポイントとなる文章用*/
.read { font-size: 11pt; font-weight: bold; line-height: 120%; }

/*フッダ*/
.btm { font-size: 10px; font-weight: bold; line-height: 120%; }

/*コピーライト*/
.copy { font-size: 10px; line-height: 120%; }

/*メインのテキストに*/
.maintxt{ font-size: 10pt; line-height: 140%; margin:1 1 1 1; }

/*行間だけ微妙に広げる*/
.main { line-height: 130%; }

/*更新履歴用*/
.ad { font-size: 10pt; line-height: 140%; margin:1 1 1 1; }

/*極小文字*/
.minimini { font-size: 8pt; line-height: 130%; }
