/*****　全体レイアウト　****/
* {
	font-size: small;
	color: #000000;
	margin: 0;
	padding: 0;
	list-style: none;
	border:none;
	}
body {
	background-color:#FFFFFF;
	text-align:center;
	}
	
#wrap {
	margin-left: auto;
	margin-right: auto;
	padding-left: auto;
	padding-right: auto;
	}

.wrap {
    text-align:left;
	width:896px;
	margin:0 auto;
}

.wrap_c {
    text-align:center;
	width:896px;
	margin:0 auto;
}

/*****　header　****/
#head_wrap {
	background:url(../img/head_back.jpg);
	height:52px;
	width:100%;
}
	
h1 {
	display:none;
}

#head_wrap .wrap #headlogo {
	float:left;
	padding-right:10px;
}
	
#head_wrap p {
	float:right;
	margin-top:10px;
}

/*****　content　****/
#content_wrap {
	background: url(../img/pc_teaser_bg.gif);
	margin:0 auto;
	padding:30px 0;
}
#content_wrap .content{
	width:850px;
	margin:0 auto;
	padding:0;
}
#open{
	background:url(../img/open_text.png) no-repeat;
	width:850pxpx;
	height:130px;
	text-indent:-9999px;
	margin:0;
}
#content_wrap .content p#holl_text{
	background:url(../img/holl_text.png) no-repeat;
	width:850pxpx;
	height:130px;
	text-indent:-9999px;
	margin:20px 0;	
}
#content_wrap .content p#grandopen_text{
	background:url(../img/grandopen_text.png) no-repeat;
	width:850pxpx;
	height:210px;
	text-indent:-9999px;
	margin:30px 0;	
}
#point{
	background:url(../img/7point_text.png) no-repeat;
	width:850px;
	height:700px;
}
#lineup{
	background:url(../img/kishu_text.png) no-repeat;
	width:850pxpx;
	height:486px;
}
#content_wrap .content dt,
#content_wrap .content dd{
	display:none;
}
#content_wrap .text_box_l {
	width:800px;
	text-align:left;
	margin:20px auto 0 20px;
}
ul.sl_btn_area{
	width:850px;
	height:auto;
	margin:20px auto 0 auto;
	padding:0;
	text-align:center;
}
ul.sl_btn_area:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#content_wrap ul{
	margin:20px 0 20px 155px;
}
#content_wrap li{
	float:left;
}
#content_wrap li.left {
	margin:0 40px 0 0;
}

/*****　contentnews　****/
#news_space{
	text-align:center;
	width:550px;
	padding:0 auto;
	margin:30px auto 0 auto;
}
#news_space dl {
	text-align:left;
	background-color:#FFFFCC;
	border: 3px solid #FF6600;
	border-top: none;
	padding:10px 20px 20px 20px;
	height: 100px;
	overflow: scroll;
}
#news_space dt {
	color: #FF33FF;
	margin: 2px;
	font-weight: bold;
}
#news_space dd {
	margin-bottom: 4px;
	padding-bottom: 4px;
	padding-left: 25px;
	border-bottom: 1px dotted #FF6600;
	}

/*****　spec　****/
.div_table{
	width:850px;
	text-align:center;
	margin:0 auto;
}

#content_wrap table{
	background: none repeat scroll 0 0 #666666;
	font-size:12px;
	line-height:145%;
}
#content_wrap th .th_title{
	background: none repeat scroll 0 0 #FF0000;
	color:#FFFFFF;
	font-weight:bold;
	font-size:large;
	padding:2px;
}
#content_wrap th{
	background: none repeat scroll 0 0 #FF8533;
	color:#FFFFFF;
	padding:2px;
}
#content_wrap tr{
	background: none repeat scroll 0 0 #FFFFFF;
	color:#FFFFFF;
	padding:2px;
}
#content_wrap td{
	text-align:left;
	background: none repeat scroll 0 0 #FFFFFF;
	padding:2px;
}

/*****　privacy　****/
.privacy_box{
	text-align:left;
	background:url(../img/waku_p_bg.jpg) top repeat-y;
	padding:0 30px;
}
.privacy dl{
	padding:5px 20px;
	line-height:150%;
}
.privacy p{
	padding:5px 20px;
	line-height:150%;
}
.privacy dl dt{
	width:20px;
	float:left;
}
.privacy dl dd{
	float:left;
	width:750px;
}
.works_box{
	text-align:left;
	background:url(../img/waku_p_bg.jpg) top repeat-y;
	padding:0 30px;
}
.works dl{
	padding:5px 20px;
	line-height:150%;
}
.works p{
	padding:5px 20px;
	line-height:150%;
}
.works dl dt{
	width:100px;
	float:left;
}
.works dl dd{
	float:left;
	width:670px;
}
.clear:after {
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:".";
	line-height:0;
}
.clear {
	display:inline-table;
	min-height:1%;
}


/*****　footer　****/
#foot_wrap {
	text-align:left;
	padding-top:15px;
	background:url(../img/foot_line.jpg) top repeat-x;
}
#foot_wrap ul {
	float:left;
	width:800px;
}
#foot_wrap ul li {
	float:left;
	background:url(../img/foot_arrow.jpg) center left no-repeat;
	padding-left:25px;
	padding-right:10px;
	line-height:18px;
	list-style:none;
}
#foot_wrap p {
	float:right;
	width:101px;
}

/*****　その他　****/

#big{
	font-size:xx-large;
	color:#FF0000;
	border-bottom:solid 1px #FF0000;
}

.noline{
	text-decoration:none;
}

.clearfix:after {
 content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:block;
}
.fw_b {
	font-weight:bold;
}
.mt10 {
	margin-top:10px;
}
.mt20 {
	margin-top:20px;
}
.mb10 {
	margin-bottom:10px;
}
.mb20 {
	margin-bottom:20px;
}
.mr50 {
	margin:50px 0;
}

/* Hides from IE-mac \*/
* html.clearfix {
	 height:1%;
}