@charset "Shift_JIS";
/* ------------------------------
↓トップページ
------------------------------ */

#advertisement li {
	margin-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	padding-bottom: 1px;
}

#primary li#info {
	padding-bottom: 5px;
	right: auto;
}

#primary li#info p {
	margin-bottom: 0px;
	font-weight: 100;
}
/*テキストボックス（What's New部分）
----------------------------------------------------------*/

#primary li#info ul.textbox{
	width : 625px;			/*枠の幅*/
	height : 150px;			/*枠の高さ*/
	line-height: 25px;		/*行の高さ*/
	border-width: 1px;		/*ボーダー枠の太さ*/
	border-style: solid;		/*ボーダー枠のスタイル*/
	border-color: #cccccc;		/*ボーダー枠のカラー*/
	padding: 5px;
	margin-bottom: 15px;
	overflow: auto;
  
}

* html #primary li#info ul.textbox{
	width : 635px;	/*IE6用*/
}

#primary li#info ul.textbox li.date{
	color: #6c3600;		/*更新日時部分の文字色*/
	font-weight: bold;		/*更新日時部分の文字の太さ*/
	background-image : url(../images/icon01_4.gif);	/*更新日時の先頭に表示される画像*/
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 12px;
	padding-right : 15px;
	float: left;
}

li.newitem span{
  background-image : url(../images/list_arrow01r.gif);background-position : left center;
  padding-left : 18px;
  background-repeat : no-repeat;
  font-weight : bold;
  color : #6c0000;
  font-size : 12px;
  height : 100%;
}

li.newitem{
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #cccccc;
  padding-bottom : 3px;
  
}



#primary li#info ul.textbox li.text{
  font-size : 12px;
  
  font-weight : normal;
}

#primary li#info ul.textbox li.text p{
  
  margin-bottom : 0px;
  
  font-size : 12px;
  
  padding-bottom : 0px;
  
  padding-top : 0px;
  margin-top : 0px;
}

#advertisement-inner-center p{
  margin-top : 5px;
  margin-left : 5px;
  
  margin-bottom : 5px;
background-position : 11px 11px;
  font-size : 11px;
  margin-right : 5px;
}
