﻿@charset "UTF-8";

/*============================================
全般的なスタイル
============================================*/
* {
	margin:0; padding:0; 	/*全要素のマージン・パディングをリセット*/
	/*line-height:1.3; */	
	/*color:#333333;*/		/*文字色*/

} 

body {
	background-color:#999999;	/*ページ全体の背景色*/
	text-align:center;		/*IE6以下でセンタリングするための対策*/
	font-family: Helvetica,Arial, "メイリオ","ＭＳ Ｐゴシック", sans-serif;
}

div#pagebody {
	width:796px; margin:0 auto;	/*内容全体をセンタリング*/
    text-align:center;	/*テキストの配置を左揃えにする*/
	background-image:url("images/bg_pagebody.gif");	/*内容全体の背景*/
	background-repeat:repeat-y;		/*背景画像を縦方向に繰り返す*/
	font-family: Helvetica,Arial, "メイリオ","ＭＳ Ｐゴシック", sans-serif;
	font-size:14px;			 
}


/*============================================
ヘッダ
============================================*/

h1 {
	padding:20px 0px 0px 30px;		
	font-family: Helvetica,Arial, "メイリオ","ＭＳ Ｐゴシック", sans-serif;
	font-weight:100;
	color:white;
}

/*============================================
Line menu
============================================*/
div#menu {
	margin:0px 9px 0px 9px;
	text-align:left;
	padding:5px 0px 5px 15px;		
	font-family: Helvetica,Arial, "メイリオ","ＭＳ Ｐゴシック", sans-serif;
	font-size:14px;			 
	background-color:#ffffff;
}

div#menuLine {
	height:5px;	
	margin:0px 9px 0px 9px;
	background-image:url("images/line.png");	
	background-repeat:no-repeat;		/*背景画像を繰り返し*/
	text-align:center;		/*IE6以下でセンタリングするための対策*/
}

/*============================================
ヘッダ
============================================*/
div#header {
	height:77px;	
	background-image:url("images/s_redbg_header.jpg");	
	background-repeat:repeat;		/*背景画像を繰り返し*/
	text-align:center;		/*IE6以下でセンタリングするための対策*/
}

/***************** content Header ******************/
div#contentHeader{
	height:100px;
	line-height:1.5;	
	text-align:left; 
	padding:0px 0px 0px 50px;			
}

/*.contentHeaderTitle{
	font-weight:bold;
	text-align:left;
	color:indianred;
}*/

.contentHeaderTitle {
	height:24px;
	margin:0px 0px 5px 20px;
	padding:6px 0px 0px 20px;
	font-size:15px;
	font-weight:bold;
	color:#333333;
	background-image:url(images/head010_01.gif);
}

.registMethod{
	text-align:left;
	padding:0px 0px 0px 50px;		 
	font-weight:bold;
	font-size:13px;			 	
}

.registMethodBtn{
	white-space : pre;
	cursor:pointer;
 	background-repeat:no-repeat;		
	color:black; 
	width:120px;
	height:60px;
	font-size:13px;			
	font-weight:bold;
	background-image:url(images/bnr008_07.gif);
}

.subTitle{
	height:24px;
	margin:0px 0px 5px 50px;
	padding:6px 0px 0px 20px;
	font-size:13px;
	font-weight:bold;
	color:#333333;
	background-image:url(images/head001_01.gif);
}

.subTitle1{
	height:24px;
	margin:0px 0px 5px 90px;
	padding:6px 0px 0px 20px;
	font-size:13px;
	font-weight:bold;
	color:#333333;
	background-image:url(images/head001_01.gif);
}

.mailCaution{
	padding:0px 0px 0px 40px;			
	font-size:12px;			 	
	text-align:left; 
}

/****************** content Main **********************/
div#contentMain{
	line-height:1.5;	
	text-align:left;
	padding:0px 0px 0px 0px;	
	height:680px;		
}

div#leagueSelectDiv{
	height:150px;
	padding:0px 0px 0px 50px;				
}

div#entrySelectDiv{
	height:200px;
	padding:0px 0px 0px 50px;
}

div#registedMembersDiv{
	/*height:200px;*/
}


.eventCBoxForm{
	text-align:left;
	font-size:13px;
}

.leagueCBox{
	text-align:left;
	font-size:13px;
}

.cookieCaution{
	font-weight:normal;
	text-align:left;
	color:#FF3535;
}

.cookieCaution1{
	padding:0px 0px 0px 50px;		 
	font-weight:normal;
	text-align:center;
}

.leagueRestrictFieldSet{
	width:100px;
}

Table.ListTable {
	text-align:center;
	line-height:2.0;	
	font-family: Helvetica,Arial, "メイリオ","ＭＳ Ｐゴシック", sans-serif;
	font-size:13px;			 
	width:600px;
	border: 1px indianred solid;
    border-collapse: collapse;
    border-spacing: 0;
	padding:0px 0px 0px 0px;			
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
}

