/*by Az*/

body{
	background-color:#F4F2EC;
	margin:0px;
	font-size:16px;
	line-height:140%;
	text-align:center;
	}
#backyard{
	width:780px;
	margin:0px auto;
	}

/*----------------------------------------------------
	メイン
----------------------------------------------------*/
#main_back{
	margin:0px auto;
	padding-bottom:20px;
	width:780px;
	background-color: #b2a9cc;
	text-align:center;
	background-image: url(../img/line_mainback.gif);
	background-repeat:repeat-y;
	}
	

#main_stage{
	width:700px;
	margin:0px auto ;
	padding-bottom:20px;
	background-color:#FFFFFF;
	/*padding-top:380px;
	background-image:url(../../img/ti001.jpg);
	background-repeat:no-repeat;*/
	background-color:#FFFFFF;
	border:1px solid #BCA4A4;
	text-align:center;
    overflow: hidden;
	}
	
#main_stage:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;}

/*\*/
* html #main_stage {
    height: 1em;
    overflow: visible;}
/**/	

/*----------------------------------------------------
	ステージ
----------------------------------------------------*/
.stage660{
	width:660px;
	margin:10px auto;
	}
	
.stage_tensen{	
	padding-bottom:15px;
	margin-bottom:20px;
	background-image:url(../img/line_tensen.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	text-align:center;
	}
	
.stage_all-01{
	margin:0px 15px;
	clear:both;
	text-align:left;
	}

.stage_all-02{
	margin:0px 15px;
	clear:both;
	text-align:center;
	}
.stage_all-02 p{
	margin-top:10px;
	}
	
/*----------------------------------------------------
	受付終了・お知らせ事項
----------------------------------------------------*/
.notice_blue{
	margin:10px;
	background-color:#0099FF;
	color:#FFF600;
	padding:10px;
	font-weight:bold;
	text-align:center;
	}

.notice_orange{
	margin:8px;
	background-color:#ff4d00;
	color:#FFF600;
	padding:10px;
	font-weight:bold;
	text-align:center;
	}
	
.notice_orange a:link {
	color: #FFFFFF;
	font-weight:bold;
	font-family: "ＭＳ ゴシック", Osaka;
	text-decoration: underline;
}
.notice_orange a:visited {
	color: #FFFFFF;
	font-weight:bold;
	font-family: "ＭＳ ゴシック", Osaka;
	text-decoration: underline;
}
.notice_orange a:hover {
	color: #FFFFFF;
	font-weight:bold;
	font-family: "ＭＳ ゴシック", Osaka;
	text-decoration: none;
}

/*----------------------------------------------------
	スケジュールテーブル
----------------------------------------------------*/
#schedule_tb{
	border-collapse:collapse;
	}

#schedule_tb th{
	padding:3px;
	font-weight:bold;
	font-size:14px;
	border:1px solid #330033;
	text-align:center;
	color:#330000;
	vertical-align:middle;
	/*border:none;*/
	}
.title{
	background-color:#EED3B7;	
	}

#schedule_tb td{
	padding:3px 5px;
	font-weight:normal;
	font-size:14px;
	border:1px solid #330033;
	text-align:left;
	color:#330000;
	/*border:none;*/
	}
.catch{
	color:#FD007D;
	font-weight:bold;
	}

/*----------------------------------------------------
	棋譜再現テーブル
----------------------------------------------------*/
#kifu_tb{
	border-collapse:collapse;
	width:620px;
	margin:10px auto;
	}
#kifu_tb th{
	padding:4px 0px;
	width:100px;
	font-weight:normal;
	font-size:16px;
	font-weight: normal;
	border:1px solid #330033;
	color:#330000;
	text-align:center;
	vertical-align:middle;
	background-color: #D9E3E6;
	}
#kifu_tb td{
	padding:4px;
	font-weight:normal;
	font-size:16px;
	border:1px solid #330033;
	text-align:left;
	color:#330000;
	vertical-align:middle;
	}

#kifu_tb td a:link{
	background-image:url(../../img/kifu20x20.gif);
	background-repeat:no-repeat;
	padding-left:22px;
	}

#kifu_tb td a:visited{
	background-image:url(../../img/kifu20x20.gif);
	background-repeat:no-repeat;
	padding-left:22px;
	}

#kifu_tb td a:hover{
	background-image:url(../../img/kifu20x20.gif);
	background-repeat:no-repeat;
	padding-left:22px;
	}

.font14{
	font-size:14px;
	}













