@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;
}

#Header p {
	display:none;
}



#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; }



.Contents3 p{
	width: 250px;
	/* border: solid 1px #fff; */
	padding: 5px;
	margin: 0 0 10px 0;
}

.Contents3 p.long{
	width: 400px;
	padding: 5px;
}



.titleMagin{
	padding: 10px 0;
}

.at{
	color: #ffff80;
	line-height: 1.1;
	font-size: 11px;
}

.at2 {
	width:480px;
	margin: 0 auto;
	/* border: solid 1px #fff; */
	text-align:left;
	padding: 10px 5px 30px 0;
	color: #ffff80;
	line-height: 1.2;
	font-size: 12px;
}



#preevent{
	width:570px;
	height:190px;
	text-align: left;
	background:url(/dol/live_event/image/101207/pre2.jpg) top center no-repeat;
}

#preevent_bt{
	padding: 13px 0 0 30px;
}

#preevent_bt a{
	background: url(/dol/live_event/image/101207/bt_pureve.gif);
	width: 373px;
	height: 20px;
	display: block;
}

#preevent_bt a:hover{
	background: url(/dol/live_event/image/101207/bt_pureve.gif) 0px -20px;
}

#preevent_bt strong{
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}








/* Style
=======================================*/

.clear {
	clear: both;
}

