@charset "utf-8";
/*----------------------------------------*/
/*                                        */
/*アダルトチェキ                          */
/*サイト比較ナビページスタイル            */
/*                                        */
/*----------------------------------------*/

/*----------------------------------------*/
/*カラムBOXセット                     　　*/
/*                                        */
/*3カラム設定                             */
/*background >> width:970px               */
/*----------------------------------------*/

/*3カラムレイアウト
-----------------------------------------------------------
| #mainColumn  920px                                      |
| --------------------------------------  --------------- |
| | #container  740px  left            |  | #rightNavi  | | 
| | -------------  ------------------- |  |  180px      | |
| | | #leftNavi |  | #mainContents   | |  |  right      | |
| | |  160px    |  |  560px          | |  |             | |
| | |           |  |  right          | |  |             | |
| | -------------  ------------------- |  |             | |
| --------------------------------------  --------------- |
-----------------------------------------------------------
*/
#mainColumn{
	width:920px;
	margin:auto;
}

#container{
	width:730px;
	float:left;	
}

/*カラムワイド*/
#mainContents{
	width:560px;
	float:right;
	margin:0px;
	padding:0px;
}
#innner_mainContents{
	padding-right:10px;
}


#leftNavi{
	width:160px;
	float:left;
}
#rightNavi{
	width:180px;
	float:right;
}
#footer{
	clear:both;
}




/*----------------------------------------*/
/*コンテンツ　設定                        */
/*----------------------------------------*/
/* ▼ カテゴリーアーカイブ用　見出し      */
/* ▼ ランキング表                        */
/*----------------------------------------*/


/*カテゴリーアーカイブ用　見出し          */
/*----------------------------------------*/
#ctgDescription{
	margin:0px;
	margin-bottom:0.5em;
}
#ctgDescription h2{
	line-height:1.5em;
	font-size:1.5em;
	font-weight:bold;
	color:#996AAA;
	border-bottom:1px dotted #666;
}
#ctgDescription h4{
	font-weight:100;
	line-height:1.5em;
	font-size:1em;
	color:#999999;
}
#ctgDescription h2 span{
	font-size:0.7em;
}


/*サイトリスト                             */
/*----------------------------------------*/

ul#siteLists{
	margin:0px;
	padding:0px;
	width:100%;
}

ul#siteLists li{
	list-style-type:none;
	margin-bottom:10px;
}

ul#siteLists li div.listBox{
	background-image:url(../img/sitelist/box_back.gif);
	background-repeat:repeat-x;
	background-position:left 1px;
	border:1px solid #999;
	padding:10px;
	color:black;
}


.pagenate{
	text-align:center;
	margin:10px 0px;
}

/*サイト詳細レイアウト*/

div.listBox .columnL{
	float:left;
	width:120px;
}

div.listBox .columnC{
	float:left;
	width:168px;
}

div.listBox .columnR{
	float:left;
	width:240px;
}

/*サムネイル*/
div.listBox .columnL img{
	/*width:120px;*/
}

/*サイトデータ*/
div.listBox .columnC .innerColumn{
	padding:0px 10px;
}

div.listBox .columnC .innerColumn .siteName{
	font-size:13px;
	margin-bottom:3px;
}

div.listBox .columnC .innerColumn .rank{
	margin:6px 0px;
}

/*サイトレビュー*/
div.listBox .columnR .excerpt{
	margin-bottom:5px;
}

div.listBox .columnR div.icon img{
	float:left;
	display:block;
	margin:0px;
	padding:0px;
	margin-right:2px;
}