.leagueListCell{ /*0*/
	width:120px; 
	text-align:left; 
	border: 1px indianred solid;
	color:black; 
}

.leaderCell{
	width:120px; 
	text-align:center; 
	border: 1px indianred solid;
	color:black;
}

.leaderRegistedCell{
	width:120px; 
	text-align:center; 
	border: 1px indianred solid;
	color:white;
	background-color:indianred;
}

.orangeStr{
	color:red;
}

.contentMainTopMessage{
	font-weight:bold;
	color:black;
}

.contentMainComment{
	padding:0px 0px 0px 50px;			
}

.inputMessage{
	margin:0px 0px 0px 100px;
	font-size:12px;			 
}
.inputCautionMessage{
	color:red;
	margin:0px 0px 0px 120px;
	font-size:12px;			 
}

.inputMemberTohrokuMessage{
	margin:0px 0px 0px 100px;
	font-weight:bold;
	text-align:left;
	color:indianred;
}

.inputSubMessage{
	margin:0px 0px 0px 120px;			
	font-size:12px;			 
}

div#MainTableDiv{
	text-align:center;
}

Table.contentMainTable {
	text-align:center;
	line-height:2.0;	
	font-family: Helvetica,Arial, "メイリオ","ＭＳ Ｐゴシック", sans-serif;
	font-size:13px;			 
	width:620px;
	border: 0px indianred solid;
    border-collapse: collapse;
    border-spacing: 0;
	padding:0px 0px 0px 0px;			
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
}

Table.entryTable {
	line-height:2.0;	
	font-family: Helvetica,Arial, "メイリオ","ＭＳ Ｐゴシック", sans-serif;
	font-size:13px;			 
	width:480px;
    border-collapse: collapse;
    border-spacing: 0;
	padding:0px 0px 0px 0px;			
	text-align:left;
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
}

Table.memberListTable {
	line-height:1.2;	
	font-family: Helvetica,Arial, "メイリオ","ＭＳ Ｐゴシック", sans-serif;
	font-size:12px;			 
	width:120px;
    border-collapse: collapse;
    border-spacing: 0;
	padding:0px 0px 0px 0px;			
	text-align:center;
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
}

.leagueTitleCell{ /*0*/
	width:120px; 
	text-align:center; 
	padding: 0px 0px 0px 3px; 
	border: 1px indianred solid;
	color:black;
	font-size:16px;	
	font-weight:bold;		 
}

.spTotalStrCell{ /*0*/
	text-align:center; 
	padding: 0px 0px 0px 3px; 
	border: 1px indianred solid;
	color:black;
}

.teamMemberTitleCell{ /*0*/
	width:120px; 
	text-align:left; 
	padding: 0px 0px 0px 3px; 
	border: 1px indianred solid;
	color:indianred;
}

.captainTitleCell{ /*1*/
	width:100px; 
	text-align:left; 
	padding: 0px 0px 0px 3px; 
	border: 1px indianred solid;
	color:indianred;
}

.JcblNumberTitleCell{ /*2*/
	width:110px; 
	text-align:center; 
	padding: 0px 0px 0px 0px; 
	border: 1px indianred solid;
	color:indianred;
}

.nameTitleCell{ /*3*/
	width:120px; 
	text-align:center; 
	padding: 0px 0px 0px 0px; 
	border: 1px indianred solid;
	color:indianred;
}

.spTitleCell{ /*4*/
	width:35px; 
	text-align:center; 
	padding: 0px 0px 0px 0px; 
	border: 1px indianred solid;
	color:indianred;
}

.seniorTitleCell{ /*5*/
	width:45px; 
	text-align:center; 
	padding: 0px 0px 0px 0px; 
	border: 1px indianred solid;
	color:indianred;
}

.messageCell{
	width:150px; 
	height:70px;
	text-align:left; 
	padding: 0px 0px 0px 5px; 
	border: 1px indianred solid;
	color:indianred;
}

.messageTextArea{
	line-height:1.0;
	font-size:14px;
	width: 320px;
	height: 50px;   
	text-align:left; 
	padding: 5px 0px 0px 3px;
	ime-mode:active; 
}

.mailAddressTextB{
	vertical-align: middle;
	line-height:1.0;	
	width: 50px;
	ime-mode:inactive;
	font-size:14px;			 
}

Table.entryTable td{
	height:32px;
}

.checkBtnP{
	padding:2px 0px 0px 490px;			
}

.checkBtnCell{
	width:450px; 
	border:0px solid indianred;
	color:indianred;
}

