@charset "utf-8";


/* トップイメージ */

#flashImg {
	background-image: url(/inc/images/top/main_img.jpg);
	background-repeat: repeat;
	height: 330px;
	text-indent: -9999px;
	display: block;
	outline: none;
}

#flashImg object {
margin: 0;
padding: 0;
}

/* レイアウト */

.top_left {
	width: 250px;
	float: left;
	line-height: 0px;
	font-size: 0px;
}

.top_right {
	width: 600px;
	float: right;
}


/* top_left */

.top_left ul.factory {
}

.top_left ul.factory li {
	border-bottom: 1px dotted #B5B5B5;
	padding-bottom: 3px;
	margin-bottom: 3px;
}

.top_left ul.banner {
	padding-top: 10px;
}

.top_left ul.banner li {
	padding-bottom: 15px;
}


/* top_right */

.top_right h2 {
	margin-bottom: 5px;
}

.top_right ul.service {
	padding: 8px 0px 8px 8px;
	background-color: #efefef;
	margin-bottom: 25px;
}

.top_right ul.service li {
	float: left;
}

.top_right ul.service li img {
	margin-right: 8px;
}


/* ニュース */

.newsh2 {
position: relative;
}

.newsh2 a{
position: absolute;
top: 15px;
left: 538px;
}


.top_right .news {
}

.top_right .news a{
	border-bottom: 1px dotted #B5B5B5;
	display: block;
	padding: 7px 7px 7px 7px;
}

.top_right .news a:link,
.top_right .news a:visited {
	text-decoration: none;
	color: #595959 !important;
}

.top_right .news a:hover{
	background-color: #abe8e1;
	color: #595959 !important;
}

.top_right .news span.date{
	display: block;
	float: left;
	width: 120px;
	background-image: url(/inc/images/common/arrow_white.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

.top_right .news span.title {
	display: block;
	float: right;
	width: 441px;
}




/* リンク */

.top_left a:hover img,
.top_right a:hover img {
	opacity: 0.7;
    filter: alpha(opacity=70);
	display:inline-block;
}

