@charset "utf-8";

/* --------------------------------------------------
  about this site
-------------------------------------------------- */
#newTopics {
	width: 697px;
	padding-bottom: 30px;
}

#newTopics h4 {
	width: 697px;
	height: 43px;
	margin-bottom: 25px;
}

#newTopics div.newTopicsBox {
	width: 697px;
	min-height: 69px;
	height: auto!important;
	height:69px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#newTopics div.end {
	border: none!important;
	padding: 0!important;
	margin: 0!important;
}

#newTopics div.newTopicsBox div {
	width: 338px;
	min-height: 69px;
	height: auto!important;
	height:69px;
	float: left;
}

#newTopics div.newTopicsBox div.leftBox {
	margin-right: 21px;
}

/* for IE6 */
*html div.newTopicsBox div {
	display: inline;
}

#newTopics div.newTopicsBox img {
	width: 65px;
	height: 65px;
	padding: 1px;
	border: 1px solid #ccc;
	float: left;
	margin: 0 10px 0 5px;
}

#newTopics div.newTopicsBox dl {
	width: 254px;
	min-height: 61px;
	height: auto!important;
	height: 61px;
	float: left;
	padding: 4px 0;
}

#newTopics div.newTopicsBox dt a {
	font-size: 108%;
	font-weight: bold;
	color: #0483e5;
	margin-bottom: 5px;
}

#newTopics div.newTopicsBox dd a {
	width: 230px;
	display: block;
	font-size: 93%;
}


#scheduleEC {
	width: 697px;
}

#scheduleEC div#top {
	width: 697px;
	height: 53px;
	margin-bottom: 10px;
	position: relative;
}

#scheduleEC div#top h4 {
	width: 697px;
	height: 53px;
}

#scheduleEC div#top div {
	width: 157px;
	height: 32px;
	position: absolute;
	right: 5px;
	top: 2px;
}


/* --------------------------------------------------
  news
-------------------------------------------------- */
#newECMore {
	width: 697px;
}

#newECMore h4{
	width: 697px;
	height: 43px;
	margin-bottom: 25px;
}

.newECMoreBox {
	width: 695px;
	border: 1px #ccc solid;
	margin-bottom: 40px;
}

.newECMoreBox div.newsName {
	width: 680px;
	height: 27px;
	*height: 25px;
	padding: 13px 0 8px 15px;
	*padding: 15px 0 8px 15px;
	background: url(../../images/event_campaign/line_blue.gif) no-repeat left bottom;
}

.newECMoreBox div.newsName h5 {
	font-size: 138.5%;
	color: #2577a9;
	margin-bottom: 5px;
}

.newECMoreBox div.newsName h5 a {
	color: #2577a9;
	text-decoration: underline;
}

.newECMoreBox div.newsName h5 a:hover {
	text-decoration: none;
}

.newECMoreBox div.newsName p span {
	color: #2577a9;
	margin-right: 10px;
}

.newECMoreBox div.newsName p span.shopGenre {
	color: #666;
}

.newECMoreBox div.newsCont {
	width: 665px;
	padding: 15px;
}

.newECMoreBox div.newsCont div.left {
	width: 395px;
	float: left;
	margin-right: 20px;
}

.newECMoreBox div.newsCont div.right {
	width: 250px;
	float: left;
}

.newECMoreBox p.newsTitle a {
	font-weight: bold;
	font-size: 131%;
	color: #2577a9;
	text-decoration: underline;
}

.newECMoreBox p.newsTitle a:hover {
	text-decoration: none;
}

.newECMoreBox p.newsTitle {
	margin-bottom: 10px;
}

.newECMoreBox p.newsLead {
	font-size: 93%;
	color: #999;
	margin-bottom: 20px;
}

.newECMoreBox p.newsNote {
	font-size: 93%;
}


/* --------------------------------------------------
  schedule
-------------------------------------------------- */
/*---------- schedule Tab ----------*/
#scheduleEC div ul {
	position: relative;
	width: 167px;
	height: 34px;
	margin: 0 0 7px 9px;
}

#scheduleEC div ul li {
position: absolute;
	float: left;
	width: 167px;
	height: 34px;
	margin: 0 2px 0 0;
	padding: 6px 0 6px 0;
	vertical-align: middle;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	background: url(../../images/event_campaign/bg_scheMonth.jpg) no-repeat 0 0;
}

#scheduleEC div ul li.first {
	left: 0;
	top: 0;
	background: url(../../images/event_campaign/bg_scheMonth_pr.jpg) no-repeat 0 0;
}

#scheduleEC div ul li.second {
	left: 169px;
	top: 0;
}

#scheduleEC div ul li.therd {
	left: 338px;
	top: 0;
}
#scheduleEC div ul li.forth {
	left: 507px;
	top: 0;
}
	
