﻿@chaset "UTF-8";
body {background-color: #fff0f5;}

h1 {font-size: 30px;
   font-family: "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", serif;
   background-color: #ffcccc;
   border-style: solid;
   border-width: 1px;
   border-color: white;
   padding: 50px;
   background-image: url(hed.jpg); 
   height: 50px;
   color: #ff66cc; 
}


h2 {font-size: 100%;color: #000;
    background-color: #ffccff;
    font-family: Osaka, メイリオ, sans-serif;
    margin-top: 20px;
    background-image: url(pink.jpg); 
    height: 26px; 
    text-indent: 2em;
    line-height: 160%;
}

h3 {
    margin-bottom: 0px;
    background-color: #ffcccc;
    
    background-image: url(pink.jpg); 
    height: 26px; 
    text-indent: 2em;
    line-height: 160%;

}


P {line-height: 160%;
   
   background-color: white;
   padding: 2px;
   margin-top: 20px;
}


#wrapper {width: 800px;
          border: 1px solid #000;
          background-color: white;
          margin-left: auto;
          margin-right: auto;
}
table {width: 800px; 
       background-color: #ffffcc;
       border: 2px solid #000;
       font-size: 80%;
}
th {text-align: center;
    width: 160px;
    height: 24px; 
}


#nav {margin-top: 0px;
      border: 1px solid #ffcccc;
}

ul {background-color: #;
    list-style-position: inside;
    margin-left: 0px;
    padding-left: 0px;
    line-height: 190%;
    margin-top: 0px;
}

li {margin-left: 10px;
    
}

#content {width: 200px;
          margin-right: 5px; 
          margin-top: 20px;
          float: right;

}
#col1 {float: left;width: 550px;
       margin-left: 05px;
       margin-right: 0px; 

}      
#footer {width: 550px;
         clear both;margin-top: 30px;
         margin-left: 10px; 
         
}

a:link {color: #0000ff;
}
a:visited {color: #993366;
}
a:active, a:hover {color: #993366;
                   background-color: #efd1e0;}
#content p a {background-color: transparent;
}

.black{ color: #000!important; }
.red{ color: #ff0000!important; }
.blue{ color: #0000dd!important; }
.green{ color: #008000!important; }
.yellow{ color: #ffff00!important; }
.navy{ color: #1F26A9!important; }
.gray{ color: #ccc!important; }
.orange{ color: #ff6600!important; }
.pink{ color: #cc6699!important; }
.purple{ color: #660099!important; }
.olive{ color: #808000!important; }
.lime{ color: #00ff00!important; }
.aqua{ color: #167FA6!important; }

.underline{ text-decoration: underline!important; }
.del{ text-decoration:line-through;}

.box-yellow{ background-color: #ffff00!important; }
.box-aqua{ background-color: #00ffff!important; }

.b{ font-weight: bold!important; }
.big{ font-size: 120%!important; }
.big2{ font-size: 150%!important; }
.big3{ font-size: 180%!important; }
.small{ font-size: 80%!important; }





