@charset "utf-8";
/*-------------------------------------------------
  トップページ用設定
  作成者：Kayo Nagata
  作成日：2010/05/20
  最終更新日：2010/05/20
--------------------------------------------------*/

/*トップページ用
--------------------------------------------------*/
/*メインビジュアル*/
#mainvisual {
	margin: 0 auto;
	background-image: url("../imgs/top/bg_mainvisual.jpg");
	background-repeat:repeat-x;
	
}
#mainvisual #main {
	width:800px;
	height: 220px;
	margin-left:auto;
	margin-right: auto;
	padding:18px 0;
}

#mainvisual #main span{
	height: 220px;
	width:800px;
	display:block;
	background-image: url("../imgs/top/img_mainvisual.jpg");
	background-repeat:no-repeat;
	background-position:center 0;
}
#mainvisual #main a{
	height: 220px;
	width:800px;
	display:block;
}
#slider {
    position:absolute;
	height: 220px;
	width:800px;
	margin:0 auto;
}


/*左コンテンツ
----------------------------------------*/
#top-leftcontents {
	float: left;
	width: 180px;
	margin-top:1px;
	margin-bottom: 73px;
}

ul.bn {
	margin-top:0px;
}

.bn li {
	margin-bottom: 7px;
}
/*右コンテンツ
----------------------------------------*/
#top-rightcontents {
	float: right;
	margin-top:11px;
}
/*メインコンテンツ
----------------------------------------*/
#top-contenets {
	width: 800px;
	margin-top: 17px;
	margin-left: auto;
	margin-right: auto;
/*	padding-bottom: 74px !important;*/
}

/*新着情報
-------------*/
#news {
	float:left;
	width: 405px;
	margin:1px 0 0 20px;
	color: #7B7B7B;
}
/*重要なお知らせ*/
#info {
	margin-bottom: 17px;
}
/*NEWS & TOPICS*/
#news-topics {
	padding-bottom: 8px;
	border-bottom: 2px solid #D5D5D0;
	margin-bottom:13px;
}

#news-topics h2 {
	float: left;
	widht: 115px;
	height:14px;
	margin-top: 10px;
	padding-left:10px;
}
/*----- RSSと一覧リスト -----*/
.news-list {
	float:right;
	padding-right: 5px;
	font-size:1px;
	line-height:1px;
}
.news-list li {
	float: left;
	padding-left:14px;
}
.news-list a {
	display: block;
	text-indent: -9999px;
	text-decoration:none;
	overflow: hidden;
	height:14px;
}
.news-list .rss a {
	background-image: url(../imgs/top/img_rss.jpg);
	width: 35px;
}
.news-list .ichiran a {
	background-image: url(../imgs/top/img_ichiran.gif);
	width: 54px;
}
/*----- 記事リスト -----*/
#news table {
	margin: 12px 10px 74px 10px;
	text-align:left;
}
#news th {
	width: 112px;
	vertical-align:top;
	font-weight: normal;
	letter-spacing:0 ;
}
#news td {
	padding: 0 0 13px 10px;
	vertical-align:top;
}
/*-----カテゴリアイコン-----*/
#news-icon {
	height: 29px;
	background-image: url(../imgs/top/bg_news_icon.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

#news-icon ul{
	margin-top:0px;
}

#news-icon li {
	float:left;
	height: 17px;
}

*html #news-icon li {
	float:left;
}

#news-icon li {
	display:block;
	text-decoration:none;
}
