@charset "utf-8";
/* CSS Document */

/* sideMenu
---------------------------------------------------------------------------------------- */
#sideMenu{
	float:left;
	margin:0px 20px 0px 0px;
}

#inner a{
	text-decoration:none;
}

#sideMenu h2{
	width:180px;
	margin:0px 0px 18px 0px;
}

#sideMenu ul{
	width:180px;
	margin:0px 0px -1px 0px;
}

#sideMenu ul li{
	margin:0px 0px -1px 0px;
}

#sideMenu ul li dl{
	height:128px;
}

#sideMenu .otoiawase{
	width:158px;
	padding:10px 10px !important;
	padding:10px 9px;
	text-align:center;
	border-left:1px solid #CCC;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
}

#sideMenu .otoiawase p{
	width:160px;
	padding:0px 0px 10px 0px;
	text-align:left;
}

#sideMenu .otoiawase span{
	margin:0px 0px 6px;
	display:block;
}

#inner{
	float:left;
	width:700px;
}

#inner h2{
	padding:16px 0px;
}

#inner h3{
	padding:0px 0px 10px 0px;
}

#inner p{
	margin:0px;
}

#inner .button{
	background:url(../../ticket/images/bg_bt.gif) no-repeat right;
	text-align:left;
	border-left:1px solid #ccc;
	padding:3px 15px 0px 5px;
	width:140px !important;
	width:160px;
	height:21px !important;
	height:24px;
	margin:-6px 0px 10px 0px;
	float:right;
}

#inner .button a{
	color:#333;
}

#inner .button a:hover{
	text-decoration:none;
}

#inner table{
	width:700px;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	margin:0px 0px 20px 0px;
}

#inner th , #inner td{
	padding:10px 0px;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	text-align:center;
	vertical-align:middle;
}

#inner th{
	background:url(../images/bg_th.gif) repeat-x;

}

#inner th.th{
	width:179px;
	font-weight:bold;
}

#inner td.td{
	width:158px;
	background:#F7F7F7;
}

#inner td.gold{
	margin:0px 0px 15px 0px;
	background:#FFFBCC;
	color:#725C29;
	font-weight:bold;
}

#inner td ol{
	padding:0px 15px 0px 45px;
	text-align:left;
	list-style:decimal;
}

#inner p{
	text-align:left;
}

#inner p.privacy{
	text-align:center;
}

#inner p img{
	margin:10px 0px 20px 0px;
}

#inner ul{
	height:100px;
	padding:14px 50px 50px 50px;
	background:url(../images/bg_submit.gif) repeat-x;
	text-align:center;
}

#inner ul li{
	float:left;
	width:300px;
	line-height:2;
}

