/*---------------------
  レイアウト
---------------------*/

#Outline {
	background:#fff;
}
#MainAreaEvent {
	width: 960px;
	margin: 0 auto 20px;
	text-align: left;
	clear: both;
}


#MainAreaEvent div.Contents{
		width: 960px;
	margin: 0 0 40px 0;
	padding: 0;
	text-align: left;
}

#MainAreaEvent div.Contents{
	background:#fff;
}


#MainAreaEvent div.ContentInner {
	width: 870px;
	margin: 0;
	padding: 0;
	text-align: left;
}

#MainAreaEvent div.ContentInner .Section{
	width:auto;
}



/*-----ボックス-----*/

#MainAreaEvent .ContentInner .box{
width:870px;	

}


#MainAreaEvent .ContentInner .box .boxL{
	float:left;
	width:520px;

}


#MainAreaEvent .ContentInner .box .boxR{
	float:right;
	width:310px;

}




/*---------------------
  コンテンツ
---------------------*/

/*ゲートページ*/

#MainAreaEvent h1 {
	margin-top:0;
}


#MainAreaEvent img {
	border:0;
}
#MainAreaEvent ul, #MainAreaEvent li {
	padding:0;
}
#MainAreaEvent .ContentInner p{
	margin:0 0 0 20px;
	font-size:95%;
	color:#222;
}

#MainAreaEvent .ContentInner li {
	margin:0 0 0 30px;
	font-size:95%;
	color:#222;
}


#MainAreaEvent .ContentInner p.about{
	text-align:center;	
}

#MainAreaEvent .ContentInner ul.oubo li{
	margin-bottom:15px;
	margin-top:10px;
	font-weight:bold;
	list-style:none;
	text-indent:-12px;
}


#MainAreaEvent .ContentInner .prTopArea{
margin-bottom:20px;
}

#MainAreaEvent .ContentInner .prTopArea.res{
position:relative;
width:960px;
height:222px;
background:url(gate/img_res02.jpg) no-repeat;
}

#MainAreaEvent .ContentInner .prTopArea.lm{
position:relative;
width:960px;
height:222px;
background:url(gate/img_lm02.jpg) no-repeat;
}


#MainAreaEvent .ContentInner .prTopArea .btn01{
position:absolute;
top:105px;
left:285px;
}

#MainAreaEvent .ContentInner .prTopArea .btn02{
position:absolute;
top:105px;
left:600px;
}

#MainAreaEvent .ContentInner .prTopArea a:hover{
opacity:0.5;
filter: alpha(opacity=50);
-ms-filter: "alpha(opacity=50)";
-moz-opacity:0.5;
-khtml-opacity: 0.5;
zoom:1;
}


#MainAreaEvent .ContentInner .fudousanArea{
	width:960px;
	margin-bottom:20px;
	padding-bottom:30px;
	background:#FCF5D1;
}

#MainAreaEvent .ContentInner .fudousanArea.starfax{
	background:#E1F8FF;
}


#MainAreaEvent .ContentInner .fudousanArea .fudousanInner{
	width:870px;
	margin:0px 30px;
	padding:20px 15px;
	background:#fff;
}

#MainAreaEvent .ContentInner .fudousanArea .fudousanInner table{
display:block;
}


#MainAreaEvent .ContentInner .fudousanArea .fudousanInner table td{
padding:15px;
}

#MainAreaEvent .ContentInner .fudousanArea .fudousanInner table td.dl{
border-right:1px dotted #ccc;
}

#MainAreaEvent .ContentInner .fudousanArea .fudousanInner table a{
display:block;
margin-top:5px;

}


/*３Ｄ飲食店ＰＬページ*/


#MainAreaEvent .ContentInner .toparea.res{
position:relative;
width:960px;
height:231px;
background:url(3drestaurant/img01.jpg) no-repeat;
}

#MainAreaEvent .ContentInner .toparea.res span{
display:block;
text-indent:-9999px;
}

#MainAreaEvent .ContentInner .toparea.res .btn{
position:absolute;
top:135px;
left:195px;
}

#MainAreaEvent .ContentInner .toparea.officelm{
position:relative;
width:960px;
height:270px;
background:url(3dofficelm/img01.jpg) no-repeat;
}


#MainAreaEvent .ContentInner .toparea.officelm .btn{
position:absolute;
top:175px;
left:180px;
}

#MainAreaEvent .ContentInner .toparea.officelm span{
display:block;
text-indent:-9999px;
}

#MainAreaEvent .ContentInner .setumei{
padding:15px 0 3px 0;
width:960px;
}

#MainAreaEvent .ContentInner .setumei.resback{
background:#FFE784;
}

#MainAreaEvent .ContentInner .setumei.resback .buyArea{
	width:954px;
	background:#fff;
	border-left:3px solid #ffe784;
	border-right:3px solid #ffe784;
}

#MainAreaEvent .ContentInner .setumei.resback .buyArea td{
padding:15px;

}

#MainAreaEvent .ContentInner .setumei.resback .buyArea td.dl{
border-right: 1px dotted #ccc;
}

#MainAreaEvent .ContentInner .setumei.resback .buyArea td a{
display: block;
margin-top: 5px;
}



/*---------------------
  CPフッター
---------------------*/

#MainAreaEvent .ContentInner .contact{
font-weight: bold;
padding: 20px;
margin:0 0 20px 0;
text-align: center;
background: #dbf0fc;
border:3px solid #00abff;
}




/*---------------------
  ページトップ
---------------------*/
#MainAreaEvent .pagetop {
	margin:20px 0 5px 0;
	text-align:right;
}


