﻿
BODY#taiki { background-image: url(../images/hd_bg_blue.gif); background-repeat: repeat-y; }
/* ヘッダー画像位置 */
#top_hd1 { position: absolute; left: 1px; top: 0px; }
#top_hd2 { position: absolute; left: 10px; top: 10px; }
#top_hd3 { position: absolute; left: 175px; top: 8px; }
IFRAME { z-index: 1; position: absolute; left: 173px; top: 30px; width: 520px; height: 50px; }
TABLE#text01 { margin-top: 95px; margin-left: -5px; width: 1000px; }

HR.h01 {
	height: 1px;
	border: none;
	background-color: #95C963;
	color: #95C963;
}
HR.h02 {
	height: 2px;
	border: none;
	background-color: #95C963;
	color: #95C963;
	margin-bottom: 0;
}

/* メニュー */
IMG { border-style:none; }
#menu { 
	vertical-align:top;
	background-color: #F5F5F5;
	width: 150px;
	border: solid 1px #CCCCCC;
}
#menu OL {
	margin: 0;
	padding: 0 3px;
	line-height: 2;
	font-size: 13px;
}
#menu OL LI {
	list-style: none outside;
	margin: 1px;
}
#menu OL LI.now {
	text-decoration: none;
	width: 125px;
	padding-left: 18px;
	display: block;
	background: #95C964 URL(../images/side_arrow_act.gif) no-repeat left center;
	border-top: 1px dotted #CCCCCC;
	color: #0080BF;
}
#menu OL LI.list1 A {
	text-decoration: none;
	width: 125px;
	padding-left: 18px;
	display: block;
	background: #F5F5F5 URL(../images/side_arrow_off.gif) no-repeat left center;
	border-top: 1px dotted #CCCCCC;
	color: #0080BF;
}
#menu OL LI.list1 A:hover {
	background: #E6F8D9 URL(../images/side_arrow_on.gif) no-repeat left center;
	color: #0080BF;
	text-decoration: underline;
}
#menu OL LI.list2 {
	text-decoration: none;
	width: 140px;
	padding-left: 2px;
	display: block;
	background: #F5F5F5;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	color: #0080BF;
	font-weight: 600;
}
#menu UL {
	margin: 0;
	padding: 0;
	line-height: 2;
	font-size: 13px;
	font-weight: 400;
}
#menu UL LI.list3 A {
	text-decoration: none;
	width: 120px;
	padding-left: 18px;
	display: block;
	background: #F5F5F5 URL(../images/side_arrow_off.gif) no-repeat left center;
	color: #0080BF;
}
#menu OL LI.list3 A:hover {
	background: #E6F8D9 URL(../images/side_arrow_on.gif) no-repeat left center;
	color: #0080BF;
	text-decoration: underline;
}
#menu OL LI.list4 A {
	text-decoration: none;
	width: 125px;
	padding-left: 18px;
	display: block;
	background: #F5F5F5 URL(../images/side_arrow_off.gif) no-repeat left center;
	color: #0080BF;
}
#menu OL LI.list4 A:hover {
	background: #E6F8D9 URL(../images/side_arrow_on.gif) no-repeat left center;
	color: #0080BF;
	text-decoration: underline;
}

