@charset "Shift_JIS";
/* CSS Document */
/*common*/
.txt-flush,
.txt-msk a,
.txt-msk a:hover,
.txt-msk a:visited,
.txt-msk a:link,
.txt-msk a:active,
.txt-msk p,
.txt-msk h1,
.txt-msk h2,
.txt-msk h3,
.txt-msk h4,
.txt-msk h5,
.txt-msk ul,
.txt-msk li,
.txt-msk ol,
.txt-msk dl,
.txt-msk dt,
.txt-msk dd
{
	display:block;
	font-size:1%;
	line-height:1%;
	margin:0px;
	padding:0px;
	text-indent: -4000px;
}

.txt-msk a,
.txt-msk a:hover,
.txt-msk a:visited,
.txt-msk a:link,
.txt-msk a:active
{
	width:inherit;
	height:inherit;
	_width:100%;
	_height:100%;
	text-decoration:none !important;
	background-color:transparent !important;
	display: block;
	background-repeat: no-repeat;
}
*+html .txt-msk a
{
	width: 100%;
	height: 100%;
}

.clearfix:after {
	content: url(../images/blank.gif);
	display: block;
	clear: both;
	float:none;
	height: 1px;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* top styles */
#top p,
#top h1,
#top h2,
#top h3,
#top h4,
#top h5,
#top ul,
#top li,
#top ol,
#top dl,
#top dt,
#top dd{
	text-align:left;
	color: #999999;
}

#top .enter-area{}
#top #sedan{
	background-image: url(../html/img/title-sedan.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
	width:180px;
	height:100px;
	margin: 0;
	padding: 0;
}
#top #coupe{
	background-image: url(../html/img/title-coupe.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
	width:180px;
	height:100px;
	margin: 0;
	padding: 0;
}
#top .enter-area dl.news{
	width: 248px;
	margin: 17px 0 10px 0;
	padding:0;
	font-size: 80%;
	float: left;
	list-style-type: none;
	color: #999999;
}
#top .enter-area dl.news dt,
#top .enter-area dl.news dd{
	font-size: 80%;
	line-height: 140%;
	text-align: right;
	margin: 0;
	padding: 0;
	color: #999999;
}

#top .enter-area .news a{
	text-decoration:underline;
	background:transparent;
	color:#999;
}
#top .enter-area .news a:hover{
	text-decoration:none;
	background:#999;
	color:#333;
}


#top .enter-area .btn-enter{
	width: 140px;
	height: 19px;
	background-repeat: no-repeat;
	background-position: left top;
	float: none;
	clear: both;
}
#top .enter-area .btn-enter a{background-image: url(../html/img/bt-enter.gif);}
#top .enter-area .btn-enter a:hover{background-position: left bottom;}

