

 body {  
  font-family: HG丸ｺﾞｼｯｸM-PRO;
  background-image: url("image/bg_boll02.gif");
  }



a:link, a:visited {
   color: blue;
   text-decoration: none; 
}



A:hover{
   color: blue; background: pink;
   position: relative;
   top: 3px; left: 2px;
}


td {
   color: black;
}


.td1{
   font-size: 20pt;
   color: #ffffff;
   background-color: #3366ff; height: 50;
   text-align: left;}

.td2{
   font-size:15pt;
   color: white;
   background-color: #3366ff;
   text-align: left;}

.td3{
   font-size:20pt;
   color: white;
   background-color: #ff0000; height: 50;
   text-align: left;}

.div1{
   font-size:12pt;
   color: white;
   background-color: #3366ff;
   text-align: left;}



table {
   line-height: 22pt;
}

.table1 {
   line-height: 40pt;
}



/* --- ▼サイドメニューバー 開始 --- */



/* --- ナビゲーションバー --- */
div.nav {
width: 180px; /* ナビゲーションの幅 */
font-size: 100%;
}

/* --- メニューエリア --- */
div.nav ul.nl {
margin: 0;
padding: 0;
list-style-type: none;
text-align: left;
}

/* --- メニュー項目 --- */
div.nav ul.nl li {
margin-bottom: 3px; /* 項目の下マージン */
border-bottom: 1px #8ca654 dotted; /* 項目の下境界線 */
}

/* --- リンク --- */
div.nav ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 12px 10px; /* リンクエリアのパディング（上下、左右） */
background: #66ccff; /* リンクエリアの背景 */
color: blue; /* 文字色 */
text-decoration: none; /* テキストの下線（なし） */
}
/* --- ポイント時の設定 --- */
div.nav ul.nl li a:hover {
background: pink; /* ポイント時の背景 */
text-decoration: none; /* テキストの下線（あり） */
}




/* --- サイドメニューバー 終わり▲ --- */
























/* --- メニューバー 開始 --- */


div.nav7 {
width: 100%; /* ナビゲーションの幅 */
background: #f00000 url(hor_menu4_back7.gif) repeat-x top; /* ナビゲーションの背景 */
border-top: 1px #c00000 solid; /* 上境界線 */
border-bottom: 1px #ff8080 solid; /* 下境界線 */
margin: 40px 0;
font-size: 70%;
}
div.nav7 ul.nl {
width: 100%; /* メニューの幅 */
margin: 0 auto; /* センターに配置 */
padding: 0;
background: #f00000 url(hor_menu4_back7.gif) repeat-x top; /* メニューの背景 */
border-left: 0.5px #c00000 solid; /* メニューの左境界線 */
border-right: 0.5px #ff8080 solid; /* メニューの右境界線 */
list-style-type: none;
text-align: center;
}
div.nav7 ul.nl li {
width: 9%; /* 項目の幅 */
float: left;
}
div.nav7 ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 9px 2px; /* リンクエリアのパディング（上下、左右） */
border-left: 1px #ff8080 solid; /* リンクエリアの左境界線 */
border-right: 1px #c00000 solid; /* リンクエリアの右境界線 */
text-decoration: none; /* テキストの下線（なし） */
font-weight: bold; /* 太字 */
}
div.nav7 ul.nl li a:link {
color: #ffffff;
}
div.nav7 ul.nl li a:visited {
color: #ffffff;
}
div.nav7 ul.nl li a:hover {
color: #ffff00;
}
div.nav7 ul.nl li a:active {
color: #ffff00;
}




/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

/* --- メニューバー 終了 --- */
