@charset “utf-8″;
/* =================================== 

グローバルトップページ

=================================== */


/*　トップ用レイアウト
----------------------------------- */
#mainWrapper{
	float:left;
	width:100%;
	margin-left:-50%;
	position:relative;
	left:460px;
}
#centerColumn{
 float:left;
 width:50%;
 position:relative;
 right:160px;
}
#centerColumnInner{
	margin:0 305px 0 165px;
	position:relative;
	left:200%;
	overflow:hidden;
}
#leftColumn{
	float:left;
	float:right;
	width:160px;
	position:relative;
}
#rightColumn{
	float:left;
	float:right;
	width:300px;
	position:relative;
	left:50%;
}


/*　トップ記事
----------------------------------- */
#centerColumn .topBox{
	margin-left:90px;
}
#centerColumn .topBox{
	min-height:245px;
	padding-bottom:0;
	overflow:visible;
}
.firstArticle .articleTitle{
	padding:0 5px;
}
.firstArticle .articleTitle h2{
	display:inline;
	line-height:1.5;
	text-shadow: 1px 1px 1px #E8E8EF;
}

.firstArticle .pubDateTime{
	display:inline;
}
.firstArticle .articleBody p{
	margin-bottom:0;

}


/*　写真特集カラム
----------------------------------- */

ul.photoNewsList{
	display:block;
	width:100%;
}
ul.photoNewsList li{
	width:47%;
	display:block;
	float:left;
	clear:none;
}
ul.photoNewsList .pubDateTime{
	clear:both;
	margin-top:0.5em;
}

ul.photoNewsList .listArticleTitle{
	font-size:1.2em;
	line-height:1.4;
	font-weight:normal;
}
ul.photoNewsList  .thumb{
	margin-bottom:5px;
}

/*　ピックアップ
----------------------------------- */

ul.pickupList li.first{
	text-align:center;
	padding-bottom:0.5em;
	background:none;
	padding-left:0;
}
.pickupImage{
	display:block;
	float:none;
	margin:0 auto 0.5em auto;
}



/*　広告関連
----------------------------------- */
ul.textAd li .adText{
	display:block;
	float:left;
	width:80px;
}

.skyscraper{
	padding:0;
	width:160px;
	height:600px;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	background-image:none;
	border:none;
}


/*　ハック関連
----------------------------------- */

/** For IE6 **/
* html #centerColumn .topBox{
	left:90px;
	margin-right:90px;
	position:relative;
	overflow:visible;
	height:250px;
}
* html #leftColumn{
	left:90px;
}
* html #rightColumn{
	left:1060px;
}
* html .firstArticle .articleTitle{
	padding-top:5px;
	padding-bottom:5px;
}

