@charset "utf-8";

/*-------------------------------------------------
  基本設定
  作成者：Tsubasa Juura
  作成日：2010/01/07
  最終更新日：2010/01/13
--------------------------------------------------*/

/*トップページ用
左右コンテンツボックス調整等
--------------------------------------------------*/

#maincontainer {
	background-image:none;
	margin-bottom:43px;
}

#leftcontents-top{
	float:left;
	width:358px;
}

#rightcontents-top{
	float:right;
	width:434px;
}

/*新着情報用見出し*/
#top-h1-box {
	clear:both;
	margin-top:16px;
	border-bottom:1px solid #CDD0D3 !important;
}

h1 {
	background-image:none;
	border-bottom:none;
}

#h1-top {
	padding:0 0 9px 4px;
	margin:0;
}
	
/*一覧を見る 位置調整*/
.ichiran{
/*	padding-top:3px;*/
	float:right;
}

/*記事リスト*/
#news {
	clear:both;
}
#news table,
#news table th,
#news table td{
	border:none;
	margin:0;
}
#news table th,
#news table td{
	background-image:url(../imgs/common/li_01.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding:8px;
	font-weight:normal;
}
#news table th{
	width:125px;
	text-align:left;
}
#news table th img{
	display:block;
}

.news-data{
	display:block;
	font-size:90%;
	background-image:url(../imgs/common/ic_news.gif);
	background-repeat:no-repeat;
	background-position:0 0.4em;
	margin-top:5px;
	letter-spacing:0;
	padding-left:10px;
}

ul#top-bnr{
margin-left:35px;
margin-top:45px;
} 
ul#top-bnr li{
float:left;
margin-right:7px;
}