/*/////////////////////////////////////
汎用CSS
ページヘッダ・フッタ・コンテンツ部分の枠組み等
////////////////////////////////////*/

@charset "UTF-8";


/*基本設定*/
* {
	margin: 0;
	border: none;
	padding: 0;
}

body {
	color: #555;
	font-family: "Lucida Grande", "Verdana", "Meiryo", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴPro W3", "HiraKakuPro-W3", "MS Pゴシック", Sans-Serif;
	font-size: 12px;
	line-height:1.7em;
}


a { overflow: hidden }

a:link,
a:visited {
	color: #4F69AC;
	text-decoration: none;
}

a:active,
a:hover {
	color: #998B6E;
	text-decoration: underline;
}

hr{
	display:none;
}

.clearfix:after { content: ""; display: block; height: 0; visibility: hidden; clear: both; }



ul{
	margin: 0 0 30px 0;
}



ul li {
	padding: 8px 0 0 18px;
	margin-left: 18px;
	list-style: none;
	background: url(../images/ListMarker.png) no-repeat 0 13px;
}






/*全ページ汎用*/


body { background: #2D3A5E url(../images/Back.png) 0 0  }


#baseOutline{
	width:720px;
	margin:0 auto;
}

#header {
	height:192px;
	width:720px;
	background: url(../images/Ticket_BackHeader.png) no-repeat 0 0;
}

#header h1{
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
}

#Nav{
	widht:620px;
	padding:10px 50px;
	text-align:center;
	background: url(../images/Ticket_BackContent.png) repeat-y 50% 0;
}


#container {
	width: 620px;
	padding: 50px;
	background: url(../images/Ticket_BackContent.png) repeat-y 50% 0;
}



h2{
	padding: 0 0 2px 0;
	color: #2B395D;
	font-size: 20px;
	line-height: 24px;
	font-family: Georgia, serif;
	font-weight: normal;
	margin-bottom:40px;
}

h3{
	padding: 0 0 3px 0;
	color: #29271F;
	font-size: 15px;
	border-bottom:#DDD 1px dotted;
	margin-bottom:20px;
}



.nessecery {
	color:#990000;
	margin:0 0 0 1em;
}


/*フッタ/全ページ汎用?*/
#footer{
	padding: 20px 0 0 10px;
	background: url(../images/Ticket_BackFooter.png) no-repeat 50% 0;
	color:#CCC;
	font-size:10px;
	height:130px;
}




/* フォームの多重送信防止用 */
.FreezePaneOff {
	visibility: hidden;
	display: none;
	position: absolute;
	top: -100px;
	left: -100px;
}
.FreezePaneOn {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: visible;
	width: 100%;
	height: 100%;
	background-color: #666;
	z-index: 999;
	filter: alpha( opacity=85 );
	-moz-opacity: 0.85;
	padding-top: 20%;
}
.InnerFreezePane{
	text-align: center;
	width: 50%;
	background-color: #448;
	color: white;
	font-size: large;
	border: solid 2px #444;
	padding: 15px;
}





table{
	margin-top:20px;
	font-size:11px;
	line-height:140%;
	border-collapse:collapse;
	border-bottom:#FFF solid 1px;
	width:100%;
}

tr.even{
	background: url(../images/BackEntryTable_Even.png) ;
	border-top:#DDD solid 1px;
}

tr.odd{
	background: url(../images/BackEntryTable_Odd.png) ;
	border-top:#DDD solid 1px;
}


th,td{
	padding:8px 10px;
	margin:0;
}

th{
	font-weight:normal;
	text-align:left;
	margin-right:1px;
	border-right:#CCC 1px dotted;
}


input,select,textarea{
	font-size:14px;
	padding:2px;
	color:#4F69AC;
}

textarea{
	width:100%;
}


.Submit{
}




#pagejump {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	vertical-align: middle;
}
