/************************************************
  本体のスタイルシート 基本部分
 ************************************************/
body {
font-size:10pt;
margin:0px;
background-color:#ffffff;
border:0px solid #606060;
color:#606060;
border-collapse:collapse;
background-attachment:fixed;
}
table{
font-size:12pt;
border-collapse:collapse;
padding:0px;
margin:0px;
}

H1{
font-size:14pt;
color:#999999;
background-color:#ffffff;
}
H2{
font-size:14pt;
color:#ffffff;
background-color:#669966;
}
H3{
font-size:12pt;
color:#ff0000;
}

input{
border:1px solid #606060;
background-color:#ffffff;
}

textarea,select {
color : #000000 ;
border : #606060 1px solid ;
}

.fontblack {
font-size:10pt;
color:#000000;
}

.fontblackmini {
font-size:8pt;
color:#000000;
}

.fontwhite {
font-size:12pt;
color:#ffffff;
}
.fontwhitebg {
font-size:12pt;
color:#ffffff;
background-color:#336633;
}
.fontgray {
font-size:10pt;
color:#dddddd;
}

.fontmenu {
font-size:10pt;
color:#000000;
}

.fontblue {
font-size:10pt;
color:#0000ff;
}

.fontred {
font-size:10pt;
color:#ff0000;
}

.fontgreen {
font-size:10pt;
color:#009900;
}
.fontgreenbig {
font-size:14pt;
color:#009900;
font-weight:900;
}

a.tree{
color:#ffffff;
text-decoration:none;
}
a.link{
color:#ffffff;
text-decoration:none;
}

a.black{
font-size:10pt;
color:#000000;
text-decoration:none;
}
a.white{
font-size:10pt;
color:#ffffff;
text-decoration:none;
}

A{
  text-decoration:none;
}
A:LINK{
  font-family:"ＨＧｺﾞｼｯｸE-PRO,ＭＳ ゴシック";
}
A:VISITED{
  font-family:"ＨＧｺﾞｼｯｸE-PRO,ＭＳ ゴシック";
}
A:ACTIVE{
  text-decoration:underline;
}
A:HOVER {
  text-decoration:underline;
	background-color:#ff6600;
}
