/*メニュー画面用スタイルシート*/
body {
	margin-top: 10px;
	background-image: url(img/bg.gif);
}
/*------------------------*/
a:link{color: #0000FF;font-weight: bold;text-decoration: none;}
a:visited{color: #0000FF;font-weight: bold;text-decoration: none;}
a:hover{color: #FF0000;text-decoration: none;font-weight: bold;}
a:active{color: #FF0000;font-weight: bold;text-decoration: none;}
/*ATTESTATION----------*/
.table1 {
	width: 400px;
}
.td-username {
	background-image: url(img/username.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 100px;
}
.td-password {
	background-image: url(img/passsword.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 100px;
	background-position: center;
}
.td-center1 {
	font-size: 12px;
	font-weight: bold;
}
.td-center2 {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	vertical-align: bottom;
}
.td-center3 {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	vertical-align: bottom;
}
.form01 {
	width: 150px;
	font-size: 12px;
	border: 1px solid #999999;
}
/*------------------------*/
.table-menu {
	width: 500px;
}
.td-box1 {
	background-image: url(img/box1.gif);
	height: 65px;
	width: 500px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.td-box2 {
	background-image: url(img/box2.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 500px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	vertical-align: top;
}
.td-box3 {
	background-image: url(img/box3.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 19px;
	width: 500px;
}
.td-border {
	border: 1px dotted #CCCCCC;
}
.td-image {
	text-align: center;
	vertical-align: top;
	width: 80px;
	height: 30px;
}
.td-title {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.td-comment {
	font-size: 12px;
	color: #333333;
	padding-left: 10px;
	vertical-align: top;
}
.table-system {
	width: 95%;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin: 7px;
}
.table-system2 {
	width: 95%;
}
.table-system3 {
	width: 95%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.table-support {
	width: 95%;
}
.td-return {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-align: right;
}
.td-support-title {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	background-color: #EEEEEE;
	width: 70px;
}
.td-support-buttom {
	text-align: center;
	background-color: #EEEEEE;
}
.td-support-comment {
	font-size: 12px;
	color: #333333;
	background-color: #EEEEEE;
	padding-right: 10px;
	padding-left: 10px;
}
.form-name {
	font-size: 12px;
	color: #333333;
	width: 200px;
}
.form-comment {
	font-size: 12px;
	color: #333333;
	height: 150px;
	width: 350px;
}
.td-mail-error {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: blink;
	text-align: center;
	background-color: #EEEEEE;
}
.form-pass {
	font-size: 12px;
	color: #333333;
	width: 150px;
}
.td-pass-title {
	font-size: 12px;
	color: #333333;
	text-align: center;
	background-color: #EEEEEE;
	font-weight: bold;
}
.td-pass-error {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: blink;
	text-align: center;
	background-color: #EEEEEE;
}
.td-icon {
	text-align: center;
	padding-bottom: 10px;
}
