@charset "euc-jp";
/* CSS Document */

/* Reset
=======================================*/

* {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: 1.3;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

body {
	font-size: 12px;
}

ul,li {
	padding:0;
}

img {
	border: none;
	vertical-align: bottom;
}

strong {
	font-weight: bold !important;
}

.cont1{
	width: 500px;
	height: auto;
	color: #fff;
	margin: 0 auto;
	text-align: left;
	padding: 150px 50px 50px;
	line-height: 1.3;
	font-size: 14px;
	text-shadow: 1px 1px 3px #fd0448;
	background:url(/dol/live_event/image/130205/info.jpg) top center no-repeat;
}

.cont2{
	width: 500px;
	height: auto;
	color: #fff;
	margin: 0 auto;
	text-align: left;
	padding: 10px 50px 50px;
	line-height: 1.3;
	font-size: 14px;
	text-shadow: 1px 1px 3px #000;
	background:url(/dol/live_event/image/130205/cont2_info.jpg) top center no-repeat;
}

h3{
	border-left: solid 5px #17267f;
	/* border-bottom: solid 1px #ff0000; */
	padding-left: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #17267f;
	font-size: 18px;
	text-shadow: 1px 1px 1px #99a6ec;
}

h4{
	border-left: solid 5px #ffff80;
	/* border-bottom: solid 1px #ff0000; */
	padding-left: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #ffff80;
	font-size: 16px;
	text-shadow: 1px 1px 1px #828200;
}

ul.list_info {width: 500px; margin: 0; padding: 0;}

ul.list_info li{
	margin: 0 0 5px 0;
	padding: 0;
	text-indent: -20px;
	padding-left: 20px;
}




a:link { color: #ffff00; text-decoration: none;}
a:visited { color: #ffff00; }
a:hover { color: #ffff00; text-decoration: underline;}
a:active { color: #ffff00; }



.at{
	font-size: 11px;
	line-height: 1.2;
	margin-top: 5px;
}

/* Layout
=======================================*/
#CenterBox{
	width: 600px;
	margin: 0 auto;
	text-align: center;
	background:#fd8caa;
}



/* Style
=======================================*/

.clear {
	clear: both;
}




/* garally1
=======================================*/
.garally {width: 500px; height:376px; margin: 0 auto; text-align: center; padding:0 0 0 0;}
.garally .g_cont {}
.garally .controls { margin-top:-30px; margin-left:10px;}
.garally .controls a { height:15px; width:15px; background:#933; display:block; z-index:1000; float:left; border:#fff solid 1px; margin-left:5px;}
.garally .controls a:hover { background:#fff; color:#000; height:20px; width:20px; margin-top:-5px;}
.garally div.scroller { width: 500px; height:376px; overflow: hidden; margin: 0 auto; text-align: center;}
.garally div.scroller div.section {width: 500px; height:376px; overflow:hidden; float:left;}
.garally div.scroller div.content {width: 10000px;}
