@charset "euc-jp";
/* CSS Document */

/* Reset
=======================================*/

* {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: 1.6;
}

body {
	font-size: 12px;
}

ul,li {
	padding:0;
}

img {
	border: none;
	vertical-align: bottom;
}

strong {
	font-weight: bold !important;
}

table {
	border-collapse:separate;
}


/* Layout
=======================================*/

#Wrapper {
	text-align:center;
	display:block;
}


#Container {
	width: 570px;
	display:block;
	margin:0 auto;
	text-align:left;
	background:url(/dol/live_event/image/110101/back.jpg) top center;
}

#Header p {
	display:none;
}


#lead{
	width:510px;
	color: #102753;
	font-size: 14px;
	line-height: 1.3;
	text-align: left;
	padding: 10px 30px;
	background:url(/dol/live_event/image/110101/lead_back.jpg) top center no-repeat;
}

.TitleBox{
	width:480px;
	margin: 20px auto 5px auto;
	color: #102753;
	font-size: 12px;
	text-align: left;
	padding: 0 0 0 10px;
	border-left: solid 7px #102753;
	border-bottom: dotted 1px #102753;
}

.textBox{
	width:490px;
	color: #102753;
	margin: 0 auto;
	font-size: 12px;
	line-height: 1.3;
	text-align: left;
	padding: 0 0 0 10px;
	/* border: solid 1px #000; */
}

.textBox2{
	width:490px;
	height:680px;
	margin: 0 auto;
	color: #102753;
	font-size: 12px;
	line-height: 1.3;
	text-align: left;
	padding: 0 30px 0 40px;
	/* border: solid 1px #000; */
	background:url(/dol/live_event/image/110101/infoback.jpg) top center no-repeat;
}


#Main {
	width:570px;
	height:auto;
	color: #fff;
	margin: 0 auto;
	text-align: center;
}

#Main2 {
	width:570px;
	height:auto;
	color: #fff;
	margin: 0 auto;
	text-align: center;
}

#Main h1,h2 { display:none; }



.at{
	color: #ff0000;;
	line-height: 1.1;
	font-size: 11px;
}









/* Style
=======================================*/

.clear {
	clear: both;
}