#key {
	margin: 5px 0;
	text-align: center;
}
#keyIma a{
    display : block ;
    width : 40px ;
    padding-top : 25px ;
    text-align : center ;
    background-repeat : no-repeat ;
    background-position : top center ;
}
.keyIma1 a, .keyIma1 a:link{ 
	background-image:url(../images/side_key1_off.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.keyIma1 a:hover { background-image:url(../images/side_key1_on.gif); }
.keyIma2 a, .keyIma2 a:link {
	background-image:url(../images/side_key2_off.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.keyIma2 a:hover { background-image:url(../images/side_key2_on.gif); }

#carry { margin-bottom: 10px; text-align: center; }

/* 本文 */
#contents { margin-left:5px; margin-right:5px; }

/* タイトル */
#Title1 {
	margin: 3px 0;
	color: #55AA22;
	font-size: 23px;
	font-weight: 500;
}

/* プルダウンリスト */
#pulldown1 { background: #E7F7DA; width: 400px; }
#pulldown1 p { padding: 0; text-align: center; }
#pulldown2 { background: #E7F7DA; width: 600px; }
#pulldown2 p { padding: 0; text-align: center; }
#pulldown3 { background: #E7F7DA; width: 300px; }
#pulldown3 p { padding: 0; text-align: center; }
.rtop, .rbottom { display:block;background: #FFF; }
.rtop *, .rbottom * { display: block; height: 1px;overflow: hidden; background: #E7F7DA; }
.r1 { margin: 0 5px; }
.r2 { margin: 0 3px; }
.r3 { margin: 0 2px; }
.r4 { margin: 0 1px; height: 2px; }
.condition { color:#FF4000; }

/* 「表示」ボタン */
INPUT.bt1{ width:80px; height:23px; font-size:10pt; font-weight:bold; }

#items {
	margin-bottom: 3px;
	padding: 0 15px;
	list-style-type: circle;
	color: #55AA22;
}
#time_signal { border-collapse: collapse; border: 1px solid #CCCCCC; }
#time_signal TD { table-layout: fixed; border: 1px solid #CCCCCC; }

p.back a { text-decoration: none; color: #0000FF; }
p.back a:hover { text-decoration: underline; color: #00CC33; }
p.next a { text-decoration: none; color: #0000FF; }
p.next a:hover { text-decoration: underline; color: #00CC33; }

a:link { text-decoration: none; }
a:visited { color: #999999; text-decoration: none; }
a:hover { color: #00CC33; text-decoration: none; }

p.guide-menu a { text-decoration: none; padding: 2px 5px; color: #0000FF; }
p.guide-menu a:hover { text-decoration: none; color: #00CC33; }
p.guide-menu a.a2  { color: #000000; }
p.guide-menu a.a2:hover { text-decoration: none; color: #00CC33; }

TR.he01 { height: 25px; }
TR.he02 { height: 65px; }
TR.he03 { height: 30px; }
TR.he04 { height: 40px; }
TR.he05 { height: 30px; }
TR.he06 { height: 25px; }
TR.he07 { height: 18px; }
TH.mcDate { white-space: nowrap; vertical-align: middle; text-align: center; background-color: #CBF1B2; font-size: large; }
TD.mcField { white-space: nowrap; vertical-align: middle; text-align: center; background-color: #CBF1B2; }
TD.mcItem { white-space: nowrap; vertical-align: middle; text-align: center; background-color: #E6F8D9; }
TD.tl1 { white-space: nowrap; vertical-align: top; text-align: left; background-color: #FFFFFF; }
TD.tl2 { white-space: nowrap; vertical-align: top; text-align: left; background-color: #EEFEFF; }
TD.tc1 { white-space: nowrap; vertical-align: top; text-align: center; background-color: #FFFFFF; }
TD.tc2 { white-space: nowrap; vertical-align: top; text-align: center; background-color: #EEFEFF; }
TD.tr1 { white-space: nowrap; vertical-align: top; text-align: right; background-color: #FFFFFF; }
TD.tr2 { white-space: nowrap; vertical-align: top; text-align: right; background-color: #EEFEFF; }
TD.ml1 { white-space: nowrap; vertical-align: middle; text-align: left; background-color: #FFFFFF; }
TD.ml2 { white-space: nowrap; vertical-align: middle; text-align: left; background-color: #EEFEFF; }
TD.mc1 { white-space: nowrap; vertical-align: middle; text-align: center; background-color: #FFFFFF; }
TD.mc2 { white-space: nowrap; vertical-align: middle; text-align: center; background-color: #EEFEFF; }
TD.mc3 { white-space: nowrap; vertical-align: middle; text-align: center; background-color: #FFFFDD; }
TD.mr1 { white-space: nowrap; vertical-align: middle; text-align: right; background-color: #FFFFFF; }
TD.mr2 { white-space: nowrap; vertical-align: middle; text-align: right; background-color: #EEFEFF; }
TD.bl1 { white-space: nowrap; vertical-align: bottom; text-align: left; background-color: #FFFFFF; }
TD.bl2 { white-space: nowrap; vertical-align: bottom; text-align: left; background-color: #EEFEFF; }
TD.bc1 { white-space: nowrap; vertical-align: bottom; text-align: center; background-color: #FFFFFF; }
TD.bc2 { white-space: nowrap; vertical-align: bottom; text-align: center; background-color: #EEFEFF; }
TD.br1 { white-space: nowrap; vertical-align: bottom; text-align: right; background-color: #FFFFFF; }
TD.br2 { white-space: nowrap; vertical-align: bottom; text-align: right; background-color: #EEFEFF; }

/* テロップ用 */
BODY#telop { background-color: transparent; }
INPUT.txt01 { font-size: 11pt; color: SeaGreen; font-weight: bold; background-color: transparent; border-style:none; }
INPUT.txt02 { font-size: 11pt; color: orange; font-weight: bold; background-color: transparent; border-style:none; }
INPUT.txt03 { font-size: 11pt; color: red; font-weight: bold; background-color: transparent; border-style:none; }
INPUT.txt10 { font-size: 11pt; color: black; font-weight: bold; background-color: transparent; border-style:none; }