@charset "euc-jp";

/* veritacafe.com Base Styles
 * maintained by RS
 * (classes defined in the Markup Guide - http://mozilla.org/contribute/writing/markup )
 */

/* プロパティの指定順序 */
/*
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */



#b_height610{
	height:610px;
}
#b_height{
	padding-bottom:10px;
}




/*==========================================================================================

	//verita most popular

==========================================================================================*/


#mostPopular {
	margin:10px 0 0;
}
#mostPopular h2 {}
#mostPopular ol {
	width:178px;
	margin-top:7px;
	border-right:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
	border-left:1px solid #d8d8d8;
}
#mostPopular ol li {
	display:block;
	min-height:50px;
	border-top:1px solid #d8d8d8;
}
/* liの下に隙間が出来る現象を解消 */
* html #mostPopular ol li {	float:left;}
*:first-child+html #mostPopular ol li {	float:left;}

#mostPopular ol li span {
	display:block;
	float:left;
	width:50px;
	height:50px;
	background:#efefef;
}
#mostPopular ol li strong {
	display:block;
	float:right;
	width:106px;
	padding:5px 4px 0 16px;
	font-size:83%;
	font-weight:normal;
}
#mostPopular ol li strong a {
	color:#000;
}
#mostPopular ol li strong a:link,
#mostPopular ol li strong a:visited {
	text-decoration:none;
}
#mostPopular ol li strong a:hover {
	text-decoration:underline;
}

/* ナンバーイメージ */
#pRank01 strong {	background:url(http://www2.veritacafe.com/most_popular/ico_num_01.gif) 1px 5px no-repeat;}
#pRank02 strong {	background:url(http://www2.veritacafe.com/most_popular/ico_num_02.gif) 1px 5px no-repeat;}
#pRank03 strong {	background:url(http://www2.veritacafe.com/most_popular/ico_num_03.gif) 1px 5px no-repeat;}
#pRank04 strong {	background:url(http://www2.veritacafe.com/most_popular/ico_num_04.gif) 1px 5px no-repeat;}
#pRank05 strong {	background:url(http://www2.veritacafe.com/most_popular/ico_num_05.gif) 1px 5px no-repeat;}

/* 変動イメージ */
#mostPopular .up {	background:url(http://www2.veritacafe.com/most_popular/ico_up.gif) 100% 100% no-repeat;}
#mostPopular .stay {	background:url(http://www2.veritacafe.com/most_popular/ico_stay.gif) 100% 100% no-repeat;}
#mostPopular .down {	background:url(http://www2.veritacafe.com/most_popular/ico_down.gif) 100% 100% no-repeat;}



/*==========================================================================================
	floatさせたボックスが親ボックスの外にはみ出す現象を回避
	(macIE用にmac-ie5.cssにも記述すること)
==========================================================================================*/

#mostPopular ol li:after
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* Mac IE には適用させない \*/
* html #mostPopular ol li
{
	height:1%;
}

/* IE7 */
*:first-child+html #mostPopular ol li
{
 display:inline-block;
}
/* */
/* floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここまで） */

