/* リンク通常時 ---------------------------------------------*/
A{
	text-decoration: underline;
}

A:link{
	color: #0033CC;
}

A:visited{
	color: #0033CC;
}

A:hover{
	color: #E64D1A;
	text-decoration: none;
}

A:active{
	color: #E64D1A;
}

/* ヘッダー ---------------------------------------------*/

#header{
	 margin: 0 0 0 0;
	 background-image: url("/graphic/bg.gif");
	 background-repeat: repeat-x;
	 width:100%;
	 height: 50px;
}

.logo{
	 float: left;
}

FORM{
	 margin-bottom:0;
}

.search{
	 font-size: 85%;
	 text-align: right;
	 margin: 0 0 0 0;
	 height: 50px;
	 overflow: hidden; /* はみ出した内容を隠す */
}

.search FORM{
	 font-size: 14px;
	 margin: 2px 0 8px 0;
}

.link_img{
	border: none;
	vertical-align: bottom;
}

.day{
	text-align: right;
}

/* フッター ---------------------------------------------*/

#back{
	 font-size: 96%;
	 text-align: right;
	 margin-bottom: 1em;
}

#footer{
	 font-size: 80%;
	 text-align: center;
	 padding: 1px;
	 margin-right: 0;
	 margin-left: 0;
}

#address{
	 font-size:96%;
	 text-align: center;
	 line-height: 130%;
	 margin-top: 5px;
	 margin-bottom: 5px;
	 margin-left: 0;
	 margin-right: 0;
}

#file{
	 font-size: 90%;
	 margin-top: 1em;
	 margin-right: 10px;
	 margin-bottom: 1em;
	 margin-left: 10px;
	 border: solid 1px #BFBFBF;
}

#file P{
	 margin: 8px;
}

P.kaitou{
	 font-size: 90%;
	 text-align: right;
	 margin: 8px;
}

/* パンくず ---------------------------------------------*/

.bread_navi{
	 font-size: 75%;
	 padding: 2px;
	 clear: both;
}

/* ページタイトル */

/* ライン ---------------------------------------------*/

HR.line{
	 clear: both;
	 border: solid 1px #6F6F6F;
	 margin-right: 0;
	 margin-left: 0;
}

HR.hr1{
	 font-size: 90%;
	 margin-right: 0;
	 margin-left: 0;
	 border-top: dotted 1px #BFBFBF;
	 border-right: 0;
	 border-bottom: 0;
	 border-left: 0;
	 padding: 5px;
}

HR.hr2{
	 font-size: 90%;
	 margin-right: 0;
	 margin-left: 0;
	 border-top: 0;
	 border-right: 0;
	 border-bottom: dotted 1px #BFBFBF;
	 border-left: 0;
	 padding: 5px;
}

/* 前月に戻ったり翌月に進んだり ---------------------------------------------*/

.month{
	 clear: both;
	 margin: 0 3px 0 3px;
}

.left{
	 font-size: 86%;
	 float: left;
}

.right{
	 font-size: 86%;
	 text-align: right;
}

/* テキストボックス ---------------------------------------------*/

.text{
	 margin: 1em 2.5em;
	 line-height: 130%;
}

.magazine{
	 font-size: 100%;
	 margin: 1em 2.5em;
	 line-height: 130%;
}

/* 概況用パラメータ ---------------------------------------------*/

#table1{
	 border: solid 3px black;
	 border-collapse: collapse;
	 margin-right: 1em;
	 margin-left: 1em;
}

#table1 TH{
	 border: solid 1px black;
	 border-collapse: collapse;
}

#table1 TD{
	 border: solid 1px black;
	 border-collapse: collapse;
}

#table1 TH.normal{
	 font-weight: normal;
	 background: #CCE6FF;
}

#table1 TH.th1{
	 background: #FFCCCC;
}

#table1 TH.th2{
	 background: #FFEEEE;
}

#table1 TH.th3{
	 background: #FFD9CC;
}

#table1 TH.th4{
	 background: #FFE6CC;
}

#table1 TH.th5{
	 background: #FFF2CC;
}

#table1 TH.th6{
	 background: #FFFFCC;
}

#table1 TH.th7{
	 background: #F2FFCC;
}

#table1 TH.th8{
	 background: #E6FFCC;
}

#table1 TH.th9{
	 background: #D9FFCC;
}

#table1 TH.th10{
	 background: #CCFFCC;
}

UL#month{
	font-size: 86%;
	font-weight: normal;
	margin: 3px 0 3px 0;
	padding: 0;
	width: 630px;
	height: 30px;
	list-style-type: none;
}

UL#month LI{
	float:left;
	padding:0;
}

UL#month LI.li01 SPAN{
	display:block;
	width: 210px;
	height: 30px;
	text-align:left;
}


UL#month LI.li02 SPAN{
	display:block;
	width: 210px;
	height: 30px;
	text-align:center;
}

UL#month LI.li03 SPAN{
	display:block;
	width: 210px;
	height: 30px;
	text-align:right;
}

.graph{
	width: 600px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.clear{
	 clear: both;
}