.checkBtn{
	display:block;
	width:80px;
	height:25px;
	text-align:center;
	font-size:12px;
	text-decoration:none;
	border-top:2px solid #96DD67;
	border-left:2px solid #96DD67;
	border-right:3px solid #30622F;
	border-bottom:3px solid #30622F;
	background-color:#71AA4B;
	color:#FFF;
	cursor:pointer;
}

.checkBtn:active{ /*押したら凹む*/
	border-top:3px solid #30622F;
	border-left:3px solid #30622F;
	border-right:2px solid #96DD67;
	border-bottom:2px solid #96DD67;
}

.commonBtn{
	width:80px;
	height:30px;
	text-align:center;
	font-size:14px;
	text-decoration:none;
	border-top:2px solid #96DD67;
	border-left:2px solid #96DD67;
	border-right:3px solid #30622F;
	border-bottom:3px solid #30622F;
	background-color:#71AA4B;
	color:#FFF;
	cursor:pointer;
} 

.commonBtn:active{ /*押したら凹む*/
	border-top:3px solid #30622F;
	border-left:3px solid #30622F;
	border-right:2px solid #96DD67;
	border-bottom:2px solid #96DD67;
}

.commonBtn:inactive{ 
	color:gray;
}
/************ Content Footer ***********************/
div#contentFootter{
	text-align:center;
	font-size:13px;			 	
	padding:0px 50px 0px 50px;	
	height:100px;		
}

.contentFooterComment{
	padding:0px 0px 0px 50px;			
	font-size:12px;			 	
	text-align:left; 
}

.buttonForm{
	font-size:20px;			 	
	white-space: pre;
	text-align:center; 
}

/********************************/
div#sendConfirmDataTableDiv{
	text-align:center;
}

.confirmEventName{
	text-align:left;
	margin:0px 0px 0px 120px;		 
	font-weight:bold;
	font-size:20px;			 	
}

Table.sendDataTable {
	font-family: Helvetica,Arial, "メイリオ","ＭＳ Ｐゴシック", sans-serif;
	font-size:14px;			 
	width:500px;
    border-spacing: 0;
	text-align:left;
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
	border: 0px indianred solid;
    border-collapse: collapse;
}

.sendDataTitle{
	text-align:left; 
	/*font-weight:bold;*/	
	border: 1px black solid;
}

.sendDataLeagueNameCell{
	font-size:18px;			 
	text-align:center; 	
	/*font-weight:bold;*/	
	border: 1px black solid;
}

.sendDataTitleCell{
	width:150px; 	
	text-align:left; 	
	/*font-weight:bold;*/	
	border: 1px black solid;
	padding:0px 0px 0px 10px;			
}

.sendDataNumberCell{
	width:80px; 	
	text-align:right; 	
	font-weight:bold;	
	border: 1px black solid;
	padding:0px 10px 0px 0px;			
}

.sendDataNameCell{
	width:140px; 	
	text-align:left; 
	font-weight:bold;	
	border: 1px black solid;
	padding:0px 0px 0px 10px;			
}

.sendDataSpCell{
	width:70px; 	
	text-align:right; 
	font-weight:bold;	
	border: 1px black solid;
	padding:0px 10px 0px 0px;			
}

.sendDataTotalSpCell{
	width:70px; 	
	text-align:center; 
	border: 1px black solid;
}

.sendDataSeniorCell{
	width:70px; 	
	text-align:center; 
	font-weight:bold;	
	border: 1px black solid;
}

/*********************************/
div#lineTableDiv{
	text-align:center;
}

Table.lineTable{
	width:650px;
	border: 1px indianred solid;
    border-collapse: collapse;
    border-spacing: 0;
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
}

div#tableLine{
	height:2px;	
	background-image:url("images/tableLine.png");	
	background-repeat:no-repeat;		/*背景画像を繰り返し*/
	margin:0px 0px 0px 75px;			
}

/********************************/
.RegistedComment{
	margin:0px 0px 0px 100px;			
	font-size:14px;
	font-weight:normal;	
}

.RegistedCautionComment{
	margin:0px 0px 0px 100px;			
	font-size:13px;
	font-weight:bold;
	color:Red;	
}

.RegistedMailComment{
	font-size:13px;
	font-weight:bold;	
}

div#registedCautionTableDiv{
	text-align:center;
}

Table.RegistedCautionTable{
	width:600px;
	border: 2px indianred solid;
    border-collapse: collapse;
    border-spacing: 0;
	text-align:left;
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
	font-size:13px;
	color:black;
	background-color:pink;
}

td.RegistedCautionTable{
	padding:0px 0px 0px 10px;			
}

.EntryListAnchor{
	padding:0px 0px 0px 130px;			
}

/**********************************/
h3 a {text-decoration:none;} 			/*リンクの下線を無くす*/

