/****** 共通用 CSS *******/
@charset "shift_JIS";
/*@charset "utf-8";*/

/****** 基本設定 ******/
a:link{  
    
    
    
  text-decoration: underline;
} /*未訪問のリンク*/

a:visited{  
    
    
    
  text-decoration: underline;
} /*訪問済のリンク*/

a:hover{  
    
    
    
  text-decoration: none;
} /*リンクにカーソルを乗せたとき*/

a:active{  
    
    
    
  text-decoration: none;
} /*リンクをクリックしたとき*/

a.a2:link{  
    
    
    
  text-decoration: underline;
  color: white;
} /*未訪問のリンク*/


a.a2:visited{  
    
    
    
  text-decoration: underline;
  color:white;
} /*訪問済のリンク*/

a.a2:hover{  
    
    
    
  text-decoration: none;
  color:white;
} /*リンクにカーソルを乗せたとき*/

a.list:link{  
    
    
    
  text-decoration: none;
} /*未訪問のリンク*/

a.list:visited{  
    
    
    
  text-decoration: none;
} /*訪問済のリンク*/

a.list:hover{  
    
    
    
  text-decoration: underline;
} /*リンクにカーソルを乗せたとき*/

a.list:active{  
    
    
    
  text-decoration: none;
} /*リンクをクリックしたとき*/

h1{  
    
    
    
  font-size: 150%;
  line-height: 120%;
}
h1.zero{  
    
    
    
  margin: 0px;
  padding: 0px;
}
h2{  
    
    
    
  font-size: 110%;
  line-height: 110%;
}

h2.pan{  
    
    
    
  font-size: 100%;
  line-height: 0%;
}

img{  
    
    
    
  margin: 0px;
  padding: 0px;
  border-width: 0;
}

.pola{  
    
    
  margin: 5px 10px 5px 5px;
padding: 10px 10px 40px 10px;
border-width: 2px;
border-style: solid;
border-color: #dce3e3 #c1c1c1 #c1c1c1 #dce3e3;
}
p.zero{  
    
    
    
  margin: 0px;
  padding: 0px;
}
div.border{  
    
    
    
  border-style:dashed;
  border-color:skyblue;
  border-width:2px;
  margin:5px 5px 5px 5px;
  padding:5px 20px 5px 10px;
}
div.border1{  
    
    
    
  border-style:solid;
  border-color:#0088FF;
  border-width:2px;
  margin:5px 5px 5px 5px;
  padding:5px 20px 5px 10px;
}

#logo {  
    
    
    
    width:900px;
    height:160px;
    background : no-repeat;
}

.photofrm
{  
    
    
  width:307px;
height:230px;
padding: 10px 10px 30px 10px;
background : #ffffff no-repeat 97% 98%;

border-style: solid;
border-width: 2px;
border-color: #DCE3E3 #C1C1C1 #C1C1C1 #DCE3E3;
}

/****** ページ全体 *******/
BODY{  
    
    
  font-family : "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica;
padding-top : 0px;
padding-bottom : 0px;
margin-top : 0px;
margin-bottom : 5px;
margin-left : 5px;
line-height : 150%;
font-size:12;
}

th, td {
    
    
  font-size: 13;
line-height : 150%;
}

/* 斜体をマーカーにタグ　*/
em{  
    
    
  padding: 2px 0;
background-color: #ffff66; /*#00ff66,#00ffcc,#00ff7f,#ff00ff,#00ffff*/
font-style: normal;
}

i{  
    
    
  padding: 2px 0;
background-color: #02ff06; /*#00ff66,#00ffcc,#00ff7f,#ff00ff,#00ffff*/
font-style: normal;
}
