/* ヌキなびショップリストページ用スタイルシート */

#container{
	width: 708px;
	margin: 10px auto;
}

/*基本構造(左右フロート)*/
#leftcolumn{
	float: left;
	width: 210px;
}
#rightcolumn, #listname{
	float: right;
	width: 490px;
}
#footer{
	clear: both;
}

/*h1回り*/
#listname, .listname2{
	margin-bottom: 5px;
}
.listname2{
	margin-top: 15px;
}
#listname h1, .listname2 span{
	font-size: 18px;
	display: inline;
	background-color: #fff;
	padding-right: 10px;
}
.listname2 span{
	font-weight: bold;
}

/*左段の要素*/
#leftcolumn ul{
	margin: 0 2px;
	padding: 0;
}
#leftcolumn li{
	list-style-type: none;
	font-size: 13px;
}

#leftcolumn a{
	color: #00f;
}
#leftcolumn a:visited{
	color: #f0f;
}
#leftcolumn a:hover{
	color: #f60;
}

/*業種リストのナビゲーション*/
#listnav{
	font-size: 13px;
	margin-bottom: 15px;
	width: 185px;
	border: 2px solid #c6c;
}
#listnav .topics{
	width: 185px;
	margin: 0;
	background-color: #c6c;
	text-align: center;
	color: #fff;
}
#contents{
	font-size: 13px;
	margin-bottom: 15px;
	width: 185px;
	border: 2px solid #999;
}
#contents .topics{
	width: 185px;
	margin: 0;
	background-color: #999;
	text-align: center;
	color: #fff;
}
#listnav li, #contents .topics{
	letter-spacing: -0.05em;
}

/*テキスト*/
#leftcolumn .text{
	width: 177px;
	font-size: 13px;
	border: 1px solid #999999;
	padding: 5px;
	color: #999999;
	margin-bottom: 15px;
}

/*バナースペース*/
#bannerspace{
	width: 185px;
	margin-bottom: 15px;
}
/*※バナーのiframeについては、各HTMLで個別に設定するのでここではmargin-bottomのみの指定に留める*/

/*オススメリスト*/
#osusumesite{
	border: 2px solid #00f;
	width: 185px;
	margin-bottom: 15px;
}
#osusumesite p{
	margin: 0;
	font-size: 13px;
}
#osusumesite p.topics{
	background: #00f;
	color: #fff;
	text-align: center;
	margin-top: 0 !important;
}

/*出会い系リスト*/
#deaikei{
	border: 2px solid #00f;
	width: 185px;
	margin-bottom: 15px;
}
#deaikei p{
	margin: 0;
	font-size: 13px;
}
#deaikei p.topics{
	background: #00f;
	color: #fff;
	text-align: center;
	margin-top: 0 !important;
}


/*出会い系のバナー*/
.deaiimg{
	width: 468px;
	margin: 10px auto;
}


/*戻るリンク*/
.return{
	text-align: right;
	margin: 0;
}


/*検索フォーム*/
#rightcolumn th{
	text-align: left;
	font-weight: normal;
}
#rightcolumn table{
	margin-bottom: 10px;
}
#fsize{
	font-size: 14px;
}

/*サーチボタン*/
.search{
	width: 350px;
}
