@charset "utf-8";

*{
	font-family:  arial, helvetica,"Georgia",sans-serif;
	}

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;
	}
body{
	font-size: 16px;
	color: #333;
	line-height: 1.5;
	letter-spacing:1px;
	text-align: center;
	background: url("../img/main_bg.gif") no-repeat center top #f0eee5;
	}
a{ color: #2991b8;}
a:visited{ color: #2991b8; }
a:hover{ text-decoration: none; color: #2991b8;}
h1, h2, h3, h4, h5, h6{	font-size: 100%;}
ul,li,dl,dt,dd{ list-style: none;}
img{ border: 0; vertical-align: bottom;}
a:focus{ outline:none;}
a img{ border: 0; overflow: hidden;}
p{ margin: 0 0 1.4em 0;line-height: 1.5;}
table{border:0; border-collapse:collapse; border-spacing: 0;}
hr{height: 1px; border:0; border-bottom: 1px; color: #d5d4cc; background: #d5d4cc;}
textarea{
	font-size: 100%;
	}
.clfx{
	zoom:1;/*for IE 5.5-7*/
	min-height: 1px;
	}	
.clfx:after{/*for modern browser*/
	content:".";
	display: block;
	clear:both;
	height: 1px;
	margin-top: -1px;
	visibility:hidden;
	}
.clr{clear: both;}
.alignleft{text-align: left;}
.alignright{text-align: right;}
.aligncenter{text-align: center;}
.fleft{float:left;}
.fright{float:right;}
.middle{ vertical-align: middle;}

/* for all-pages */
#container{
	width: 900px;
	margin: 0 auto;
	text-align: left;
	}
body #container{
	height: auto;
	}

#header{
	position: relative;
	height: 265px;
	margin-bottom: 1px;
	}
	#header p{
		font-size: 12px;
		height: 35px;
		line-height: 35px;
		color: #aaa;
		margin-bottom: 0;
		}
	#header span{
		position: absolute;
		top:55px;
		right: 0;
		}
	#header ul{
		position: absolute;
		top: 215px;
		left:0;
		}
	#header ul li{
		float:left;
		display: inline;
		}
	
	#header span#lang{
		top: 0;
		right: 10px;
		}
		#header span#lang a{
			color: #fff;
			font-size: 11px;
			line-height: 30px;
			}
			#footer ul li a:hover{
				}

#body{
	background: url("../img/side_bg.jpg") repeat-y right top;
	}

#visual,
#title,
#artist_menu{ padding-bottom: 10px; background: #f0eee5;}

#artist_menu ul{
	border:1px solid #c5c5c5;
	padding: 19px 11px 19px 19px;
	background: #fff;
	}
#artist_menu li{
	float:left;
	margin-right: 7px;
	background: #e7e7e7;
	font-size: 14px;
	margin-bottom: 7px;
	}
	#artist_menu li a{
		letter-spacing:0;
		display: block;
		width: 208px;
		height: 68px;
		text-decoration: none;
		color: #333;
		display: table-cell;
		vertical-align: middle;
		border:1px solid #c5c5c5;
		}
	#artist_menu li a:hover{
		background: #fff190;
		border-color:#edd007;
		}
		#artist_menu li a span{
			font-size: 11px;
			color: #9f560b;
			}
		
		#artist_menu li a img{
			margin: 4px;
			vertical-align: middle;
			}
		
			
			


#main{
	width: 558px;
	float:left;
	background: #fff;
	border: 1px solid #c5c5c5;
	padding: 30px 40px;
	}
	#main h2{
		font-size: 24px;
		padding-bottom: 5px;
		border-bottom: 2px solid #585753;
		margin-bottom: 10px;
		}
	#main .cont{
		margin-bottom: 40px;
		}
		#main .cont h3{
			background: #ebe7d4;
			border: 1px solid #ded9c4;
			font-weight: normal;
			padding:7px 10px;
			margin-bottom: 10px;
			}
		#main .cont h4{
			color: #e07e00;
			font-weight: bold;
			font-size: 20px;
			line-height: 1.2;
			margin-bottom: .5em;
			padding-top: 10px;
			}
		#main .cont .info{
			background: #fffae3;
			border: 1px solid #ded9c4;
			padding:25px;
			margin-bottom: 1em;
			}
			
		#main .cont .schedule_table{
			width: 99%;
			margin-bottom: 1em;
			border-top: 1px solid #c5c5c5;
			}
			#main .cont .schedule_table th,
			#main .cont .schedule_table td{
				border-bottom: 2px solid #fff;
				padding: 5px;
				vertical-align: top;
				text-align:left;
				font-size: 14px;
				}
			#main .cont .schedule_table th{
				width: 6.5em;
				font-weight: normal;
				background: #f0eee5;
				}
			#main .cont .schedule_table td{
				vertical-align:middle;

				}

.artist_main{}
.artist_main .cont p.fleft{
	width: 170px;
	margin-right: 10px;
	text-align:center;
	font-size: 10px;
	}
	.artist_main h2 a{
		font-size: 13px;
		}

#side{
	float: right;
	width: 240px;
	padding:5px 5px 40px;
	}
	#side li{
		background: #fff;
		margin-bottom: 5px;
		}
	#side li span{
		display: block;
		font-size: 13px;
		background: #fff;
		padding: 0 5px 5px;
		}
	#side li img{
		vertical-align:middle;
		}
		#side li ul{
			text-align: center;
			padding: 10px 0 5px;
			}
	
#footer{
	clear:both;
	padding: 20px 0;
	color: #666;
	font-size: 13px;
	}
	#footer ul{
		border-top: 2px solid #000;
		padding-top: 10px;
		margin-bottom: 15px;
		}
		#footer ul li{
			display: inline;
			}
			#footer ul li a{	
				background: #fff;
				font-size: 11px;
				padding: 5px 8px;
				border: 1px solid #c5c5c5;
				text-decoration: none;
				}
			#footer ul li a:hover{
				background: #fff190;
				border-color:#edd007;
				}
				
				
	#footer span{
		display: block;
		padding-top: 10px;
		text-align: right;
		}




