@charset "utf-8";

/*--- clearfix ---*/

{
	zoom: 1; /* for IE5.5 - IE7 */
	overflow: hidden;
  }

{ /* for modern browser */
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  }


/*-----チーム情報-----*/
/*チーム登録*/
#form{
	margin:0 auto 20px;
	width:530px;}
#form th,
#form td{
	border-bottom:1px solid #CCC;
	padding:10px;}
#form th{
	border-right:1px dotted #CCC;
	font-weight:normal;
	text-align:left;
	width:120px;}
#form th span{
	color:#FF0000;}

.top{border-top:2px solid #999;}

.formBtn{
	margin:0 0 20px;
	text-align:center;}


/*ログイン*/
.loginComment{
	border:1px solid #FF9900;
	margin:0 0 20px;
	padding:10px;}
.loginComment h4{
	background:url(../img/icon_circle_orange.gif) 0 0 no-repeat;
	font-size:117%;
	margin:0 0 10px;
	padding:0 0 0 22px;}

.loginBox{
	background:#FFFFCC;
	margin:0 auto 10px;
	padding:10px;
	width:510px;}
.loginBox table{
	margin:0 auto;
	width:490px;}
.loginBox th,
.loginBox td{padding:10px 5px;}

/*ユーザー管理TOP*/
.steamName{
	background:#3399CC;
	color:#FFF;
	font-size:136%;
	margin:0 0 20px;
	padding:5px;}
.entryDtl{
	margin:0 auto 20px;e
	width:520px;}
.entryDtl p{
	margin:0 0 10px;}
.entryDtl h5{
	font-size:117%;}


/*選手登録*/
#playerList{
	margin:0 auto 20px;
	width:530px;}
#playerList th,
#playerList td{
	border-bottom:1px solid #CCC;
	border-right:1px dotted #CCC;
	padding:10px;
	text-align:center;}
#playerList th{
	background:#D5E7F4;
	border-top:2px solid #999;
	font-weight:normal;}

.end{border-right:none;}



/*チーム情報*/
.areaList{
	margin:0 auto 20px;
	width:520px;}
.areaList li{
	background:url(../img/icon_circle_blue.gif) 0 0 no-repeat;
	font-size:117%;
	margin:0 0 5px;
	padding:0 0 0 22px;}





