/* CSS Document */


/* ---------------------------- 総合デザイン ---------------------------- */

body {
	background-color: #fff;
	margin: 10px 0 0 0;
  	font-family:"Verdana","Arial","Helvetica","ＭＳ Ｐゴシック","Osaka";
	font-size: 12px;
	line-height:130%;
	}

table,td {
	font-family:"Verdana","Arial","Helvetica","ＭＳ Ｐゴシック","Osaka";
	font-size: 12px;
	line-height:130%;
  }
  
.border {
	border-bottom: dashed 1px #8C8773;
	margin: 4px 0;
	}

a:link, a:visited, a:active { 
	font-size: 12px;
	text-decoration: none;
	border-bottom: dashed 1px #CB156B;
	color: #CB156B;
	letter-spacing: 1px;
	margin: 0 8px;
	padding-bottom:2px;
	}
	
a:hover {
	font-size: 12px;
	text-decoration: none;
	border-bottom: solid 1px #fff;
	color: #0875A5;
	letter-spacing: 1px;
	margin: 0 8px;
	padding-bottom:2px;
	}


/* ---------------------------- ヘッダー ---------------------------- */

table.header {
	background-image: url(images/dot.gif);
	height: 20px;	
	}

td.title {
	padding-left:16px;
	}


/* ---------------------------- ランキング ---------------------------- */

div.cap {
	padding: 0 10px 6px 10px;
	}
	
span.cap {
	color: #8C8773;
	font-size:10px;
	font-weight: normal;
	line-height: 120%;
	}

td.rank_01to05 {
	color: #8C8773;
	font-size:10px;
	font-weight: normal;
	line-height: 140%;
	}

span.rank_01to03 {
	color: #CB156B;
	font-size:14px;
	font-weight: bold;
	}
	
span.rank_04to05 {
	color: #333;
	font-size:14px;
	font-weight: bold;
	}
	
td.rank_06to10 {
	color: #8C8773;
	font-size:10px;
	font-weight: normal;
	line-height: 120%;
	}
	
span.rank_06to10 {
	color: #CB156B;
	font-size:18px;
	font-weight: bold;
	margin-right: 4px;
	}
	
span.rank_06to10_ {
	color: #333;
	font-size:10px;
	font-weight: bold;
	line-height: 120%;
	}
	
span.pickup {
	color: #8C8773;
	font-size:8px;
	font-weight: normal;
	line-height: 150%;
	letter-spacing: 0px;
	}
	

/* ---------------------------- 新着情報 ---------------------------- */

td.news {
	background-color: #F6F4EC;
	font-family:"Arial","Helvetica","ＭＳ Ｐゴシック","Osaka";
	font-size: 12px;
	padding: 0 10px;
	}

div.topics {
	color: #CB156B;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0;
	}

.update {
	font-family:"Arial","Helvetica","ＭＳ Ｐゴシック","Osaka";
	font-size: 10px;
	color: #777;
	line-height: 100%;
	margin-left: 120px;
	}
	
ul,li {
	list-style: square;
	margin-left: 10px;
	}


/* ---------------------------- フッター ---------------------------- */

td.footer {
	font-family:"Arial","Helvetica";
	font-size: 12px;
	color: #B7A99F;
	line-height: 150%;
	padding: 20px 0 50px 0;
	text-align: right;
	letter-spacing: 1px;
	}
	
.copy {
	font-family:"Arial","Helvetica";
	font-size: 10px;
	letter-spacing: 0px;
	margin: 0 8px;
	letter-spacing: 1px;
	}
	