
/**************/
/*    基本    */
/**************/

body{
   background-color:#ffffff;
   cursor:default;}

body,td{
   color:#000000;
   font-family:Osaka, Verdana, ＭＳ Ｐゴシック;
   font-size:12px;
   line-height:120%;
   letter-spacing:1;}

br{
   letter-spacing:0;}




/****************/
/*    リンク    */
/****************/

a:link{
   color:#00a3af;
   display:block;}

a:active{
   color:#fbfaf5;}

a:visited{
   color:#00a3af;}

a:hover{
   color:#fffffc;
   text-decoration:none;}




/****************/
/*   メニュー   */
/****************/

UL{
   margin:0px;
   padding:0px;
   text-align:center;

   
list-style-type:none;}


LI{

   width:150px;
   height:20px;
   line-height:20px;
   font-weight:bold;}

LI a{
   height:20px;
   line-height:20px;
   font-weight:bold;
   display:block;}

LI a:hover{
   background-color:#ff47a3;}




/************************/
/*   画像のBORDERタグ   */
/************************/

IMG{
   border:0px;}

