/* charset */
@charset "UTF-8";
/* 共通定義 */

#index {
	/*width:100%;
	background:url(../images/index_bg.gif) repeat-x left top;*/
}
#index-cont {
	width:960px;
	margin:0 auto;
	padding-top:20px;
	padding-bottom:20px;
}


/*------------------------------------------

　バナー

------------------------------------------*/
#index .bn-box {
	float:left;
	width:483px;
}
#index .bn-box img{
	border:#D0D0D0 solid 1px;
	margin-right:18px;
}
#index .bn-box img.noMar{
	margin-right:0px;
}


/*------------------------------------------

　インフォメーション

------------------------------------------*/
#index .infomation{
	float:right;
	width:450px;
	padding:13px 0 10px 0;
	margin:0 0 15px 0;
	font-size:11px;
	line-height:1.6;
	color:#000;
	background:url(../images/infomation.gif) no-repeat 0 0;
}

#index .infomation dl.lineup-list{
	margin:0;
	padding:0;
}
#index .infomation dl.lineup-list dt{
	margin:0;
	padding:0;
	width:58px;
	float:left;
}
#index .infomation dl.lineup-list dd{
	margin: 0px;
	padding: 0px;
	float:left;
	width:390px;
}
#index .infomation a{
	color:#000;
	text-decoration:none;
}
#index .infomation a:hover{
	color:#000;
	text-decoration:underline;
}



/*------------------------------------------

　404ページ

------------------------------------------*/
#index .box-404{
	margin:40px auto 20px auto;
	padding:25px 60px 10px 60px;
	border:#000 solid 1px;
	width:380px;
}
#index .box-404 p{
	font-size:12px;
	line-height:20px;
	color:#000;
	padding-bottom:15px;
}
#index .box-404 p span{
	color:#666;
}

/*#topFlash{
	background:#FFF url(../images/top.jpg) no-repeat center;
	height:540px;
}
#topFlash a{
	margin:0 auto;
	width:1200px;
	height:540px;
	display:block;
	text-indent:-9999px;
}
*/