#scheduleEC div ul li a {
	display: block;
	margin-top: -6px;
	padding: 6px 0 0;
	width: 100%;
	height: 34px;
	color: #fff;
}

#scheduleEC div ul li a.active {
	color: #fff;
	background: url(../../images/event_campaign/bg_scheMonth_cr.jpg) no-repeat 0 0;
}


/*---------- schedule Table ----------*/

div#tab1,
div#tab2,
div#tab3,
div#tab4 {
	display: none;
}

table.schedule {
	float: left;
	width: 690px;
}

table.schedule th {
	width: 67px;
	padding: 18px 4px;
	text-align: center;
	vertical-align: top;
	color: #fff;
	font-size: 80%;
	line-height: 1.7em;
	background-color: #d3d3d3;
	border-bottom: 1px solid #fff;
	border-left: 2px solid #fff;
}

table.schedule th.on {
	background-color: #ABABAB;
}

table.schedule td {
	width: 277px;
	padding: 7px 8px 18px;
	vertical-align: top;
	line-height: 1.3em;
	background-color: #f1f1f1;
	border-bottom: 1px solid #fff;
}

table.schedule td.on {
	background-color: #DEDEDE;
}

table.schedule th span.sat {
	color: #1d7eb7;
}

table.schedule th span.sun {
	color: #ce0707;
}

table.schedule td.thumb dl {
	width: 230px;
}

table.schedule td.thumb dt {
	position: relative;
	width: 190px;
	margin-bottom: 10px;
	padding-left: 69px;
	color: #2576A6;
	font-weight: bold;
}

table.schedule td.thumb dt img {
	position: absolute;
	top: 0;
	left: 0;
}

table.schedule td.thumb dt a {
	color: #2576A6;
}

table.schedule td.thumb dt a:hover {
	text-decoration: underline;
}

table.schedule td.thumb dd {
	width: 198px;
	min-height: 60px;
	padding-left: 69px;
	margin-bottom: 10px;
}

/*---------- schedule Table ----------*/
div#scheduleEC ul.scheduleAnnotation {
	margin: 0 0 10px 0;
}

div#scheduleEC ul.scheduleAnnotation li {
	/*margin-left: 1em;
	text-indent: -1em;*/
	color: #8A8A8A;
}


/* --------------------------------------------------
  performer
-------------------------------------------------- */
#performerWrap {
	width: 669px;
	margin: 0 14px;
	_margin: 0 7px;
}

#performerWrap h4 {
	width: 669px;
	height: 43px;
	margin-bottom: 20px;
}

ul.pArea {
	width: 669px;
	margin: 0 0 50px 0;
}

ul.pArea li {
	width: 302px;
	height: 150px;
	float: left;
	margin: 0 0 20px 10px;
	border: 1px solid #ccc;
	background-position: top right;
	padding: 5px;
}

ul.pArea li.p016 {
	height: 200px;
}

ul.pArea li h5 {
	width: 302px;
	height: 18px;
	margin-bottom: 5px;
}

ul.pArea li p {
	width: 220px;
	font-size: 77%;
}

ul.pArea li.p001 { background: url(../../images/event_campaign/performer/001.jpg) no-repeat right;}
ul.pArea li.p002 { background: url(../../images/event_campaign/performer/002.jpg) no-repeat right;}
ul.pArea li.p003 { background: url(../../images/event_campaign/performer/003.jpg) no-repeat right;}
ul.pArea li.p004 { background: url(../../images/event_campaign/performer/004.jpg) no-repeat right;}
ul.pArea li.p005 { background: url(../../images/event_campaign/performer/005.jpg) no-repeat right;}
ul.pArea li.p006 { background: url(../../images/event_campaign/performer/006.jpg) no-repeat right;}
ul.pArea li.p007 { background: url(../../images/event_campaign/performer/007.jpg) no-repeat right;}
ul.pArea li.p008 { background: url(../../images/event_campaign/performer/008.jpg) no-repeat right;}
ul.pArea li.p009 { background: url(../../images/event_campaign/performer/009.jpg) no-repeat right;}
ul.pArea li.p010 { background: url(../../images/event_campaign/performer/010.jpg) no-repeat right;}
ul.pArea li.p011 { background: url(../../images/event_campaign/performer/011.jpg) no-repeat right;}
ul.pArea li.p012 { background: url(../../images/event_campaign/performer/012.jpg) no-repeat right;}
ul.pArea li.p013 { background: url(../../images/event_campaign/performer/013.jpg) no-repeat right;}
ul.pArea li.p014 { background: url(../../images/event_campaign/performer/014.jpg) no-repeat right;}
ul.pArea li.p015 { background: url(../../images/event_campaign/performer/015.jpg) no-repeat right;}
ul.pArea li.p016 { background: url(../../images/event_campaign/performer/016.jpg) no-repeat right;}