/* ページ全体の指定 */
body, h1, h2, h3		{ 
			margin: 0; padding: 0;
			}

body		{
			margin:0px auto;
			padding:0px;
			text-align: center;
			line-height:1.2;
			background-color: #99CCFF;
			}

td		{
			font-size: small;
			line-height:1.2;
		}

h1    { 
			font-weight: bold;
			line-height:2;
			font-size: medium;
			color: #FFFFFF; 
      }

h2		{
			font-weight: bold;
			line-height:1.5;
			font-size: 1em;
			color: #003399; 
			}

h3		{
			font-weight: bold;
			line-height:1.5;
			font-size: 1em;
			color: #CC0000; 
			}


p     { 
			padding:5px;
            text-decoration: none;
			font-size: 1em;
			line-height:1.3;
            margin-top: 1px;
            margin-right: 1px;
            margin-bottom: 1px;
            margin-left: 30px;
          }

/* リンク関連の設定 */


/* リンク（まだ見ていない状態） */
A:link {
	color:#CC0000; text-decoration: underline;
}

/*  リンク（マウスポインタを乗せた状態） */
A:hover {
	color:#FF9900; text-decoration:none;
}

/* リンク（クリックされた状態） */
A:active {
 color:#FF9999; text-decoration: underline;
}

/* リンク（すでに見た状態） */
A:visited {
	color:#3366CC; text-decoration: underline;
}




/* 色帯　*/
.bgwhite		{
			background-color: #FFFFFF;
			text-align: center;
			}

.bgyellow		{
			background-color: #FFCC00;
			margin: 0px;
			padding:2px;
			}

.bgblue		{
			background-color: #003399;
			text-align: center;
			margin: 0px auto;
			padding:0px;
			}


/* ヘッダー部分　*/
.header		{
			text-align: left;
			background-color: #99CCFF;
			margin: 0px auto;
			padding:5px 0px 0px;
			border: none;
			background-image: url(img/cloud.gif);
			background-repeat:no-repeat;
			background-position:bottom right;
			width: 650px;
			}


/* サイトナビ　*/
.navi		{
			text-align: center;
			margin: 0px auto;
			padding:20px 5px 5px;
			font-size: 12px;
			font-weight: bold;
			font-family: font-family: "MS UI Gothic"Verdana,Helvetica,Airal,sans-serif;
			width: 700px;
			}

/* ニュース部分　*/
.news		{
			text-align: left;
			margin: 0px auto;
			padding:5px;
			border-width:0px 1px;
			border-style:solid;
			border-color:#FFFFFF;
			font-size: 12px;
			line-height:1.3;
			color:#FFFFFF;
			width: 650px;
			height:250px; 
			}

/* 通常テキストエリア　（トップスケジュール含む）　*/
.textarea		{
			text-align: left;
			margin: 0px auto;
			padding:5px;
			border-width:0px 1px;
			border-style:solid;
			border-color:#FFFFFF;
			width: 650px;
			}

/* 中ページタイトル部分　*/
.pagetitle		{
			text-align: left;
			margin: 0px auto;
			padding:5px;
			border-width:0px 1px;
			border-style:solid;
			border-color:#FFFFFF;
			width: 650px;
			}


/* エリア内の見出し設定　*/
	  
h2.newstext    { 
		color: #FFCC00; 
		}

h2.scheduletext    { 
		color: #0066CC; 
		}



