@charset "UTF-8";

table {
	margin: 0px;
	padding: 0px;
}
.topBlue{
	font-size: 12px;
	color: #6699CC;
}
.text01{
	color: #404040;
	font-size: 14px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	margin-right: 10px;	
}
.text02{
	color: #727272;
	font-size: 12px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}
input.text02{
	color: #222222;
	font-size: 12px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}
.text03{
	color: #727272;
	font-size: 10px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}
.text04{
	color: #404040;
	font-size: 14px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	line-height: 150%;	
}

.text05{
	color: #000000;
	font-size: 12px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	padding-left: 5px;
}

.textB01{
	color: #000000;
	font-size: 12px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-weight: bold;
}
.textB02{
	color: #FF461C;
	font-size: 12px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-weight: bold;
	text-decoration: underline;
}
.textB03{
	color: #000000;
	font-size: 14px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-weight: bold;
}
.textB04{
	color: #CC3300;
	font-size: 12px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	line-height: 150%;
	font-weight: bold;	
}
.textError{
	color: #FF0000;
	font-size: 12px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}
.textError_in{
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}
.textError ul{
	padding-top: 5px;
	padding-right: 10px;
}
/*----------------------------------------------------------*/
.tl {
	text-align: center;
	background-color: #eeeeee;
	background-image: url(../member_img/ul.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}

.bl {
  background: url(../member_img/dl.gif) left bottom no-repeat;
}

.tr {
  background: url(../member_img/ur.gif) right top no-repeat;
}

.br {
	background: url(../member_img/dr.gif) right bottom no-repeat;
	padding: 5px;
	text-align: left;  
}
.br_center {
	background: url(../member_img/dr.gif) right bottom no-repeat;
	padding: 5px;
	text-align: center;  
}
#scroll{
	overflow:auto;
	width: 520px;
	height:372px;
}

