/* CSS Document */

/* CSS Document */
html{
overflow-y:scroll;
}
body {
margin: 0;
padding: 0;
background-color: #F7F2DF;
color:#333;
font-size:0.8em;
line-height: 1.5;
}

h1,h2,h3,h4,h5,h6 { line-height:1.2; }
p,li,dt,dl { line-height:1.6; }
p { margin:0 0 1em 0; }
ul li { list-style-type:none; }
a img { border:0; }
a:link {
color:#1390ED;
text-decoration:none;
}
a:visited {
color:#13509D;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
a:active {
color:#666;
}
/*
table{
width:100%;
border-spacing:2px;
margin:1.5em 0;
}
table th, table td{ padding:0.3em 0.75em }
*/

/*class*/
.hidden {
display: none;
visibility: hidden;
}
.alignright {
text-align: right;
}
.alignleft {
text-align: left;
}
.aligncenter{
text-align:center;
}
.clear {
clear: both;
}
.red{
color:red;
}

h1,h2,h3 {
color:#242424;
margin:0px;
/*height:28px;*/
width:95%;
padding:7px 0 10px 0px;
font-size:14px;
font-weight:bold;
}
h4 {
margin:0px;
font-weight:bold;
background:url(../img/mark01.jpg) no-repeat;
padding:2px 0 0 13px;
margin-bottom:2px;
}

.tb{
border-collapse:collapse;
}
.td01{
border:1px solid #999999;
padding:4px;
}
form {
padding:0px;
margin:0px;
}
#textbox_search{
border:1px solid #333333;
width:115px;
height:26px;
padding:0px;
margin:0px;

}
#btn_search {
background:url(../img/btn_search.jpg) no-repeat;
width:60px;
height:28px;
padding:0px;
margin:0px;
border:none;
}
#main ul,#side_menu ul ,#menu_photo ul ,#main_portfolio ul{
margin:0 0 10px 14px;
padding:0 0 0 7px;
}
li {
padding-left:13px;
background:url(../img/bg_mark.jpg) no-repeat;
background-position:0px 5px;
}
.date_list{
background:url(../img/bg_mark.jpg) no-repeat;
background-position:0 45%;
margin:0px;
padding:2px 0 3px 10px;
font-weight:bold;
}
.title_list{
margin-top:-4px;
padding:0 0 4px 10px;
border-bottom:1px dotted #999999;
line-height:120%;
}
.emv_win{
background:url(../img/windows.jpg) no-repeat;
background-position:5px 5px;
padding-left:70px;
}
.emv_mac{
background:url(../img/apple.jpg) no-repeat;
background-position:5px 5px;
padding-left:70px;
}
.border01 {
border:1px solid #999999;
}
.news_list li{
  padding:0 0 4px 12px;
  border-bottom:1px dotted #999999;
}

.ul_d01 ul{
	padding-left:15px;
}
.ul_d01 li{
	background:url(../img/bg_mark02.gif) no-repeat;
	background-position:0px 3px;
	padding:0 0 0 13px;
	line-height:120%;
	margin-top:8px;
}
.ul_d01 h4{
padding-left:20px;
background:url(../img/h3_title_01.gif) no-repeat;
background-position:5px 2px;
height:22px;
}


/* extra attach table */

table.attach_table{
padding:		0px;
border:		0px;
margin:		auto;
text-align:		left;
color:			inherit;
background-color:	#CCC;}

th.attach_th{
padding:		2px;
margin:		1px;
text-align:		center;
color:			inherit;
background-color:	#848484;}


td.attach_td0{
background:url(../img/timetable_ts00.gif) no-repeat;
}
td.attach_th{
background-color:	#848484;}
td.attach_bg{
background-color:	#999999;}
td.attach_td1{
background-color:	#B2DED1;}
td.attach_td2{
background-color:	#AED3DC;}
td.attach_td3{
background-color:	#B5C9E1;}


/*timetable*/
.f14b {
font-size:14px;
font-weight:bold;
}
.underline {
text-decoration:underline;
}

.td_time {
width:60px;
background:url(../img/timetable_tdbg.gif) repeat-y;
background-position:right;
padding-right:5px;
}
.dotline{
   border-width: 1px 0px 0px 0px;
   border-style: dotted;
   border-color: #999999;
   height: 1px;
}
.timetb {
height:90px;
}
.timetb90 {
height:90px;
}
.timetb120 {
height:120px;
}
.timetb110 {
height:110px;
}
.timetb150 {
height:150px;
}
.timetb175 {
height:175px;
}
.timetb200 {
height:200px;
}
.timetb250 {
height:250px;
}
.timetb300 {
height:299px;
}

.timetb80 {
height:80px;
}
.timetb70 {
height:70px;
}
.timetb60 {
height:60px;
}
.timetb50 {
height:50px;
}
.timetb25 {
height:25px;
}

.lineup_title {
	font-size:15px;
	font-weight:bold;
}

.movie_info {
	color:#666666;
}

.pd_u5 {
	padding-bottom:5px;
}
.validation-advice {
	margin: 2px 0;
	padding: 2px;
	color : #FF0000;
	font-weight: bold;
}