/* メインメニュー
---------------------------------------------------- */
ul#menu li#mn01 {
  left: 0px;
  width:97px;
  background: url(/images/mn_01.gif) no-repeat;
}
ul#menu li#mn02 {
  left: 97px;
  width:96px;
  background: url(/images/mn_02.gif) no-repeat;
}
ul#menu li#mn03 {
  left: 193px;
  width:96px;
  background: url(/images/mn_03.gif) no-repeat;
}
ul#menu li#mn04 {
  left: 289px;
  width:96px;
  background: url(/images/mn_04.gif) no-repeat;
}
ul#menu li#mn05 {
  left: 385px;
  width:96px;
  background: url(/images/mn_05.gif) no-repeat;
}
ul#menu li#mn06 {
  left: 481px;
  width:96px;
  background: url(/images/mn_06.gif) no-repeat;
}
ul#menu li#mn07 {
  left: 577px;
  width:96px;
  background: url(/images/mn_07.gif) no-repeat;
}
ul#menu li#mn08 {
  left: 673px;
  width:97px;
  background: url(/images/mn_08.gif) no-repeat;
}

/* 新着情報
---------------------------------------------------- */
.newsicon{
	font-size:12px;
	text-align:right;
	margin:0 10px;
	padding:3px 0 5px;
	border-bottom:1px dotted #999999;
}
ul#newstext {
	list-style: none;
	font-size:12px;
	margin:0;
	padding:10px;
}
li#news {
	list-style: none;
	font-size:12px;
	padding: 5px;
	margin: 5px 10px;
	border-bottom:1px solid #eeeeee;
}

/* バナー
---------------------------------------------------- */
.bnr{margin-bottom:5px;}
