* {
	margin:0;
	padding:0;
	border:none;
}


body {
	margin: 0px;
	padding: 0px;
	background-color:#000;
	font:"ＭＳ ゴシック";
	font-size:12px;
	color:#FFFF00;
}

#wrapper {
	width:800px;
	height:1275px;
}

/*--------------------------------------
	left column
---------------------------------------*/

#left {
	float:left;
	width:231px;
	margin:5px 0 3px 10px;
}

#left .vd {
	float:left;
	margin:0 3px 0 2px;
	width:110px;
	line-height:150%;
}

*html #left .vd{
	float:left;
	margin:0 0 0 2px;
	width:110px;
	line-height:150%;
}

#left .vd02{
	width:110px; 
	height:80px;
	border:solid 1px #FF0000;
	background-color:#000;
}

#left .vd a{
	color:#ffff00;
	text-decoration:none;
}

#left .vc a:hover{
	color:#fff;
	text-decoration:underline;
}

#left .tab {
	padding:10px 0 0 0;
}

#left #toy td {
	padding:0 0 5px 0;
}

#left #toy .txt {
	padding:0 0 0 8px;
}

#left #toy a{
	color:#FFFF00;
	text-decoration:none;
}

#left #toy a:hover{
	color:#fff;
	text-decoration:underline;
}



/*--------------------------------------
	Tag Cloud
---------------------------------------*/

ul.tagCloud {
	margin: 0;
	padding: 0.5em 10px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

ul.tagCloud li {
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 100%; /* ここで相対的に文字サイズを変更 */
}

ul.tagCloud li a {
	text-decoration: none;
}

/* タグレベル1〜6 */

ul.tagCloud li.level1 a {
	font-size: 167%;
	font-weight: bold;
	color: #dc5f1f;
}

ul.tagCloud li.level2 a {
	font-size: 136%;
	font-weight: bold;
	color: #d0a722;
}

ul.tagCloud li.level3 a {
	font-size: 122%;
	font-weight: bold;
	color: #c7bd24;
}

ul.tagCloud li.level4 a {
	font-size: 114%;
	color: #a6bf28;
}

ul.tagCloud li.level5 a {
	font-size: 92%;
	color: #75b52c;
}

ul.tagCloud li.level6 a {
	font-size: 77%;
	color: #75b52c;
}

/* オンマウス色 */
ul.tagCloud li a:hover {
	color: #FFFF00;
}
/*--------------------------------------
	Tag Cloud end
---------------------------------------*/

/*--------------------------------------
	right column
---------------------------------------*/

#right {
	float:left;
	width:532px;
	margin:5px 10px 3px 10px;
}

#right .contents_rk{
	clear:left;
	margin:0 0 5px 0;
}

*html #right .contents_rk{
	clear:left;
	margin:0 0 2px 0;
}


#right .ranking {
	float:left;
	width:161px;
	border:1px solid #FF0000;
} 

#right .ranking img{
	float:left;
}

#right .ranking02 {
	float:left;
	border:1px solid #ff0000;
	line-height:150%;
	margin:0 0 0 3px;
	padding:3px 2px;
}

*html #right .ranking02 {
	float:left;
	border:1px solid #ff0000;
	line-height:150%;
	margin:0 0 0 3px;
	padding:1px 2px;
}

*+ html #right .ranking02 {
	float:left;
	border:1px solid #ff0000;
	line-height:150%;
	margin:0 0 0 3px;
	padding:0 2px;
}

#right .ranking02 td {
	width:180px;
}

#right .txt {
	color:#fff;
}

#right a{
	color:#9966FF;
	text-decoration:underline;
}

#right a:hover{
	color:#FFF;
	text-decoration:underline;
}

#right a.cont{
	color:#FFFF00;
	text-decoration:none;
}

#right a.cont:hover{
	color:#9966ff;
	text-decoration:underline;
}



#footer {
	background-image:url(http://affiliate.dtiserv.com/ppc/sitemix1008/01/footer.gif);
	background-repeat:no-repeat;
	width:800px;
	height:27px;
	text-align:center;
	font-size:10px;
	padding:5px 0;
	clear:left;
	margin:10px 0 0 0;
}

#footer a{
	color:#FFFF00;
	text-decoration:underline;
}

#footer a:hover {
	color:#fff;
	text-decoration:underline;
}

.clear{
	clear:left;
}
