@charset "Shift_JIS";

/* ページのレイアウト用CSS */

body {/* ページ全般の設定 */
	text-align:center;
	background: url(../img/bg.jpg) repeat-y center #FFFFFF;
	margin: 0px;
}

.contents {/* コンテンツ（中身の設定） */
	width: 750px;
	margin:auto;
	background: #FFF;
	text-align:left;
	position:relative;
}

h1 {/* ヘッダー部分 */
	background-image:url(../img/header.jpg);
	height: 80px;
	padding-left: 10px;
	margin-bottom:50px;
}

h2#pre   {/* オンラインチケット説明画像 */
	text-align: center;
	margin:2em 0px;
}

h2,h3,p {
	margin-left:20px;
	margin-right:20px;
}

/* ↓↓チケット購入テーブル設定部分↓↓ */

.table   {
    width: 670px;
    font-size:12px;
    margin: 20px;
    padding: 0px 20px 10px 20px;
}

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 #C0C0C0;
    padding: 0px;
    text-align: center;
    font-size: 14px;
    line-height: 150%;
    
}

th       {
    padding: 0px;
    background: url(../img/bg_title2.gif) center;
    font-size: 16px;
    color: #3366CC;
    text-align: left;
    padding: 6px;
}


td       {
    font-size: 12px;
    border-collapse: collapse;
    border: 1px solid #C0C0C0;
    text-align: left;
}

td.ct1  {
    background: #EFEFEF;
    font-weight: bold;
    text-align: center;
}

td.ct2      {
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: #FF9900;
    background: #EFEFEF;
}

td.ct3      {
    font-size: 12px;
    text-align: center;
	line-height:120%;
}

p.cart      {
    width: 650px;
    font-size:12px;
    text-align: left;
    margin: 0px;
    padding: 5px 0px 5px 0px;
}

span.c1   {
    font-size:14px;
    font-weight: bold;
    color: #FF9900;
    text-align: left;
    border-left: 10px solid #FF9900;
    padding-left: 5px;
}

ul.cart   {
    background: #EFEFEF;
    
}

li.cart   {
    list-style-type: decimal;
    margin: 5px;
}

p#table  {
    margin: 0px;
    padding: 0px 0px 10px 0px;
    text-align: left;
}


/* ↓↓イメージマップ用↓↓ */

.map   {
    width: 100%;
    margin: auto;
    padding: auto;
    text-align: center;
    font-size: 12px;
}

p.title{
    background: #EFEFEF;
    padding: 10px;
    border: 1px solid #C0C0C0;
}

p.title img {
    float: none;
}

/* ↓↓支払方法部分の文字設定↓↓ */

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: 750px;
	position: absolute;
	top: 80px;
	left: 0px;
	background: #9e1f24;
}

.navbar h2{/* ナビバー内文字の設定 */
	width: 120px;
	float: left;
	text-align: center;
	margin:0px;
	font-size: 14px;
	font-weight: normal;
	line-height: 2em;
	border-right: solid 1px #EFEFEF;
}

.navbar h2 a {/* 文字以外の部分もクリックできるようにする */
	display:block;
	width: 120px;
}

.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:none;}
.navbar h2 A:hover		{
	opacity:0.85;
	filter: alpha(opacity=85);
	-ms-filter:alpha( opacity=85 );
	text-decoration:underline;}
