/*--メインタイトル--*/
.mainMenu li{
float:left;
height:53px;
overflow:hidden;
}
#spHeader .lead{
background:url(http://img.kakaku.com/images/article/pr/09/new_ps3/re_mainTitleBtm.jpg) no-repeat;
width:760px;
height:136px;
}
#spHeader .lead p{
	width:360px;
	margin:0 auto;
	color:white;
	padding-top:5px;
}
.alignC{
text-align:center;
}
#articleBody{
background:url(http://img.kakaku.com/images/article/pr/09/new_ps3/re_mainBack.gif) repeat-y;
}
/*--記事--*/
.articleBox{
background:url(http://img.kakaku.com/images/article/pr/09/new_ps3/re_articleBack.gif) ;
}
.articleBox h3{
margin-bottom:10px;
}
.articleBtm{
background:url(http://img.kakaku.com/images/article/pr/09/new_ps3/re_articleBtm.gif) bottom center no-repeat;
height:20px;
clear:both;
}
.articleBox p{
font-size:122%;
line-height:1.4;
margin:0px 30px 20px 30px;
}
.allBtm{
background:url(http://img.kakaku.com/images/article/pr/09/new_ps3/re_mainBtm.gif) bottom center no-repeat;
height:5px;
}
.articleBox a img{
border:solid 1px #617cce;
}

.specTable{
margin:0px 30px 20px 30px;
width:700px;
border-collapse:collapse;
border:solid 1px #555555;
border-width:1px 0 1px 0;
}
.specTable td{
border:solid 1px #555555;
border-width:0 1px 0 1px;
padding:5px;
}
/*--画像--*/
.imgBox{
width:495px;
text-align:center;
margin:0 auto 20px auto;
clear:both;
}
.imgBox table{
border-collapse:collapse;
border-width:0;
}
.imgBox table td{
margin-bottom:10px;
text-align:left;
border:solid 5px white;
}
.imgBox table .caption td{
background:#efefef;
text-align:left;
font-size:77%;
padding:8px;
line-height:1.2;
}
.articleBox  .caption td p{
line-height:1.2;
}

.person{
margin-left:30px;
margin-right:10px;
margin-bottom:10px;
float:left;
display:inline;
}

.imgBox table .caption td p{
margin:0;
}
/*--プレイフェイス--*/
.eventSdl .sdlFrame{
width:680px;
margin:0 auto;
background:black;
padding:10px;
color:white;
margin:0 30px;
}
.eventSdl .sdlFrame .city{
width:65px;
}
.eventSdl .sdlFrame td{
vertical-align:top;
}

.eventSdl .sdlFrame .text{
color:white;
font-size:121%;
padding-top:10px;
}
.eventSdl .sdlFrame .text h6{
font-weight:bold;
clear:both;
margin:20px 0 10px 0;
}
.eventSdl .sdlFrame .text li{
list-style-type:none;
clear:both;
font-size:93%;
margin:3px;
}
.eventSdl .sdlFrame .text li span{
margin-left:3px;
width:170px;
display:block;
float:left;
}
/*--関連リンクー--*/
.kanren {
margin-top:-5px;
}
.kanren li{
margin-left:30px;
list-style-type:none;
padding-left:15px;
font-size:111%;
line-height:1.5;
background:url(http://img.kakaku.com/images/article/pr/09/new_ps3/linkDot.gif) no-repeat left center;
}
.caution{
text-align:right;
margin-top:5px;
margin-right:25px;
}
/*--フッタバナー--*/
.footerBanner{
margin:10px;
text-align:center;
color:#0000dd;
}
.footerBanner a{
color:#0000dd;
}

/*■■■clearfix■■■*/
.articleBox:after,
.block:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.articleBox,
.block {
	zoom: 1; 
}
* html .articleBox,
* html .block{
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
	
