@charset "shift_jis";

/* CSS Document */
#globalNav {
	width:900px;
	height:40px;
	list-style-type: none;
	background: #000000 url(/parts/images/top/top_gnavi_bg.gif) 0 0;
	padding: 0 0 0 50px;
}


#globalNav li {
	float: left;
	width: 120px;
}

#globalNav li a{
	display: block;
	overflow: hidden;
	height: 0 !important;
	height /**/:40px;
	padding-top:40px;
	background-image: url(/parts/images/d777_mainmenu.png);
	color: #FFFFFF;
}

/*オフマウス時 */
#products a { background-position: 0 0; }
#company a { background-position: -120px 0;}
#download a { background-position: -240px	0; }
#community a { background-position: -360px 0; }
#mobile a { background-position: -480px 0;}
#employment a { background-position: -600px 0;}
#inquiry a { background-position: -720px 0;}

/*オンマウス時 */
#products a:hover { background-position: 0 -40px; }
#company a:hover { background-position: -120px -40px;}
#download a:hover { background-position: -240px	-40px; }
#community a:hover { background-position: -360px -40px; }
#mobile a:hover { background-position: -480px -40px;}
#employment a:hover { background-position: -600px -40px;}
#inquiry a:hover { background-position: -720px -40px;}


#top_news {
	width: 490px;
	height:270px;
	margin:0 auto;
	padding: 68px 25px 0px 5px;
	background-image: url(/parts/images/index_news_bg.png);
	background-repeat:no-repeat;
	margin-bottom:20px;
}

#top_news p.news_history{
	padding:15px 14px 0 0;
}

#top_columns {
	width: 490px;
	margin: 0 auto;
	margin-top: 10px;
	padding: 68px 25px 45px 0px;
	background-image: url(/parts/images/index_news_bg2.png);
	background-repeat:no-repeat;
}

.title a{
	background:url(/parts/images/arrow_o.gif) no-repeat 0 5px;
	padding-left:10px;
	padding-top:7px;
	line-height:20px;
	color:#0066FF;
	font-size:12px;
	font-weight:bold;
}

.title a:hover{
	color:#990000;
}

.spec{
	padding-top:7px;
	color:#999999;
	font-size:90%;
}

.sep_line{
	height:1px;
	border-bottom:1px dotted #999999;
}
	
.top_news_date{
	font-size:10px;
	color:#666666;
}

.top_news_title{
	font-size:12px;
	color:#0066FF;
	line-height:18px;
	margin:5px 0 5px 0;
	text-decoration:none;
}

.top_news_title a{
	color:#0066ff;
	text-decoration:none;
}

.top_news_title a:hover{
	text-decoration:underline;
}

#news_history{
	padding-top:5px;
	font-size:12px;
	text-align:right;
}
#news_history a{
	text-decoration:none;
	color:#000099;
}
#news_history a:hover, visited{
	text-decoration:none;
}
