@charset "utf-8";
/* ===================================================================
CSS information

 file name  :style.css
 style info :ヘッダー、フッター、サイドメニュー等大枠以外のみ
 =================================================================== */

/* ===== CONTENTS ===========================================

	1: CONTAINER
	2: HEADER
	3: NAVIGATION
	4: FOOTER
	5: NAVIGATION
	6: MAIN CONTENT

========================================================== */


/*
===== 2: HEADER ========================================== */
div#headerTop {
	background: url(../img/top/bg_index.png) no-repeat center 20px;
	height: 753px;
}

*html div#headerTop {
	background: url(../img/top/bg_index.jpg) no-repeat center 20px;
}

div#headerTop p.fifa09 {
	float: right;
}

div#headerTop div.headerContent {
	width: 976px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 55px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

div#headerTop div.headerContent h1 {
	float: left;
}

div#Rss {
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 415px;
	width : 53px;
}

div#Topnews {
	background: url(../img/top/bg_news.gif) no-repeat 0 0;
	width: 470px;
	height: 277px;
	float: left;
}

div#Topnews div.scroll {
	height: 214px;
	overflow: auto;
	width: 440px;
	margin-top: 28px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 12px;
}

div#Topnews div.scroll dl.Topnews {
	border-bottom: 1px dotted #a9a9a3;
	padding: 10px 0 10px 0;
}

div#Topnews div.scroll dl.Topnews dt.Update {
	float: left;
	width: 70px;
	padding: 0 0 0 10px;
}

div#Topnews div.scroll dl.Topnews dd.TopnewsContent {
	float: right;
	width: 325px;
	padding: 0 10px 0 0;
}

div#Product {
	background: url(../img/top/bg_product.gif) no-repeat 0 0;
	text-indent: -9999px;
	width: 470px;
	height: 277px;
	float: right;
}

div#Product table {
	text-indent: -9999px;
}

div#mobileSite {
	background: url(../img/top/bg_mobileSite.gif) no-repeat 0 0;
	width: 446px; /*BOX SIZE 470 * 141 */
	height: 98px;
	float: left;
	margin-top: 9px;
	padding-top: 43px;
	padding-left: 12px;
	padding-right: 12px;
}
div#mobileSite dt{
	height: 86px;
	width: 86px;
	padding-right: 8px;	
}
div#mobileSite dd{
	height: 80px;
	width: 350px;
	margin-top: 12px;
}

div#bannerArea {
	padding: 15px 0 0 0;
	clear: both;
}

div#bannerArea p.banner {
	padding: 0 12px 0 0;
}

div#bannerArea ul li {
	font-size: 0;
	padding: 0 0 4px 0;
}
div.headerRight {
float:right;
width:750px;
}


/*
===RSS================================*/

.bt_rss {
	height : 19px;
	text-indent : -9999em;
	margin : 0;
	padding : 0;
	}

.bt_rss a {
	height : 19px;
	display : block;
	text-align : center;
	text-decoration : none;
	background-image: url(../img/top/bt_rss.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}

.bt_rss a:hover {
	background-position : 0px -19px;
	width : 53px;
	}
