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

body {
	background-color: #000000;
	margin: 0;
	color: #FFFFFF;
}

body,td,tr {
	color: #FFFFFF;
	font-size: 12px;
}

a{color: #FFCC00;}
a :link{color: #FFCC00;}
a :hover{color: #FFCC00; text-decoration: underline}


#main {
	width: 960px;
	margin: 0 auto;
	background-color: #232323;
}
#win_main{
	width: 500px;
	margin: 0 auto;
	background: url(img/win_bg.jpg) bottom no-repeat;
}

#close {
	text-align: center;
	margin: 15px;
	border-top: 1px dotted #FFFFFF;
	margin: 30px 15px 15px;
	padding-top: 10px;
}

.theater p {
	margin: 15px;
	border-top: #ffffff dotted 1px;
	padding-top: 10px;
}
.theater .txt12_01 {
	text-align: center;
}
.theater .txt12_02 {
	text-align: left;
}

#cafe {
	text-align: right ;
	background-color: #000000;
	width: 100%;
}

