/***************************/
/* スタイルシート其の二 　 */
/* Last Edit:2002/05/22	   */
/***************************/

BODY {
  background-attachment : fixed;
  /**背景固定		**/
  font-size : 10pt;
  color : #5a5a5a;
  margin-top : 0px;
  margin-left : 0px;
  margin-bottom : 0px;
  scrollbar-Face-Color:#d0e8ff;
  scrollbar-Shadow-Color:b#333399;
  scrollbar-DarkShadow-Color:#ffffff;
  scrollbar-Highlight-Color:#333399;
  scrollbar-3dLight-Color:#d0e8ff;
  scrollbar-Arrow-Color:#333399;
}
TABLE{
  font-size : 10pt;
  color : #5a5a5a;
}
/***見出し2の設定***/
H2{
  color:#000080;
  font-weight:bold;
  font-size : 14pt;
}
/***見出し3の設定***/
H3{
  color:#000080;
  font-weight:bold;
}
/***リンク文字の設定***/

A:LINK    {
  color : #2f00bb;
  text-decoration : none;
}
/**未訪問		**/
A:VISITED {
  color : #2f00bb;
  text-decoration : none;
}
/**訪問済		**/
A:ACTIVE  {
  color : #ff0000;
  text-decoration:underline overline;
}
/**アクティブ	**/
A:HOVER   {
  color:#FF0000;
  text-decoration:underline overline;
}
/***個別FONT設定***/
.times-new-roman {
  font-family : "Times New Roman" ;
}
.bold{
  font-weight:bold;
}
.it{
  font-style:italic;
}
.un{
  text-decoration:underline;
}
.small{
  font-size : 9pt;
}
.center{
  text-align:center;
}
.right{
  text-align:right;
}
.left{
  text-align:left;
}
.red-bold {
  font-weight:bold;
  color:#ff0000;
}
/***色設定***/
.red {
  color : #ff0000 ;
}
.white {
  color : #ffffff ;
}
.yellow {
  color : #ffff66 ;
}
.ppl-bold{
  color:#8000ff;
  font-weight:bold;
}
.line {
  border-top-width : 0.00px;
  border-right-width : 0.00px;
  border-bottom-width : 3.00px;
  border-left-width : 0.00px;
  border-color : #8080c0;
  border-style : double;
  width : 100.00%;
  text-align:center
;
}
/***マージン***/
.margin-15 {
  margin-left : 15.00px ;
}
.margin-50 {
  margin-left : 50.00px ;
}
.margin-100 {
  margin-left : 100.00px ;
}
/*** U/W 見出し部分のID設定 ***/
.uw-menu {
  font-style : normal;
  font-weight : bold;
  color : #000080;
}
/***H3アルファベット用ID設定***/
.H3-ABC {
  font-weight : bold;
  color : #008080;
  font-size : 12pt;
}
/*** TABLE TOP部分のID設定 ***/
.table-top {
  font-size : 12pt;
  color : green;
  font-style :normal;
  font-weight : bold;
  text-align:center;
  width:100.00%;
  border-color:#8080ff;
  border-style:solid;
  border-top-width:0.00px;
  border-right-width:0.00px;
  border-bottom-width:5.00px;
  border-left-width:0.00px;
}
/*** 海豚君の旅日記日付部分のID設定 ***/
.tabi-date {
  font-style :normal;
  font-weight : bold;
  color : #008080;
  font-size : 12pt;
}
/*** Diving Service Linkの海洋状況と予約 ***/
.kaiyou{
  font-size : 9pt;
  color : white;
  background-color : #f8034d;
  text-align : center;
}
.yoyaku {
  font-size : 9pt;
  color : white;
  background-color : #04b338;
  text-align : center;
}
/*** Diving Service Linkの地域Top ***/
.svc-top {
  font-weight : bold;
  font-size : 16pt;
  color : #004080;
  text-align : center;
}
.areaname {
  font-weight : bold;
  font-size : 16pt;
  color : #008080;
}
/*** 影(BLUE) ***/
.clr-blue{
  filter:Alpha(opacity=50);
  background-color:#2e49a7 ;
}
/*** 影(BLUE) ***/
.clr-ble2{
  filter:Alpha(opacity=30);
  background-color:#0000ff ;
}
