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

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

body{
	font-size:12px;
	line-height:1.8em;
}

img{
	border:none;

}

h2{
	margin:0px auto;
	width:679px;
}

a{
	color:#333333;
	text-decoration:none;
}
a:hover{
	color:#e96f18;
	text-decoration:underline;
}

/*トップページ*/

#home_contents{
	width:912px;
	margin:0 auto;
}

#home_contents a:hover img{
	opacity:0.8;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

#home_contents h1{
	margin:0px;
	margin-bottom:30px;
}

#home_contents div.news{
	/*margin-bottom:30px;*/
}

#home_contents div.news div.left{
	float:left;
	width:521px;

}

#home_contents div.news div.left ul.news{
	margin:0 auto;
	padding:0px;
	margin-bottom:25px;
	overflow:auto;
	height:173px;
}

#home_contents div.news div.left ul.news li{
	list-style-type: none;
	display:block;
	padding:8px;
	border-bottom: 1px solid #f1f0f0;
}
#home_contents div.news div.left ul.news li span{
	display:block;
	background-repeat:no-repeat;
	background-position: 0 2px;
	width:83px;
	height:19px;
	color:#FFFFFF;
	line-height:1.5em;
	text-align:center;
	float:left;
	padding-top:2px;
}
#home_contents div.news div.left ul.news li p{
	display:block;
	width:390px;
	margin:0px;
	float:right;
}

#home_contents div.news div.left ul.news li.odd{
	background-color:#FFFFFF;

}
#home_contents div.news div.left ul.news li.odd span{
	background-image:url(../bus/img/news_date_bg1.gif);

}
#home_contents div.news div.left ul.news li.even{
	background-color:#faf9f9;

}
#home_contents div.news div.left ul.news li.even span{
	background-image:url(../bus/img/news_date_bg1.gif);
}

#home_contents div.news div.left ul.news li.odd span.no_link,
#home_contents div.news div.left ul.news li.even span.no_link{
	background-image:url(../bus/img/news_date_bg2.gif);
}


#home_contents div.news div.right{
	float:right;
	width:359px;
}

#home_contents div.news div.right div.news2{
	margin:0 auto;
	margin-top:4px;
	background-image:url(../bus/img/inf_bg.gif);
	padding:8px 0;
	height:153px;
	overflow:auto;
}

#home_contents div.news div.right div.news2 p{
	background-image:url(../bus/img/inf_bg2.gif);
	margin:0 12px;
	margin-bottom:8px;
}
#home_contents div.news div.right div.news2 .red{
	color:#FF3300;
}
#home_contents div.news div.right div.news2 .blue{
	color:#002a9d;
}

#home_contents div.home_menu{
	margin-bottom:30px;

}

#home_contents div.home_menu div.left{
	width:278px;
	float:left;
}

#home_contents div.home_menu div.center{
	width:279px;
	float:left;
	margin-left:38px;
}

#home_contents div.home_menu div.center h2{
	display:block;
	position:relative;
}

#home_contents div.home_menu div.center h2 span{
	display:block;
	position:absolute;
	top:8px;
	left:172px;
}

#home_contents div.home_menu div.right{
	width:279px;
	float:left;
	margin-left:38px;
}

#home_contents div.home_menu div.left h2{
	display:block;
	position:relative;
}

#home_contents div.home_menu div.left h2 span{
	display:block;
	position:absolute;
	top:8px;
	left:172px;
}

#home_contents div.home_menu h3{
	margin-bottom:6px;

}

#home_contents div.home_menu ul{
	margin:10px;
	margin-bottom:30px;
	padding:0px;
}
#home_contents div.home_menu ul li{
	margin:0px;
	padding:4px;
	list-style-type: none;
	display:block;
}
#home_contents div.home_menu ul li p{
	margin:0px;
	background-image:url(../images/home/li_yakumono.gif);
	background-repeat:no-repeat;
	background-position:0 4px;
	padding-left:16px;

}


div.footer{
	border-top: 1px solid #ea5404;
	padding-top:2em;
	padding-bottom:2em;
	text-align:center;
	line-height:2.5em;
}