@charset "UTF-8";
/* CSS Document */

#flashBox{
	width:950px;
	height:241px;
	font-size:12px; 
	color:#333; 
	line-height:140%;
	margin:0 auto;
	padding:0 0 15px 0;
}

#jitboxImg{
	background:url(../../top_img/jitbox_img.jpg) no-repeat;
	width:510px;
	height:243px;
	/*text-indent:-9999px;*/
	margin:0px 0px 20px 0px;
}

#bannerBox{
	width:510px;
	margin:0px 0px 20px 0px;
}

#newsTitle{
	background:url(../../top_img/news_title.jpg) no-repeat;
	width:421px;
	height:21px;
	float:left;
}

#newsListLink{
	background:#F18501;
	width:89px;
	height:18px;
	padding:3px 0px 0px 0px;
	float:left;
}

#newsListLink p{
	font-size:10px;
	color:#FFF;
	line-height:130%;
	text-align:center;
}

#newsListLink p a{
	color:#FFF;
}

#newsListLink p a:hover{
	text-decoration:none;
}

#newsBox{
	width:474px;
	padding:12px 18px 5px 18px;
}

#newsBox dl{
	margin:0px;
	padding:0px;
}

#newsBox dt{
	width:60px;
	font-size:12px;
	color:#F18501;
	line-height:140%;
	margin:0px 10px 5px 0px;
	float:left;
}

/* safari 3.0用ハック */
@media screen and (-webkit-min-device-pixel-ratio:0){
#newsBox dt{
	width:60px;
	font-size:12px;
	color:#F18501;
	line-height:140%;
	margin:0px 10px 5px 0px;
	float:left;
	letter-spacing:-0.1em;
}
}

#newsBox dd{
	width:404px;
	font-size:12px;
	color:#1F5630;
	line-height:140%;
	margin:0px 0px 5px 0px;
	float:left;
}

#newsBox dd a{
	color:#1F5630;
	text-decoration:none;
}

#newsBox dd a:hover{
	text-decoration:underline;
}