.RegistedCommentBold{
	margin:0px 0px 0px 100px;			
	font-size:14px;
	font-weight:bold;
	color:indianred;	
}

Table.registLeagueListTable  {
	font-family: Helvetica,Arial, "メイリオ","ＭＳ Ｐゴシック", sans-serif;
	font-size:14px;			 
	width:600px;
	border: 1px indianred solid;
    border-spacing: 0;
	text-align:left;
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
	border-style:none;
}

.registLeagueListTableTd{
	border: 1px black solid;
}

.leagueTableCell{
	border: 1px indianred solid;
	padding:0px 0px 0px 5px;			
}

/*============================================
フッタ
============================================*/
div#footer {
	line-height:2.0;	
	text-align:center;
	background-image:url("images/s_redbg_footer.jpg");	/*フッタ部分の背景画像*/
	border-spacing:1;
	clear:both;
}

.address {
	font-family: Helvetica,Arial, "メイリオ","ＭＳ Ｐゴシック", sans-serif;
	font-style:normal;	
	font-size:13px;			
	padding:0px 0px 5px 0px;		
	color:white;
}

#newRegistBtn{
	white-space : pre;
	cursor:pointer;
 	background-image:url("images/btn041_09.png");	
	background-repeat:no-repeat;		
	color:black; 
	width:152px;
	height:32px;
	font-size:15px;			
	font-weight:bold;
}

.entryFinishMessage {
	height:24px;
	margin:0px 0px 5px 70px;
	padding:6px 0px 0px 20px;
	font-size:15px;
	font-weight:bold;
	color:#333333;
	background-image:url(images/head010_01.gif);
}

.entryFinishSubTitle{
	height:24px;
	margin:0px 0px 5px 80px;
	padding:6px 0px 0px 20px;
	font-size:13px;
	font-weight:bold;
	color:#333333;
	background-image:url(images/head001_01.gif);
}

#nextBtn{
	white-space : pre;
	cursor:pointer;
 	background-image:url("images/btn010_01.png");	
	background-repeat:no-repeat;		
	color:black; 
	width:120px;
	height:24px;
	font-size:13px;			
	font-weight:bold;
}

#resetBtn{
	white-space : pre;
	cursor:pointer;
 	background-image:url("images/btn010_01.png");	
	background-repeat:no-repeat;		
	color:black; 
	width:120px;
	height:24px;
	font-size:13px;			
	font-weight:bold;
}


#sendConfirmBtn{
	white-space : pre;
	cursor:pointer;
 	background-image:url("images/btn010_01.png");	
	background-repeat:no-repeat;		
	color:black; 
	width:120px;
	height:24px;
	font-size:13px;			
	font-weight:bold;
}

#returnBtn{
	white-space : pre;
	cursor:pointer;
 	background-image:url("images/btn010_01.png");	
	background-repeat:no-repeat;		
	color:black; 
	width:120px;
	height:24px;
	font-size:13px;			
	font-weight:bold;
}

#goTopBtn{
	white-space : pre;
	cursor:pointer;
 	background-image:url("images/btn010_01.png");	
	background-repeat:no-repeat;		
	color:black; 
	width:120px;
	height:24px;
	font-size:13px;			
	font-weight:bold;
}

Table.menuTable {
	text-align:center;
	line-height:2.0;	
	font-family: Helvetica,Arial, "メイリオ","ＭＳ Ｐゴシック", sans-serif;
	font-size:13px;			 
    border-collapse: collapse;
    border-spacing: 0;
	padding:0px 0px 0px 0px;			
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
	font-weight:bold;
}

.menuListCellOn{ /*0*/
	width:88px; 
	height:31px;
	text-align:center; 
	border: 1px indianred solid;
	color:white;
	background-image:url("images/bnr007_01.gif");		 
}

.menuListCellOff{ /*0*/
	width:88px; 
	height:31px;
	text-align:center; 
	color:black;
	background-image:url("images/bnr007_09.gif");		 
}

.menuArrowCell{ /*0*/
	width:40px; 
	height:31px;
	text-align:center; 
	border: 0px indianred solid;
	color:black;
	background-position: center center;
 	background-repeat:no-repeat;		
	background-image:url("images/arrow043_01.gif");		 
}

#entryInfoBtn{ 
	width:180px; 
	height:30px;
	text-align:center; 
	color:black;
	font-weight:bolder;
	background-image:url("images/btn057_06.png");		 
}

.entryInfoBtnForm{
	margin:-8px 70px 0px 0px;
	text-align:right;
}

#memberListForm{
	text-align:left;
}

p#MemberListFormP{
	margin:0px 0px 0px 5px;
	text-align:left;
	font-size:12px;
	
}

p#MemberListFormTitleP{
	text-align:center;
	font-size:13px;
	font-weight:bolder;
	color:blue;
	border: 2px blue solid;
}
