﻿@charset "utf-8";

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

	link-style.css

	for
	
	/link/index.html
	
************************************* */

#link-conts{
	width: 660px;
	padding: 0px 5px;
	font-size: 0.75em;
	line-height: 1.5em;
	text-align: left;
	}
	
#link-conts h3{
	width: 650px;
	color: #FFFFFF;
	font-size: 1.2em;
	background-color: #fb7d02;
	font-weight: bold;
	padding: 6px 0px 6px 10px;
	margin: 25px 0px 0px 0px;
	}
#link-conts h4{
	font-weight: bold;
	color: #fb7d02;
	font-size: 1.0em;
	margin: 15px 0 15px 10px;
	}
#link-conts ul{
	width: 640px;
	margin: 0px 10px;
	line-height: 1.8em;
	}
#link-conts ul li{
	width: 320px;
	_width: 310px;
	list-style-type: disc;
	list-style-position: inside;
	float: left;
	}
	#link-conts ul li.clr{
		list-style: none;
		height:0.1px;
		overflow: hidden;
		float: none;
		clear: left;
		}
.go_page_top{
	padding-top:7px;
	text-align:right;
}
	
	
	
	
#link-conts .link-category{
	width: 660px;
	margin-left: 0px;
	}
	#link-conts .link-category li{
		width: 5em;
		float: left;
		list-style: none;
		list-style-position: outside;
		padding-left: 15px;
		background: url(/link/img/list-mark.gif) 0 0.5em no-repeat;
		}
	#link-conts .link-category li.clr{
		background: none;
		height: 0.1px;
		overflow: hidden;
		clear: left;
		}
		
		
#link-conts table{
	width: 657px;
	border: solid 1px #fb7d02;
	border-width: 1px 1px 0px 0px;
	border-collapse: collapse;
    border-spacing: 0;
	margin-top: 15px;
	}
#link-conts table td{
	width: 142px;
	border: solid 1px #fb7d02;
	border-width: 0px 0px 1px 1px;
	text-align: center;
	padding: 0px 5px 5px 5px;
	}
#link-conts table h3{
	background-color: #FFF;
	width: 142px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	}
	#link-conts table h3 a{
		color: #fb7d02;
		font-weight: bold;
		text-decoration: underline;
		font-size: 0.92em;
		}
		#link-conts table h3 a:hover{
		color: #fb7d02;
		font-weight: bold;
		text-decoration: none;
		font-size: 0.92em;
		}
#link-conts table p{
	text-align: left;
	font-size: 0.95em;
	padding: 10px 0px 0px 0px;
	line-height: 1.2em;
	}
	

	


