@charset "UTF-8";

/* ****************************************************************** 

	COPYRIGHT(C) LIVESEEK Inc.
	URL: http://liveseek.jp/

	@This stylesheet Information{
		CSS File Name: dir.css

		Setting of: dir pages
			1: dir setting
	}
	
****************************************************************** */


/*==================================================================
	1: dir setting
===================================================================*/

#main h2{
	font-size:110%;
	margin:15px 0px 0px 0px;
	padding: 18px 0px 12px 2px;
	border-top:1px solid #DDD;
	clear:both;
	}

#main .submit{
	margin:15px 0px 18px 0px;
	padding: 18px 0px 0px 2px;
	border-top:1px solid #DDD;
	}
	


/* 広告枠 */
#main .adSection{
	clear:both;
	border-top:1px solid #DDD;
	margin:20px 0px 20px 0px;
	padding: 12px 8px 0px 20px;
	}

#main .adSection h3{
	font-size:110%;
	margin:0px 0px 12px 0px;
	padding: 18px 0px 0px 2px;
	}

	
/* Dir STYLES */
ul.dir{
	width:100%;
	list-style:none;
	margin:5px 0px 10px 0px;
	padding-bottom:8px;
    zoom:1;
}
ul.dir:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

ul.dir li{
	float:left;
	width:28%;
	padding:2px 0px;
	background: #FFF url("/img/icon/dir.gif") no-repeat 2px 50%;
	padding-left:22px;
	line-height:145%;
}

ul.dir i{
	font-style:normal;
	margin-left:3px;
}


h3.dir{
	font-size:100%;
	font-weight:normal;
}

ul.listing{
	margin-top:5px;
}

#main p{
	margin:0.4em 0px;
	}


/* p_dir Styles
-----------------------------------------------------------------------------  */
table.alldir{
	width:535px;
}
table.alldir td{
	width:50%;
	padding:2px 0px;
	vertical-align:top;
}
table.alldir strong{
	font-size:105%;
}

