/*-----------------------------*/
/* 基本 -----------------------*/
html {
	overflow-y: scroll;
}

body,tr,td{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 15px;
	color: #555555;
	line-height: 20px;
	font-family: "メイリオ","Meiryo UI";
}

/* 文字サイズ1 */
.ft01{
	font-size: 15px;
}

.ft02{
	font-size: 18px;
}

.ft03{
	font-size: 22px;
}

.ft04{
	font-size: 13px;
	line-height: 16px;
}

/* 文字サイズ2 */
.ft00{
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 13px;
	color: #555555;
}

/* 文字色 */
.cr01{
	color: #ffaacc;
}

/* ライン */
hr{
	border:none;
	border-top:1px #997755 solid;
	height:1px;
	color:#ffffff;
}

hr.hr01{
	border:none;
	border-top:1px #cccccc solid;
	height:1px;
	width:100%;
	color:#ffffff;
	margin:6px 0px 2px 0px;
}

//* フォーム */
form{
	padding: 0px;
	margin: 0px;
}

/* リンク文字 */
a:link{
	color: #555555;
	text-decoration: none;
}
a:visited{
	color: #555555;
	text-decoration: none;
}
a:hover{
	color: #cccccc;
	text-decoration: none;
}

.a01:link{
	color: #6677aa;
	text-decoration: underline;
}
.a01:visited{
	color: #6677aa;
	text-decoration: underline;
}
.a01:hover{
	color: #aabbff;
	text-decoration: underline;
}


/* 見出し */
.mds01{
	border-right: 1px #990000 solid;
	border-bottom: 1px #990000 solid;
	border-left: 1px #990000 solid;
	padding: 0px 0px 4px 4px;
	font-size: 18px;
	color: #990000;
	background-image:url(img/mds01.jpg);
}

.mds02{
	color: #883333;
	background: #ffdfdf;
	padding: 2px 2px 4px 4px;
}

.mds03{
	font-size:14px;
	color: #772200;
	background: #ffeedf;
	padding: 0px 0px 2px 2px;
}

.mds04{
	font-size:14px;
	color: #aa0055;
	background: #ffe5f0;
	padding: 0px 0px 2px 2px;
}


/*-----------------------------*/
/* 影用 -----------------------*/
td.sdw5{
	background:#666666;
	opacity:0.05;
	filter:alpha(opacity=5);
	-ms-filter:"alpha(opacity=5)";
}
td.sdw10{
	background:#666666;
	opacity:0.1;
	filter:alpha(opacity=10);
	-ms-filter:"alpha(opacity=10)";
}
td.sdw15{
	background:#666666;
	opacity:0.15;
	filter:alpha(opacity=15);
	-ms-filter:"alpha(opacity=15)";
}
td.sdw25{
	background:#666666;
	opacity:0.25;
	filter:alpha(opacity=25);
	-ms-filter:"alpha(opacity=25)";
}
td.sdw35{
	background:#666666;
	opacity:0.35;
	filter:alpha(opacity=35);
	-ms-filter:"alpha(opacity=35)";
}
td.sdw50{
	background:#666666;
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter:"alpha(opacity=50)";
}


/*-----------------------------*/
/* TopMenubar用 ---------------*/
#page-top{
	position: relative;
	top: 0px;
	left: 0px;
	font-size: 15px;
	line-height: 16px;
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha(opacity=70)";
}

#page-top a{
	background: #aa0000;
	text-decoration: none;
	color: #fff;
	width: 140px;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}

#page-top a:hover{
	text-decoration: none;
	background: #ff8888;
}

.relative   {  
  position: fixed;  
}  



/* Flash Playerインストールの注意事項を表示するための窓 */
div.list{
	border-width: thin;
	border-color: #aaa699;
	border-style: solid;
	padding: 5px 5px 5px 5px;
	width: 240px;
	height: 120px;
	position: absolute;
	background-color: #eeeadd;
	visibility: hidden;
	text-align: left;
}