@charset "utf-8";


/*==================================
top---トップページ
================================== */

.main{
	margin: 0 auto;
	width: 1000px;
	overflow: hidden;
}


.mainimage{
	clear:both;
	overflow: hidden;
	text-align:right;
	background: url(../img/main_img01.jpg) no-repeat center top;
	height: 350px;
}

.mainimage img{
	padding-top: 120px;
}


h3{
	font-size: 131%;
	color: #D11018;
	padding: 8px 0;
}


/* トピックス
--------------------------------------------------------- */

#news_top{
	margin:30px 0;
}

#news_top .news_top_tit{
	border-left:4px solid #E70012;
	background:#eee;
	padding:10px;
	margin:0px 0px 8px 0px;
	overflow:hidden;
	text-align:left;
}

#news_top #topiBox h2{
	float:left;
	margin-right: 10px;
}

#topiBox {
  float:left;

}

.content_wrap{
	clear: left;
	width: 660px;
}

.content_wrap dl{
	margin-top:10px;
  overflow:hidden;
}

.content_wrap dt{
	float: left;
	padding: 8px 15px 0px 0px;
	font-size: 93%;
	background: url(../common/dot.gif) no-repeat 90px 16px;
	width: 100px;
}

.content_wrap dt span{
	vertical-align: middle;
	margin-left:10px;
  color:#fff;
  padding:2px 8px;
  font-size:85%;
}



.content_wrap dd{
	padding: 8px 0px;
	overflow: hidden;
}

.content_wrap dd span{
	margin: 0px 0px 0px 6px;
	padding: 0 10px;
	color: #FFF;
	font-size: 85%;
	background: #cc0000;
}

.content_wrap dd a:hover{
  text-decoration:underline;
}


/*--------検索----------*/

#top .search{
  margin-bottom: 50px;
  background:#F5F5F5;
}


#top .search h2{
	padding: 15px 0 10px 0;
}


#top .search .select {
	float: left;
	width: 180px;
	margin: 0 0 0 25px;
}

#top .search select {
	margin: 5px 0;
	padding: 3px;
	width: 150px;
}


#top .search .srchbox{
	background: url(../img/search_bg.gif) no-repeat right 55px;

#	border: 1px #ddd solid;
	overflow: hidden;
}



#top .search .chkbox {
	float: right;
	width: 750px;
}

#top .search .chkbox label{
	display: block;
	margin: 3px 25px 0 0;
	float: left;
	width: 200px;
}

#top .search .btnarea {
	clear: both;
	text-align: right;
	padding-bottom: 8px;
}





/*--------事業----------*/

#top .business{
  margin-bottom: 50px;
}

#top .business p {
	border-top:1px dotted #CCC;
	padding: 5px 0;
}

#top .business ul{
  margin-left: -30px;
}


#top .business ul li {
  float:left;
  width:310px;
  margin-left:33px;
}


#top .bnr-fofo{
    text-align: center;
    margin-bottom: 60px;
}
