@charset "UTF-8";

/* ------------  リンクカラーの再設定 ------------ */
a:link {
	color: #00C;
}
a:visited {
	color: #006;
}
a:hover {
	color: #00FFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFF00;
}

/* ----------------------------------  レイアウトのための設定 ------------ */
#Wrapper {
	color: #333333;
	padding: 0px;
	width: 920px;
	margin: 0px auto;
	text-align: center;
}

/* ------------  ヘッダーブロック --------*/
#Header {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 2px;
}

#Header h1 {
	padding: 0px;
	margin: 0px;
}

/* --------------------　共通クラス設定	----------- */

.Wide160 {
	width:160px;
}
.Wide149 {
	width:149px;
}
.Wide100 {
	width:100px;
}
.Wide95 {
	widows:95px;
}
.Wide92 {
	width:92px;
}
.BoldTitle {
	font-size: 153.9%;
	font-style: normal;
	font-weight: bold;	
}



table {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.BgBlue {
	background-color:#E7EEFF;
}
span {
	font-size:77%;
}
p {
	padding:10px 0px;
	text-align:center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}