a:link    {text-decoration: none; }
a:visited {text-decoration: none; }
a:active  {text-decoration: none; }
a:hover   {text-decoration: underline; }


/* body */

body{
	background-color:#000000;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック","ＭＳ ゴシック","ゴシック","osaka";
	color: #999999;
	font-weight: normal;
	margin: 0px auto;
	padding: 0px;
	}
	

div{
	font-family:"ＭＳ Ｐゴシック","ＭＳ ゴシック","ゴシック","osaka";
	font-size:12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style:none;
}

/* box全体の要素　*/
div#wrap {
	width: 724px;
	height:auto;
	background-color:#cc33cc;
	background-repeat: no-repeat;
	border: 0;
    text-align: left;
	margin: 0 auto;
	padding: 10px 10px 10px 10px;
	}




/* ヘッダー全体　*/
div.header {
	background-color:#000000;
	width: 724px;
	height:100px;
	margin:0px 0px 10px 0px;
	}

/* ヘッダー内 左　 */
div.logo {
	float:left;
	width:624px;
	height:100px;
	}

/* ヘッダー内 右 */
div.titlemigi {
	color:#ffffff;
	float:right;
	width: 100px;
	height:100px;
	}

div.titlemigi a {
	color:#ffffff;
	text-decoration:|underline;
	}

/* 注意書き */
div.chuui {
	color:#999999;
	width: 724px;
	background:#000000;
	margin:0px 0px 10px 0px;
}

div.chuui a {
	color:#ffffff;
}

/* コンテンツ部分全体　*/
div.navi {
	width: 724px;
	height:500px;
	}

/*　ランキング全体 */
div.ranking {
	background-color:#000000;
	float: left;
	font-size:16px;
	width: 304px;
	height: 666px;
	overflow:auto;
	margin:0px 0px 3px 0px;
	}

/* リンク・バナーを貼る場所全体 */
div.linkbox {
	width: 410px;
	float:right;
	height:500px;
	margin:0px 0px 0px 10px;
	}

/* リンク・バナーを貼る場所　横列 */
div.linkline {
	width: 410px;
	height:220px;
	margin:0px 0px 3px 0px ;
	}

/* リンク・バナーを貼る場所　左 */
div.linkleft {
	float:left;
	width: 200px;
	height:220px;
	border-width:1px;
	}

/* リンク・バナーを貼る場所　中 */
/*
div.linkcenter {
	float:left;
	background-color:#ffffff;
	width:150px;
	height:150px;
	border-style:solid;
	border-width:1px;
	}
*/

/* リンク・バナーを貼る場所　右 */
div.linkright {
	float:right;
	width:200px;
	height:220px;
	border-width:1px;
	}

/* 画像200x200 */
div.gazou200 {
	background-color:#FFFFFF;
	width: 200px;
	float: left;
	height:200px;
	}

/* リンク・バナーを貼る場所　下 */
div.banner {
	background-color:#000000;
	width: 724px;
	float:right;
	height:auto;
	margin:7px 0px 10px 0px ;
	}

div.banner a {
	color: #ffffff;
	}

/* フッター全体　*/
div.footer {
/*	background-image:url("../images/footer.gif"); */
	background-color:#000000;
	clear:both;
	width: 724px;
	height:20px;
	}

h1{
	font-size:12px;
	margin:0px 0px 10px 0px;
}

h2{
	font-size:12px;
}

/* link.htmlコンテンツ部分全体　*/
div.linknavi {
	color:#000000;
	width: 724px;
	height:450px;
	}






