body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 150%;
	color: #666666;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

/*  外枠部分*/
#layout {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: auto;
	padding: 0px;
	width: 865px;
	height: 100%;
}
/*  ヘッダー部分*/
#top {
	margin: 0px;
	text-align: left;
}
/*  コンテンツ部分*/
#contents {
	text-align: left;
	margin: 0px;
}
/*  フッター部分*/
#foot {
	text-align: left;
	margin: 0px;
}
/*通常のリンク色*/
a {
	color: #1B578A; 
	text-decoration: none; 
	background-color: transparent;
	}
a:hover {
	color: #1B578A;
	text-decoration: underline; 
	background-color: transparent;
	}
/*強調のリンク色*/
a.ba {
	color: #1B578A;
	text-decoration: none;
	background-color: transparent;
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
}
a.ba:hover {
	color: #1B578A;
	text-decoration: underline;
	background-color: transparent;
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
}
/*アンカータグに含まれるイメージタグの周りの線を消す*/
a img {
	border:none;
	}
.bb {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
/* 登録フォームのエラー表示設定 */
.errormsg {
	width: 700px;
	margin: 5px auto auto 20px;
	text-align: left;
	color: #ff0000;
	font-size: 12px;
}
.errormsg p {
	font-weight: bold;
	margin: 0px;
}
/* SSLボタン */
.sslbtn {
	width: 780px;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
}
.nonsslsp {
	width: 780px;
	height: 30px;
}
form {
	margin: 0px;
	padding: 0px;
}