@import url(include.css);

a:link   	{color: #313131;}
a:visited	{color: #313131;}
a:active 	{color: #313131;}
a:hover		{color: #ffcc33;}

#body{
	margin: 0px auto;
	position:relative;
	width: 750px;
	color: #313131;
	font-size: 80%;
	line-height: 1.4;
	background-color: #ffffff;
	SCROLLBAR-FACE-COLOR: #ffffff;
	SCROLLBAR-HIGHLIGHT-COLOR: #5F5F5F;
	CURSOR: auto;
	SCROLLBAR-SHADOW-COLOR: #5F5F5F;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #5F5F5F;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
	SCROLLBAR-BASE-COLOR: #ffffff;
}

#body_z{ /* 画像拡大表示ウィンドウ用*/
	margin: 0 auto;
	position:relative;
	color: #000000;
	font-size: 80%;
	line-height: 140%;
	background-color: #545B61;
	SCROLLBAR-FACE-COLOR: #ffffff;
	SCROLLBAR-HIGHLIGHT-COLOR: #5F5F5F;
	CURSOR: auto;
	SCROLLBAR-SHADOW-COLOR: #5F5F5F;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #5F5F5F;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
	SCROLLBAR-BASE-COLOR: #ffffff;
}

/*--見出し関係スタイル--------------------------------------------------------▼--*/
h4	{
	display: block;
	text-align: left;
	font-size: 14px;
	line-height: 140%;
	width: 675px;
	height: 25px;
	margin: 30px 5px 0px 0px;
	padding: 10px 0px 10px 25px;
	border: none;
	}

h5	{
	display: block;
	text-align: left;
	font-size: 14px;
	line-height: 140%;
	width: 600px;
	height: 25px;
	margin: 20px auto 5px auto;
	padding: 20px 0px 10px 40px;
	border: none;
	}


/*--テーブル、枠組関係--------------------------------------------------------▼--*/

table{
	border-top: solid 1px #ccc;
	border-right: none;
	border-bottom: solid 1px #ccc;
	border-left: none;
	color: #666;
	margin: 10px auto;
	}

td{
	text-align: left;
	color: #666;
	line-height: 140%;
	font-size: 100%;
	margin: 5px;
	padding: 6px;
	border-top: solid 1px #ccc;
	border-right: none;
	border-bottom: solid 1px #ccc;
	border-left: none;
}

th{
	color: #666;
	line-height: 140%;
	font-size: 100%;
	padding: 2px;
	border-top: solid 1px #ccc;
	border-right: none;
	border-bottom: solid 1px #ccc;
	border-left: none;
}

table#wakuno{
	border: none;
	color: #666;
	}

table#wakuno td{
	text-align: left;
	color: #000;
	line-height: 140%;
	font-size: 100%;
	padding: 2px;
	border: none;
	vertical-align: top;
}

/*--本文用、細部指定--------------------------------------------------------▼--*/

p{
	width: 90%;
	margin: 1em auto;
	text-align: left;
	}
p#sab{
	width: 80%;
	margin: 0px auto;
	text-align: left;
	}

.mannaka{
	text-align: center;
	}

td.migi{
	text-align: right;
	}

.kyotyo1{
	font-size: 120%;
	font-weight: bold;
	}

.kyotyo2{
	font-size: 110%;
	font-weight: bold;
	}

#LinkPoint	{
	font-weight: bold;
	padding: 0px 0px 0px 25px;
	background: url(/img/icon_y3.gif) no-repeat;
	}