/*----ページ全体の指定----*/


body	{
	font-size:85%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3","MS PGothic", sans-serif;
	text-align:center;

}

body a{
	text-decoration:none;
        color: #000000;
}

body a:visited{
	color:#000000;
}


.page_top {
	position: fixed;
	font-weight:bold;
	color:#999900;
	bottom: 0; /* 上にしたい場合は bottom を top に書き換え */
	right: 0; /* 左にしたい場合は right を left に書き換え */
	margin-bottom: 10px;
	margin-right: 60px;
	font-size:9pt;
}



/*表の指定*/
table{
  margin: 0px 0px px 0px;
  padding: 0px 0px 0px 0px;
  font-size:10pt;

}

td,tr{
	font-size:9pt;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
 	style="line-height:130%"
}



/*ページ幅*/
#flame{
	width: 900px;
	margin: 0 auto 0 auto;
	text-align:left;

}

/*リンク指定*/

a{
	text-decoration:none;
}

a:visited{
	color:#000000;
}

a:hover{
	text-decoration:none;
}

/*----区切り線の設定----*/

hr{
	with:90%;
	text-align:center;
	color:#FF99CC;
}


/*----ヘッダ----*/
#head{
	width: 900px;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        color: #666666;
	background-color:#999900;
}

/*----トップメニュー----*/
#top_menu{
	width: 900px;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
	text-align:right;

}

.table_menu{
  	margin: 0px 0px px 0px;
  	padding: 0px 0px 0px 0px;
  	font-size:12pt;

}

.table_menu td{
	font-size:12pt;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight:bold;
	text-align:center;
}

.table_menu tr{
	font-size:12pt;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight:bold;
	text-align:center;
}

/*----タイトルの部分----*/
h1{
	font-size:9pt;
	margin:0px;
	padding:0px 0px 0px 0px;
        color: #666666;
	}
h1 a:link{
	text-decoration:none;
        color: #666666;
}

h1 a:visited{
	color:#666666;
}


h2{
	font-size:14pt;
	margin-top:20px;
	margin-right:5px;
	padding-left:10px;
	line-height:150%;
	background-color:#ffff00;
}

h3{
	font-size:12pt;
	font-weight:bold;
       	color:#990000;
	margin:10px 0px 10px 0px;
  	background: url(Images/mark.png) no-repeat 0 -2px;
  	padding-left: 20px;
}

h3 a:link{
	text-decoration:none;
        color: #990000;
}

h3 a:visited{
	color:#990000;
}

/*----赤字トピックの設定----*/
.topic{
	font-size:12pt;
	font-weight:bold;
	color:#cc0000;
}

/*----強調赤い字の設定----*/
.red{
       font-weight:bold;
       color:#cc0000;
}

/*----強調紫字の設定----*/
.purple{
       font-weight:bold;
       color:#cc00cc;
}

/*----強調緑字の設定----*/
.midori{
       font-weight:bold;
       color:#009900;
}

/*----項目の強調設定----*/
.koumoku{
	font-size:12pt;
	font-weight:bold;
       	color:#990000;
	margin:10px 0px 20px 0px;

}


/*----左のブロック----*/
#left{
	width: 180px;


        font-size:11pt;
	float: left;
	margin-top:5px;

}
#left ul{
	border-top:2px solid #b5b500;
	border-left:2px solid #b5b500;
	border-right:2px solid #b5b500;
	border-bottom:2px solid #b5b500;
	margin:0px;
	padding:0px;
	list-style:none;
	}
	#left li{
		margin:0px;
		padding:0px;
		}
		
	/*左のメニュー*/
		#left li a{
			width:170px;
			color:#660000;
			text-decoration:none;
			display:block;
			padding:5px;
			margin:0px;
			}
	/*メニューポイント時の指定*/
		#left li a:hover{
                        text-decoration:underline;
                        font-weight:bold;
			}
			
/*----右のブロック----*/
#right{
	width: 700px;
	float: right;
}

/*----更新日付の書式---*/
#kosin{
	text-align:right;
	margin-right:5px;

}

/*----トップ写真部分----*/
	
#phot{
	background-color:#999900;
}

#intro{
        padding-top:5px;
        padding-left:15px;
}

/*----フッタ----*/
#foot{
	width:900px;
	clear:both;
	margin:10px auto;
	background-color:#999900;
        text-align:center;
	}
	#foot a{
		color:#000;
		text-decoration:none;
		}
	#foot a:hover{
		text-decoration:underline;
		}
