/* ターゲットアンカーは斜体にしない */
/*  A[HREF]{Font-Style:Italic;}の代替措置 */

A.target{
	Font-Style:Normal;}

body{
	margin:0;
	padding:0;
}

/* 全ページ共通の、文字列の色指定 */

BODY{
	Color:#000000;
	Font-Size:Medium;}

A{
	Font-Style:Italic;}

A:link{
	Color:#000066;
	Text-Decoration:None;}

A:visited{
	Color:#000000;
	Text-Decoration:None;}

A:forcus,
A:hover{
	Color:#000000;
	Text-Decoration:Underline;}

A:active{
	Color:#FF0000;
	Text-Decoration:Underline;}

A.help{
	Color:#00FF00;
	Cursor:Help;}

A.help:link,
A.help:visited{
	Color:#006600;}

A.help:active{
	Color:#FF0000;
	Text-Decoration:Underline;}

A.help:hover{
	Color:#000000;
	Text-Decoration:Underline;
	Background-Color:#00FF00;}

HR{
	Display:None;
	Width:0;}	/* Netscape対策 */

/* <Hx>の指定 */

H1,H2,H3,H5{
	Font-Weight:Bold;}

H4,H6{
	Font-Weight:Normal;}


H1{
	Font-Size:2.4em;
	Border-Style:Solid;
	Border-Width:2px 0;
	Text-Align:right;
	Margin:5px 0;
	Padding:3px 8% 3px 3px;	/* Mac + IE4 対策(?) */
	Font-Family:"Times New Roman",
				"Times Roman",
				"Times",
				serif;}

H2{
	Font-Size:1.4em;
	Border-Style:Solid;
	Border-Width:2px 4px 3px 1px;
/*	Border-Color:#FFFFFF;*/
	Text-Align:Right;
	Margin:5px 5%;
	Padding:3px 3% 3px 3px;	/* Mac + IE4 対策(?) */
	Font-Family:"Times New Roman",
				"Times Roman",
				"Times",
				serif;}

H3,H4{
	Font-Size:1.2em;}

H5,H6{
	Font-Size:1.1em;}


/* その他 */
P{
	Line-Height:130%;}

EM{
	Font-Weight:Bolder;
	Font-Style:Normal;}

P.update{
	Font-Family:"Verdana",
				"Helvetica",
				fantasy;}

UL{
	List-Style-Type:Square;
	Margin:0.5em 2em 2em 2em;}

UL UL{
	List-Style-Type:Disc;}

LI{
	Margin:0 0 0.2em 0;}

ADDRESS.copy{
	Font-Style:Normal;
	Font-Size:0.8em;
	Text-Align:Center;
	Margin:2em 0 0 0;}

DIV.prev{
	Width:45%;
	Float:Left;
	Text-Align:Left;
	Margin:0 0 0 0;
	Padding:0 0 0 0;}

DIV.next{
	Width:45%;
	Float:Right;
	Text-Align:Right;
	Margin:0 0 0 0;
	Padding:0 0 0 0;}

DIV.footer{
	Text-Align:Center;
	Clear:Both;
	Margin:0 0 0 0;
	Padding:0 0 0 0;}

.menu{
	Text-Align:right;
	Margin:0 5% 2em 5%;
	Font-Family:"Times", serif;}

.head{
	Text-Align:right;
	Margin:0 8% 0 5%;
	Padding:0 0 0 0;
	Font-Family:"Times New Roman",
				"Times Roman",
				"Times",
				serif;}

DIV.text{
	Margin:1em 8% 4em 8%;}

/* netscapeがACCESSKEYに対応していないため、別ファイルとする */
@import url(accesskey.css);
