
BODY {
	margin-top: 1em;
	text-align: middle;
}

H2 {
	margin: 1.5em 0;
	
	font-weight: bold;
	font-size: 13pt;
	
	color: #333333;
	
	text-indent: 20px;
	
	background-image: url(/images/dns/link_tbg.gif);
	background-position: left;
	background-repeat: no-repeat;
}


H3 {
	color: #333333;
	font-weight: bold;
	border-bottom: 2px solid #000000;
	margin-bottom: 2em;
}

.container {
	text-align: left;
	margin: 0 auto;
	width: 470px;
}


/**
 * listing
 */

.listing {
	width: 300px;
	float: left;
}

.ad {
}

.listing A:link, .listing A:visited {
	display: block;
	background-color: #F4F9FF;
	padding: 0.3em;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	width: 100%;
}

.listing A:hover {
	border: 1px solid #333333;
}

.listing .title {
	color: #0000FF;
	text-decoration: underline;
	
}

.listing .summary {
	margin: 0.2em 0;
	display: block;
	text-decoration: none;
	color: #333333;
}

.listing .url {
	display: block;
	color: #008000;
	text-decoration: none;
}



/**
 * category
 */

.category {
	margin-left: 1em;
	padding-left: 1em;
	float: left;
	border-left: 1px solid #DDDDDD;
}

.category UL {
	list-style-type: none;
}

.category LI {
	padding: 0.4em 0;
	border-bottom: 1px solid #CCCCCC;
}

.category H3 {
	color: #666666;
	padding-bottom: 0.3em;
	margin-bottom: 0.5em;
	border-bottom: 2px solid #ABABAB;
}

.category A:link, .category A:visited {
	color: #333333;
	text-decoration: none;
}

.category A:hover {
	color: #FF3333;
}


/**
 * listing navi
 */

.listing_navi TABLE {
	width: 100%;
}

.listing_navi A {
	color: #333333;
	font-weight: normal;
	margin-right: 5em;
}

/**
 * search form
 */
.search_form {
	margin-top: 2em;
	background-color: #ECECEC;
	color: #003366;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 1em;
}

.search_form INPUT {
	/*border: 2px;*/
	
}
