/* CSS Document */

body {
	background-color: #0066CC;
}


#main {
	width:500px;
	background:#FFFFFF;
	background-image:url(bg.gif);
	background-position:top;
	background-repeat:no-repeat;
	margin: 6px;
	padding: 10px;

}


#main h1 {
	width: 452px;
	height: 180px;
	text-indent: -9999px;
}

.venue {
	color:#003300;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size:16px;
	font-weight: bold;
	background-image:url(venue_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding: 0px 4px 0px 4px;	
}

.info {
	color: #000033;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 12px;
	line-height:1.6em;
	padding: 0px 4px 0px 4px;
}

.musician {
	color:#990000;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 14px;
	font-weight:bold;
	line-height: 1.6em;
	padding: 0px 4px 0px 4px;
}

.musician a {
	color: #FF00FF;
	text-decoration:none;
}
.musician a:hover {
	color: #FF0000;
}
.musician a:after {
	content: url(globe.gif);
	margin-left: 4px;
}

.musician2 {
	color: #993300;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 12px;
	line-height: 1.6em;
	padding: 0px 4px 0px 4px;
}

.musician3 {
	color: #FF0000;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6em;
	padding: 0px 4px 0px 4px;
}


.info2 {
	color: #000033;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 12px;
	line-height:1.4em;
	padding: 0px 4px 0px 4px;
}


#senko {
	color: #990000;
	background: #FFFFCC;
	width: 460px;
	height: auto;
	display: block;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 12px;
	line-height:1.4em;
	padding: 10px;
}
#senko a {
	color:#FFFFFF;
	background: #0099FF;
	text-decoration: none;
}
#senko a:hover {
	color: #FF0000;
	background: #0099FF;
	text-decoration: none;
}

.bottom {
	width: 480px;
	margin: 0;
	padding: 6px;
	background-color:#003333;
	color:#FFFFCC;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size:12px;
}
.bottom a {
	color:#FFFFFF;
	text-decoration: none;
}
.bottom a:hover{
	color: #FF0000;
}
.pc {
	background-image:url(pc.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 15px;
	background-position : left center;
}
.phone {
	background-image:url(phone.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 15px;
	background-position : left center;
}