@charset "Shift_JIS";

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

body {/* ページ全般の設定 */
	text-align:center;
	background: #FFFFFF;
	margin: 0px;
}

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

h1 {/* ヘッダー部分 */
	background-image:url(../img/header.jpg);
	height: 87px;
	padding-left: 10px;
	margin-bottom:40px;
}

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

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

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

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


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

th       {
    padding: 5px;
    background: #F5E6E1;
    border-collapse: collapse;
    border: 1px solid #C990B2;
    empty-cells: show;
}

th#head  {
    background: #C0C0C0;
}

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

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

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

td.r1  {
    background: #f5f0eb;
    font-weight: bold;
    font-size: 14px;
}

td.r3  {
    background: #f5f0eb;
}

td.r2  {
    background: #FFFEFD;
    font-weight: bold;
    font-size: 14px;
}


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: 900px;
	position: absolute;
	top: 87px;
	left: 0px;
	background: #c04070;
	border-bottom: 1px solid #EFEFEF;
	border-top: 1px solid #EFEFEF;
}

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

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

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