@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:'Lucida Grande', 'Hiragino Kaku Gothic ProN', '¥Ò¥é¥®¥Î³Ñ¥´ ProN W3', Meiryo, ¥á¥¤¥ê¥ª, sans-serif;
}

body { 
	font-size: 16px;
	background-color:#17234c;
	 }

ul,li { padding:0; }

img {
	border: none;
	vertical-align: bottom;
	}

strong { font-weight: bold !important; }

.txt_b_r { font-weight:bold; color:#900; }

a:link { color:#900; text-decoration: underline;}
a:visited { color: #900; underline;}
a:hover { color:#f00; text-decoration: none;}
a:active { color: #f00; }


/* Style
=======================================*/

.clear { clear: both; }

.note dt { position: relative; }
.note dt span { position: absolute; }
.note dd { padding-left: 1em;}

.cont_box{
	width: 600px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	background-color:#17234c;
	}

#header{
	width:600px;
	height:361px;
	background:url(/dol/live_event/image/150818/header.png) top center no-repeat;
	}

#leader{
	width:600px;
	height:255px;
	background:url(/dol/live_event/image/150818/leader.png) top center no-repeat;
	}

#c_main{
	width:600px;
	background:url(/dol/live_event/image/150818/con_main.png) top center;
	position:relative;
	}

#c_header{
	width:600px;
	height:78px;
	background:url(/dol/live_event/image/150818/con_header.png) top center no-repeat;
	}
	
#c_footer{
	width:600px;
	height:415px;
	background:url(/dol/live_event/image/150818/con_footer.png) top center no-repeat;
	}

.txt_box{
	width:520px;
	padding-left:45px;
	text-align:left;
	line-height:1.5;
	}

.title_box_top{
	width:327px;
	height:33px;
	margin:0px 0px 5px 40px;
	text-align:left;	
	}
	
.title_box{
	width:327px;
	height:33px;
	margin:20px 0px 5px 40px;
	text-align:left;
	}
	
.img_box{ margin: 0px auto; }

	
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
.clearfix{ display:inline-block; }
* html .clearfix{ height:1%; }
.clearfix{ display:block; }