@charset   "Shift_JIS";
/* ポップアップメニューの全体のスタイル  */
.nav	{
	width:900px;	/* ナビバー全体の幅 */
	position:absolute;/* 絶対位置指定 */
	top : 114px;		/* 上からのピクセル数 */
}

.nav2	{
	width : 140px;	/* ナビバー全体の幅 */
	position:absolute;/* 絶対位置指定 */
	top : 140px;		/* 上からのピクセル数 */
}

/* ポップアップメニューの最上位のメニューのスタイル  */
.menu-0{
    width : 80px;/* 横幅 */
    height : 20px;
    font-size : 10pt;
    text-align : center;
    background-color:#eeeeff;
    border:1px solid #9999ff;
    font-weight:bold;/* 文字の太さ 普通にするときはnormalに */
    color:#000000;/* 文字色 */
    cursor:hand;/* マウスカーソルの形 */
    padding : 1px 1px 1px 1px; /* 内部の余白 */
    list-style-type:none;/* リストマーカーの設定 */
    float : left;/* 回り込み */
}
.menu-2{
    width : 140px;/* 横幅 */
    height : 25px;
    font-size : 11pt;
    text-align : left;
    background-color:#eeeeff;
    border:1px solid #9999ff;
    font-weight:bold;/* 文字の太さ 普通にするときはnormalに */
    /* 文字色 */
    cursor:hand;/* マウスカーソルの形 */
    padding : 3px 3px 3px 3px; /* 内部の余白 */
    list-style-type:none;/* リストマーカーの設定 */

  position : normal;
}

/* ポップアップメニューの下位メニューのスタイル  */
.sidehide{
    		/* 上からのピクセル数 */
    width : 170px;/* 横幅 */
    text-align : left;
    list-style-type:none;/* リストマーカーの設定 */
    margin:0px;/* マージン(外周の幅) */
    font-size : 10pt;
    face:MS UI Gothic;
    left : 140px;
  position : absolute;
  height : 25px;
  padding-top : 2px;
  padding-left : 2px;
  padding-right : 2px;
  padding-bottom : 2px;
}
/* ポップアップメニューの下位メニューのスタイル  */
.sidehide1{
    top : 20px;		/* 上からのピクセル数 */
    width : 150px;/* 横幅 */
    text-align : left;
    list-style-type:none;/* リストマーカーの設定 */
    margin:0px;/* マージン(外周の幅) */
    position : absolute;/* 絶対位置指定 */
    font-size : 8pt;
    left : 161px;
    face:MS UI Gothic;
}
.sidehide2{
    top : 20px;		/* 上からのピクセル数 */
    width : 150px;/* 横幅 */
    text-align : left;
    list-style-type:none;/* リストマーカーの設定 */
    margin:0px;/* マージン(外周の幅) */
    position : absolute;/* 絶対位置指定 */
    font-size : 8pt;
    left : 241px;
}
.sidehide3{
    top : 20px;		/* 上からのピクセル数 */
    width : 150px;/* 横幅 */
    text-align : left;
    list-style-type:none;/* リストマーカーの設定 */
    margin:0px;/* マージン(外周の幅) */
    position : absolute;/* 絶対位置指定 */
    font-size : 8pt;
    left : 321px;
}
.sidehide4{
    top : 20px;		/* 上からのピクセル数 */
    width : 150px;/* 横幅 */
    text-align : left;
    list-style-type:none;/* リストマーカーの設定 */
    margin:0px;/* マージン(外周の幅) */
    position : absolute;/* 絶対位置指定 */
    font-size : 8pt;
    left : 401px;
}
.sidehide5{
    top : 20px;		/* 上からのピクセル数 */
    width : 150px;/* 横幅 */
    text-align : left;
    list-style-type:none;/* リストマーカーの設定 */
    margin:0px;/* マージン(外周の幅) */
    position : absolute;/* 絶対位置指定 */
    font-size : 8pt;
    left : 481px;
}
.sidehide6{
    top : 20px;		/* 上からのピクセル数 */
    width : 150px;/* 横幅 */
    text-align : left;
    list-style-type:none;/* リストマーカーの設定 */
    margin:0px;/* マージン(外周の幅) */
    position : absolute;/* 絶対位置指定 */
    font-size : 8pt;
    left : 561px;
}
.sidehide7{
    top : 20px;		/* 上からのピクセル数 */
    width : 150px;/* 横幅 */
    text-align : left;
    list-style-type:none;/* リストマーカーの設定 */
    margin:0px;/* マージン(外周の幅) */
    position : absolute;/* 絶対位置指定 */
    font-size : 8pt;
    left : 641px;
}
.sidetxt{
    background-color:#eeeeff;
    border-top:1px solid #9999ff;
    border-left:1px solid #9999ff;
    border-right:1px solid #9999ff;
    border-bottom:1px solid #9999ff;
    line-height:150%;
    margin:0px 0px;
}

.sidetxt2{
    background-color:#eeeeff;
    border-top:1px solid #9999ff;
    border-left:1px solid #9999ff;
    border-right:1px solid #9999ff;
    border-bottom:1px solid #9999ff;
    line-height:150%;
    margin:0px 0px;
}


/* ポップアップメニュー内、子メニューあるいは孫メニューに適用するスタイル */
.child{
	visibility:hidden;/* 表示しないでおく */
	list-style-type:none;/* リストマーカーは表示しない */
	font-weight:normal;/* 文字の太さ 太くするときはboldなどに */
	margin:0px;/* マージン(外周の幅) */
	padding:3px;/* パディング(内周の幅) */
	width:150px;/* 横幅 */
	background:#7EC0EE;/* 背景色 */
}
 
/* 以下のCSSはなぜか…IEでは適用されない */
ul.parent a{color:#000000;}/** ポップアップメニュー内のハイパーリンクに関するCSS **/
ul.parent a:hover{color:#ff7f50;}/** ハイパーリンクにマウスがポイントしているときのCSS **/
