@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;
}

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:url(/dol/live_event/image/150707/wall.jpg) top center;
	}

#header{
	width:600px;
	height:379px;
	background:url(/dol/live_event/image/150707/header.png) top center no-repeat;
	}

#leader{
	width:600px;
	height:390px;
	background:url(/dol/live_event/image/150707/lead.png) top center no-repeat;
	}

#c_main{
	width:600px;
	background:url(/dol/live_event/image/150707/con_main.png) top center;
	position:relative;
	}

#c_footer{
	width:600px;
	height:34px;
	background:url(/dol/live_event/image/150707/con_footer.png) top center no-repeat;
	}

.txt_box{
	width:520px;
	padding-left:45px;
	text-align:left;
	line-height:1.5;
	}

.txt_box_s{
	width:300px;
	}
	
.title_box_l{
	width:530px;
	margin:0 auto 5px auto;
	}
	
.title_box_top{
	width:530px;
	margin:0 auto 5px 40px;
	text-align:left;
	
	}
	
.title_box{
	width:530px;
	margin:20px auto 5px 40px;
	text-align:left;
	}
	
.img_box{ padding-left:50px; margin: 5px 0px;
	 }

	
.img_box02{ padding-left:50px; margin: 5px 0px 0px 0px;
	 }	

.ss_box{
	width: 510px;
	height:auto;
	margin: 0 auto;
	padding: 10px 0;
}

.item_gift table { border:#fff solid 1px; color:#fff; width:515px; background-color:#900; }
.item_gift tr th td { border:#fff solid 1px; color:#fff; background-color:#900; padding:5px; text-align:left; }


.clearfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix{display:inline-block;}
* html .clearfix{height:1%;}
.clearfix{display:block;}