body {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
.main {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #009933;
	height: 768px;
	width: 1024px;
}
.hedder_image {
	background-image: url(../images/hedder.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.f12 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

h1 {
	margin: 0px;
	padding: 0px;
}


.ErrStyle1 {
	color: #FF0000;
}


.logintext{
	width:  200px;
	height: 15px;
}



/*↓↓↓↓↓↓↓※注：ユーザーページとイメージの色が異なる↓↓↓↓↓↓↓*/
h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	background-image: url(../images/icon_staff_tittle.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-left: 30px;
}
/*↑↑↑↑↑↑↑※注：ユーザーページとイメージの色が異なる↑↑↑↑↑↑↑*/

.maintenance{
	width:360px;
	line-height:200%;
	position:relative;
	top:0;
	left:30px;
	font-size:12px;
	font-family: "ＭＳ ゴシック",sans-serif;
}

a.maintenance_link_style:link{
	/*未訪問のリンク*/
	color:red;
	text-decoration:underline;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
}
a.maintenance_link_style:visited{
	/*訪問後のリンク*/
	color:red;
	text-decoration:underline;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
}
a.maintenance_link_style:hover{
	/*マウスをのせたとき*/
	color:#FF7777;
	text-decoration:none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
}
a.maintenance_link_style:active{
	/*クリック中*/
	color:#FF7777;
	text-decoration:none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
}