/* BASE
------------------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

ul,ol {
	list-style-type: none;
}

li {
	list-style-type: none;
}

img {
	border: 0;
}

h1 {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}


body {
	font-size: 12px;
	font-family: verdana,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
	line-height: 1.8;
	color: #383838;
}

/* POPUP
------------------------------------------------------------------------- */
#pop_up {
	background: #fff;
	width: 900px;
	border: 1px solid #e7e7e7;
}

#pop_up_header {
	background: url(../../bg.jpg) repeat-x 0 0;
	height: 30px;
	padding: 0 30px;
}

#pop_up_header h1{
	margin-left: 10px;
	float: left;
}

#pop_up_header div.right{
	float: right;
}

#pop_up_header p.close{
	padding-top: 3px;
	text-align: right;
}

#pop_up_header p.close a{
	color: #666;
}

#pop_up_header h2{
	padding-top: 25px;
	margin-bottom: 10px;
	margin-right: 140px;
}

#pop_up_header ul li{
	margin-left: 3px;
	font-size: 13px;
}

#pop_up_header ul li.day{
	float: left;
	padding-top: 5px;
}

#pop_up_header ul li.play{
	float: right;
}

#pop_up_inner {
	padding: 35px;
	clear: both;
	text-align: center;
}

#pop_up_inner h3{
  	margin-bottom: 10px;
	text-align: center;
}

#pop_up_footer {
	background: #f5f5f5;
	height: 30px;
	padding: 10px 10px 0;
	color: #333;
	text-align: right;
	font-size: 11px;
}

#pop_up_inner h4{
	background: #000;
	text-align: left;
	padding: 2px 0 2px 15px;
	color: #ff8400;
	font-weight: normal;
	font-size: 12px;
	margin-right: 3px;
	border-bottom: 1px solid #ff8400;
}

/* TABLE
------------------------------------------------------------------------- */
.table_area {
	background-color: #f1f1f1;
	padding: 15px 10px;
	margin-bottom: 10px;
	clear: both;
	overflow: hidden;
}

.table_area p {
	text-align: left;
	margin-bottom: 5px;
}

table th {
	background-color: #b7b7b7;
}

table tr.even td {
	background-color: #dbdbdb;
}

table.contents th,
table.contents td {
	border-right: 1px solid #f1f1f1;
	padding: 3px 10px;
}

table .alignL {
	text-align: left;
}

.colorR {
	background-color: #de1f26!important;
	color: #fff;
}

.colorG {
	background-color: #217346!important;
	color: #fff;
}

.colorB {
	background-color: #0f6baf!important;
	color: #fff;
}

table.legend {
	text-align: left;
	margin-top: 15px;
	float: right;
}

table.legend td {
	padding: 0 10px;
}