@charset "Shift_JIS";

/* ページのレイアウト用CSS */

body {/* ページ全般の設定 */
	text-align:center;
	background: url(../img/bg_stripe.gif) ;
	margin: 0px;
}

.contents {/* コンテンツ（中身の設定） */
	width: 729px;
	margin:auto;
	background-color: #FFFEFD;
	text-align:left;
	position:relative;
}

h1 {/* ヘッダー部分 */
	background-image:url(../img/header.gif);
	height: 148px;
	padding-left: 0px;
	margin-bottom:40px;
	text-align: right;
	font-size: 14px;
	color: #FFFFFF;
}

h1 a:link    {color: #FFFF00; text-decoration:underline;}
h1 a:visited {color: #FFFF00; text-decoration:underline;}
h1 a:active  {color: #FFFF00; text-decoration:none;}
h1 a:hover   {color: #CCCCFF; text-decoration:none;}

h2#pre   {/* オンラインチケット説明画像 */
	text-align: center;
	margin:2em 0px;
}

p#cau   {/* 注意書き部分 */
	text-align: left;
	margin: 0px 0px 3px 0px;
	padding: 5px;
	background: #EFEFEF;
	border: 1px solid #FFF;
	line-height: 160%;
	color: #000000;
	font-weight: normal;
	width: 640px;
}

p#sg    {/* 一試合券へのリンク部分 */
	text-align: center;
	margin: auto;
	padding: 5px;
	background: #000080;
	border: 1px dotted #C0C0C0;
	line-height: 160%;
	font-weight: bold;
	font-size: 14px;
	width: 400px;
	color: #FFFFFF;
}

p#sg a   {
 	display:block;
	width: 400px;
}

p#sg a:link   {color: #FFFFFF; background: #000080; text-decoration: none;}
p#sg a:visited{color: #FFFFFF; background: #000080; text-decoration: none;}
p#sg a:active {color: #FFFFFF; background: #008000; text-decoration: underline;}
p#sg a:hover  {color: #FFFFFF; background: #008000; text-decoration: underline;}

h2,h3,p {
	margin-left:20px;
	margin-right:20px;
}

/* ↓↓チケット購入テーブル設定部分↓↓ */

.table   {
    width: 650px;
    font-size:12px;
    margin: 0px;
    padding: 0px 30px 10px 30px;
}

caption  {
    text-align: left;
    font-size: 14px;
    color: #0000FF;
    font-weight: bold;
    padding-bottom: 5px;
}


table.buy{/* テーブル全体の設定 */
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #808080;
    padding: 5px;
    text-align: center;
    font-size: 12px;
    
}

th       {
    padding: 5px;
    background: url(../img/bg1.gif) repeat-x #FFFFFF;
    border-collapse: collapse;
    border: 1px solid #808080;
    empty-cells: show;
}

th#head  {
    background: #C0C0C0;
}

td       {
    font-size: 12px;
    border-collapse: collapse;
    border: 1px solid #808080;
}

td.ct1  {
    background: #EFEFEF;
    font-weight: bold;
}

td.ct2  {
    background: #FFFFFF;
    font-weight: normal;
    text-align: left;
    line-height: 170%;
}

td.s    {
    background-color: #C0C0C0;
}

td.a    {
    background-color: #ff6666;
}

td.b    {
    background-color: #66ff99;
}

td.c    {
    background-color: #66ccff;
}

td.g    {
    background-color: #ffcccc;
}

p#table  {
    margin: 0px;
    padding: 0px 0px 10px 0px;
    text-align: left;
}

/* ↓↓支払方法部分の文字設定↓↓ */

p.pay  {
    margin: 0px;
    padding: 0px 0px 10px 0px;
    text-align: left;
    font-size: 14px;
}

p.cu  {
    margin: 0px;
    padding: 5px 5px 10px 5px;
    text-align: left;
    font-size: 1em;
    line-height: 160%;
    background-color: #EFEFEF;
    border: 1px #808080 double;
}

span#cu2   {
    color: #FF0000;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 3px solid #FF9900;
    line-height: 170%;
}


/* ↓↓ヘッダー下、各リンクの設定部分↓↓ */

.navbar {/* ナビバー全体の設定 */
	padding: 0px;
	width: 729px;
	position: absolute;
	top: 148px;
	left: 0px;
	background: url(../img/bg_menu.gif);
}

.navbar h2{/* ナビバー内文字の設定 */
	width: 110px;
	float: left;
	text-align: center;
	margin:0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 2em;
	border-right: solid 1px #c63726;
}

.navbar h2 a {/* 文字以外の部分もクリックできるようにする */
	display:block;
	width: 110px;
}

.navbar h2 a:link		{color: #FFFEFD; text-decoration:none;}
.navbar h2 a:visited	{color: #FFFEFD; text-decoration:none;}
.navbar h2 a:active	    {color: #FF9900; text-decoration:none;}
.navbar h2 a:hover		{color: #FF9900; text-decoration:none;}
