/* charset */
@charset "UTF-8";
/* 共通定義 */

#index {
	width: 100%;
	background-image: url(../images/index_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#index-cont {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#index .bn {
	float: left;
	width: 483px;
}
#index .bn img {
	border: 1px solid #D0D0D0;
	margin-right: 18px;
}
#index .bn img.noMar {
	margin-right: 0px;
}
#index .infomation {
	float: right;
	width: 450px;
}
#index .infomation a {
	color: #000;
	text-decoration: none;
}
#index .infomation a:visited {
	color: #000;
	text-decoration: none;
}
#index .infomation a:hover {
	color: #000;
	text-decoration: underline;
}
#index .infomation table {
	width: 450px;
}
#index .infomation th {
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-right: 4px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
#index .infomation th.car {
	background-image: url(../images/index_icon_car.gif);
}
#index .infomation th.info {
	background-image: url(../images/index_icon_info.gif);
}
#index .infomation td {
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	vertical-align: top;
}

#index .box-404 {
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 60px;
	padding-bottom: 10px;
	padding-left: 60px;
	border: 1px solid #000;
	width: 380px;
	margin-top: 40px;
	margin-bottom: 20px;
}
#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;
}
