@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-color: #FFFEFD;
	text-align:left;
	position:relative;
}

h1 {/* ヘッダー部分 */
	background-image:url(../img/header.jpg);
	height: 136px;
	margin-bottom:40px;
}

/* ↓↓公演情報・チケット購入設定部分↓↓ */

.main   {/* 全体 */
    width: 98%;
    font-size:12px;
    margin: auto;
    padding: auto;
}

.con{
    width: 95%;
    border-collapse: collapse;
    border: none;
    text-align: left;
    font-size: 14px;
    margin: auto;
    padding: auto;
}

.con th{
    margin: 10px;
    padding: 5px;
    background: url(../img/bg6.gif) repeat-x;
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    color: #B5002E;
}

.con td.ct1{
    background: #EFEFEF;
    text-align: center;
    color:#B5002E;
    font-size: 14px;
}

.con td    {
    border-bottom: 1px solid #CCCCCC;
}

td       {
    font-size: 12px;
    line-height: 160%;
    padding: 10px;
}

td.ct   {
    background: #EFEFEF;
}

.table   {
    width: 95%;
    font-size:12px;
    margin: auto;
    padding: auto;
}

/* ↓↓支払方法部分の文字設定↓↓ */

table.delivery {
	width: 95%;
	margin: auto;
	text-align: center;
}

table.delivery th {
	background: url(../img/bg2.gif);
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	vertical-align: middle;
	white-space: nowrap;
	padding: 3px;
}

table.delivery td.c2 {
	background-color: #EFEFEF;
	border-bottom: 1px #CCCCCC solid;
	color: #000000;
	font-size: 12px;
	text-align: center;
	white-space: nowrap;
	padding: 0px 0px 0px 8px;
}

table.delivery td.c3 {
	padding: 5px;
	border-bottom: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	color: #000000;
	font-size: 12px;
	line-height: 170%;
	white-space: nowrap;
}

table.delivery td.c4 {
	color: #000000;
	font-size: 12px;
	line-height: 170%;
	border-left: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
}


/* ↓↓ヘッダー下、各リンクの設定部分↓↓ */

.navbar {/* ナビバー全体の設定 */
	padding: 0px;
	width: 750px;
	position: absolute;
	top: 136px;
	left: 0px;
	background: #C0C0C0;
}

.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	 {color: #ff6600; text-decoration:none;}

/* ページTOPへ戻る */
div.modori      {
  font-size: 11px;
  margin-right: 20px;
}

div.modori a:link    {color: #000099; text-decoration: none;}
           a:visited {color: #000099; text-decoration: none;}
           a:active  {color: #000099; text-decoration: underline;}
           a:hover   {color: #BBBBBB; text-decoration: underline;}