@charset "utf-8";


/* ========fontsize======== */

.fs1	{font-size:3.8mm}
.fs2	{font-size:1cm}
.fs3	{font-size:1in}
.fs4	{font-size:1pt}
.fs5	{font-size:1pc}
.fs6	{font-size:1em}
.fs7	{font-size:1ex}
.fs8	{font-size:1px}
.fs9	{font-size:xx-small}
.fs10	{font-size:x-small}
.fs11	{font-size:small}
.fs12	{font-size:medium}
.fs13	{font-size:large}
.fs14	{font-size:x-large}
.fs15	{font-size:xx-large}
.fs16	{font-size:smaller}
.fs17	{font-size:larger}



/* ========link rules======== */

a.example1 { 
font-size:120%;
font-weight:bold;
color:#000000;
background:#ffffff;
}

a.example1:hover {
   color:#ffffff;
   background:#000000 url("images/bg_menu.gif") 0 0 repeat;
}

a.example2 { 
font-size:110%;
font-weight:bold;
color:#ffffff;
background:#0000ff;
}

a.example2:hover {
   color:#0000ff;
   background:#ffffff url("images/bg_menu.gif") 0 0 repeat;
}

a {
text-decoration: none;
}

a.example3 { 
font-size:120%;
font-weight:bold;
color:#ffffff;
background:#ff0000;
}

a.example3:hover {
   color:#ff0000;
   background:#ffffff url("images/bg_menu.gif") 0 0 repeat;
}

a.example4 { 
font-size:120%;
font-weight:bold;
color:#0000ff;
background:#ffff00;
}

a.example4:hover {
   color:#0000ff;
   background:#ffffff url("images/bg_menu.gif") 0 0 repeat;
}

a.example5 { 
font-size:120%;
font-weight:bold;
color:#f000ff;
background:#ffffff;
}

a.example5:hover {
   color:#ff000f;
   background:#ffffff url("images/bg_menu.gif") 0 0 repeat;
}
/* ========hƒ^ƒO======== */

h1 {
	font-size: 170%;
	color: #ff0000;
}

h2 {
	font-size: 165%;
	color: #000000;
}

h3 {
	font-size: 150%;
	color: #0000ff;
	font-weight:bold;
	background-color: #ffffff;
	width: 100%;
}

h4 {
	font-size: 220%;
	color: #ffff00;
	background-color: #0000ff;
}


