

/*ページ全体の表示部分*/
body {
	margin: auto;
	color: #000000;
	background-color: #ffffff;
        text-align:center;
        font-size:12px;
	}

/*メイン100ピクセル部*/
#main {
	margin: auto;
	width:1000px;
	}





a {
	color: #000000;
	text-decoration: underline;
	}

a:link {
	color: #000fff;
        text-decoration:underline;
	}

a:visited {
	color: #00008b;
        text-decoration:underline;
	}

a:active {
	color: #ff0000;
	text-decoration: underline;
	}

a:hover {
	color: #ff0000;
	text-decoration: none;
	}

img {border:0px;}

/* ----- float解除 ----- */
div.clear{clear:both;}
div.clear hr{display:none;}



/*コンテナ部分*/

#container{
width:1000px;
margin:0 auto;
}



/*ランキング表示部分*/

#rank{
width:60%;
float:left;
font-size:11px;
text-algin:left;
}

.rank{
font-size:13px;
background-color:#eeeeee;
padding:10px;
line-height:120%;
}

.rankb{
font-size:13px;
width:500px;
text-algin:left;
}


.rankn{
font-size:13px;
width:40px;
height:40px;
text-algin:center;
background:#ee2a5a;
color:#ffffff;
}

/*カテゴリ表示部分*/

#left{

width:160px;
float:left;
margin:0 20px;
_margin:0 10px;
text-align:left;
}


.left-box{
border:solid 1px #ee2a5a;
margin-bottom:20px;
background:#fef1fa;
}


.left-box2{
border:solid 1px #ee2a5a;
margin-bottom:20px;
background:#fef1fa;
}

.left-box h2{
width:100%;
height:30px;
background:url(/img2/bar.jpg) repeat-x;
padding-top:7px;
font-size:12px;
text-indent:2em;
color:#666666;
}


.left-box2 h2{
width:100%;
height:30px;
background:url(/img2/bar.jpg) repeat-x;
padding-top:7px;
font-size:12px;
text-indent:2em;
color:#666666;
}


.left-box li{
margin:3px 0 3px -10px;
}




.left-box2 li{
margin:3px 0 3px -25px;
list-style-type:none;
}

.banner{

float:left;
margin-left:10px;

}


.title{

float:left;
margin-left:20px;
margin-top:-5px;
valign:middle;
}


/*右側表示部分*/

#right{

width:160px;
float:left;
margin:0 20px;
_margin:0 10px;
text-align:left;
}




/*ヘッダー部分*/

#header{
width:1000px;
height:70px;
margin:0 auto 20px auto;
}


#header h1{
margin-top:2px;
font-size:11px;
font-weight:normal;
color:#999999;
}

#header_logo{
width:184px;
height:70px;
float:left;
}

#header_r{
width:800px;
height:70px;
float:left;
}


#bar{
width:100%;
height:30px;
background:url(/img2/bar.jpg) repeat-x;
padding-top:7px;
padding-right:7px;
text-align:right;
}


/*フッター部分*/
#footer{
width:1000px;
height:30px;
background:url(/img2/bar.jpg) repeat-x;
padding-top:7px;
padding-right:7px;
text-align:right;
margin:auto;
}




/* ----- 表 ----- */

.hyou {
        width:600px;
	text-decoration: none;
	font-size: 12px;
	background-color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
        margin-top:10px;
}

.hyou td {
	background-color: #FFFFFF;
	padding:5px 10px 5px 10px;
	font-size: 10pt;
	color: #666666;
	line-height: 13pt;
	text-align: left;
}

.hyou th {
	text-align: left;
	padding: 5px 5px 5px 15px;
	font-weight: normal;
	background-color: #F2F2F2;
}

.40 {
        width:40%;
}


#moji
{
        margin-top:100px;
}


/*Mac文字化け防止部分*/
textarea {
	font-family: "ヒラギノ明朝 Pro W6", "Osaka", "ＭＳ Ｐゴシック", "trebuchet MS", "trebuchet", "verdana", "arial", "sans-serif";
	}