@charset "utf-8";
/* CSS Document */

/*---------------------------------------------
  「ADEX」サイトホームCSSファイル
---------------------------------------------*/

/*///////////////////////////////////////////////
1.メイン画像エリア設定
////////////////////////////////////////////////*/

/*テーブル*/
#home .contentBox table td,#home .contentBox table th{
	padding: 5px 0px;
	border:none;
}
#home .contentBox table th{
	vertical-align:top;
}
#home .contentBox table td.bgcolor {
	background-color:#FFFFFF;
}

/* 1.メイン画像エリア
----------------------------------------------------------------------------------------------- */
/*メイン画像*/
#home #catchImg {
	position: relative;
	height: 300px;
	width: 530px;
	padding-top:10px;
}
/*メイン画像上のキャッチテキスト*/
#home #mainCatch {
	background-repeat: no-repeat;
	background-position: left top;
	height: 148px;
	width: 267px;
	position: absolute;
	left: 20px;
	top: 180px;
	z-index:10;
}
*html #home #mainCatch {
	/*background: url();
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/home_img/maincatch_bg.png',sizingMethod='scale');*/
	height: 80px;
	width: 500px;
}
#home #mainCatch h2 {
	font-size: 120%;
	font-weight: bold;
	color: #CC0000;
	margin: 5px 5px 2px;
	border-bottom: 1px solid #CC0000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	width: 490px;
}
#home #mainCatch ul {
	margin: 2px 5px 5px 5px;
	width: 500px;
}
#home #mainCatch li {
	list-style:none;
	padding-left:0px;
	background-image: url(../images/common/linkmark_car.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:25px;
}
/* 2.メイン画像下ボタンエリア
----------------------------------------------------------------------------------------------- */
#home #homeMenu{
	width:530px;
}
#home #homeMenu div{
	width:170px;
	height:60px;
	float:left;
	margin-top:5px;
	position:relative;
}
#home #homeMenu div p{ 
	margin-left:5px;
	color:#FFFFFF;
	position:absolute;
	left:0px;
	top:-2px;
}
/* 3.ランキングエリア
----------------------------------------------------------------------------------------------- */
#home #ranking table th{
	text-align:left;
	padding-left:10px;
	border-bottom:1px #CC3300 dotted;
}

#home #ranking table td.icon{
	width:25px;
	padding:5px;
}
#home #ranking table td.pics{
	width:100px;
}
#home #ranking table td{
	padding:5px 10px 5px 10px;
	vertical-align:top;
}
/* 4.ピックアップエリア
----------------------------------------------------------------------------------------------- */
#home #pickup table {
	table-layout:fixed;
	border:1px solid #CC3300;

}
#home #pickup th,#home #pickup td{
	text-align:left;
	padding:3px;
	vertical-align:top;
}
#home #pickup th{
	background-color:#FEE0E9;
	border-bottom:1px dotted #CC3300;
}
#home #pickup td{
	border-bottom:1px dotted #CC3300;
}
#home #pickup td.piccel{
	width:155px;
}
#home #pickup td.moviecel{
	text-align:center;
}


/* 5.バナーエリア
----------------------------------------------------------------------------------------------- */
#home .banner {	
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:center;
}
#home .banner a{
	color: #0066CC;
	text-decoration:underline;
}
#home .banner a:hover{
	color:#FF0000;
}
