@charset "UTF-8";
/* CSS Document */

/*gnavi下スペース調整*/
#top #contents{
	padding-top:8px;
}

/*フッターバナー表示*/
#top #fbanner .privacy,
#top #fbanner .gsign{
	width:285px;

}



#top #fbanner .other{
	display:block;
	width:230px;
	float:right;
}

/*New Service*/
#newservice{
	margin:0 0 8px 0;
	width:240px;
	background:url(../../top_img/newservice_middle.gif) left top repeat-y;
	float:left;
}

#newservice .ed{
	width:240px;
	height:10px;
	background:url(../../top_img/newservice_bottom.gif) left bottom no-repeat;
}

#newservice dl{
	padding: 0 10px;
}

#newservice dt{
	margin-top:5px;
	font-size:11px;
}

#newservice .lft{
	float:left;
	width:105px;
	height:auto;
	margin-right:10px;
	font-size:11px;
}

#newservice dt.first{
	margin-top:0;
}
#newservice dd{
	font-size:11px;
}

/*メインイメージ*/
#visual{
	margin:0 0 8px 0;
	width:660px;
	float:right;
}

/*ニュース一覧枠*/
#news{
	clear:both;
	margin-top:8px;
	padding-bottom:25px;
	border-bottom:#cacaca 1px dotted;
}

#news th{
	height:36px;
	vertical-align:top;
}

#news th,#news td{
	vertical-align:top;
}

#news td.list{
	padding-top:10px;
	text-align:right;
	vertical-align:bottom;
}

table#whatsnew,
table#newsrelease,
table#seminar{
	width:290px;
	border-spacing:0;
	background:url(../../top_img/bg_news.gif) left top no-repeat;
}

table#whatsnew{
	float:left;
	margin-right:15px;
}

table#newsrelease{
	float:left;
}

table#seminar{
	float:right;
}

/*ニュース一覧コンテンツ*/
#news dl{
	padding:8px 8px 0 8px;
}

/*その他コンテンツ*/
#other{
	margin:20px 0;
	width:724px;
	float:left;
}

#other p{
	margin-right:6px;
	width:175px;
	float:left;
	font-size:0.8em;
}

*html #other p{font-size:0.75em;}
*:first-child+html #other p{font-size:0.75em;}

#other p img{
	margin-bottom:5px;
	margin-top:5px;
}

#qr{
	margin:20px 0;
	width:170px;
	float:right;
}
/*るいちゃんデザインに変更時用100324
.qr{
	margin:20px 0 0 0;
	width:170px;
	float:right;
}*/

.rgt_bnr{
	margin:20px 0 0 0;
	width:164px;
	float:right;
	border:solid 1px #999;
	padding:2px;
}
.bn{
	border:none;
}
.rgt_bnr img.lft{
	float:left;
	margin-right:5px;
}
.rgt_bnr .txt{
	font-size:11px;
}

div.category{
	margin-bottom:15px;
}

/* サイトマップ */
#sitemap .article ul{
	padding:10px;
	list-style-type:none;
	width:90%;
	margin-left:30px;
}
#sitemap .article li{
	float:left;
	width:33%;
	height:auto;
	text-align:left;
	padding-bottom:3px;
}

/* お知らせ */
#oshirase{
	clear:both;
	margin-top:5px;
	padding:10px;
	border:solid 1px #cacaca;
}
#oshirase table{
	width:100%;
}
#oshirase table th{
	vertical-align:top;
	text-align:left;
	width:90px;
}
#oshirase table td{
	vertical-align:top;
	text-align:left;
	padding-top:3px;
}
/* お知らせ for IE7*/
*:first-child+html #oshirase{
	clear:both;
	margin-top:5px;
	padding:3px 10px 10px;
	border:solid 1px #cacaca;
}
