/*----------------基本設定----------------*/
body {
	margin: 0;
	padding: 0;
	background: #000000;
	color: #FFFFFF;
	font-size: 12px;
	_font-size: 75%;/*IE6用*/
	line-height: 1.3;
	text-align: center;
}
img {
	border: 0;
}
ul,ol {
	list-style: none;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}
ul,ol,li,p {
	margin: 0;
	padding: 0;
}
table {
	font-size: 100%;
}

/*----------------レイアウト設定----------------*/
#container {
	overflow: hidden;
	width: 660px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 0;
	text-align: left;
}

#contents {
	overflow: hidden;
	width: 660px;
}
#contents #details {
	overflow: hidden;
	width: 660px;
	margin-top: 20px;
}
#contents #details .attention01 {
	color: #FF0000;
	font-size: 84%;
}
#contents #details .attention02 {
	margin-top: 1em;
	color: #FF0000;
	font-size: 84%;
}

#contents #details .note {
	margin-top: 5px;
	text-align: center;
}
#contents #details #schedule {
	clear: both;
	padding-top: 30px;
}
#contents #details #schedule .loca01 {
	clear: both;
	overflow: hidden;
	width: 660px;
	margin-bottom: 5px;
	line-height: 29px;
	background: url(img/bg_tentou01.gif) no-repeat left top;
}
#contents #details #schedule .loca01 .day {
	float: left;
	width: 194px;
	padding-left: 10px;
}
#contents #details #schedule .loca01 .location {
	position: relative;
	float: right;
	width: 446px;
}
#contents #details #schedule .loca01 .location .site {
	position: absolute;
	top: 8px;
	right: 132px;
}
#contents #details #schedule .loca03 {
	clear: both;
	overflow: hidden;
	width: 660px;
	margin-bottom: 0;
	height: 66px;
	background: url(img/bg_tentou02.gif) no-repeat left top;
}
#contents #details #schedule .loca03 .day {
	float: left;
	width: 194px;
	padding-top: 25px;
	padding-left: 10px;
}
#contents #details #schedule .loca03 .location {
	position: relative;
	float: right;
	width: 446px;
	padding-top: 8px;
	line-height: 1.4;
}
* html body #contents #details #schedule .loca03 .location {
	line-height: 1.2;
}
#contents #details #schedule .loca03 .location .site01 {
	position: absolute;
	top: 8px;
	right: 132px;
}
#contents #details #schedule .loca03 .location .site02 {
	position: absolute;
	top: 26px;
	right: 132px;
}
#contents #details #schedule .loca03 .location .site03 {
	position: absolute;
	top: 44px;
	right: 132px;
}

#footer {
	clear: both;
	overflow: hidden;
	width: 660px;
	margin-top: 35px;
	padding-top: 10px;
	background: url(img/line_dot01.gif) repeat-x left top;
}
#footer #footerLogo {
	float: left;
	width: 501px;
}
#footer .btnClose {
	float: right;
	width: 120px;
	
}
#footer #footerLogo .logo {
	float: left;
	width: 85px;
}
#footer #footerLogo .copyright {
	float: right;
	width: 416px;
}


/*----------------リンク基本設定----------------*/

A:link {color:#9900FF; text-decoration:none}
A:visited {color:#552400; text-decoration:none}
A:hover {color:#0000FF; text-decoration:underline}
A:active {text-decoration:none}

/*----------------テキスト基本設定----------------*/
.sText {
	font-size: 10px;
	line-height: 1.2;
}

.mText {
	font-size: 12px;
	line-height: 1.3;
}

.lText {
	font-size: 14px;
	line-height: 1.4;
}
	
.llText {
	font-size: 17px;
	line-height: 1.5;
}
