@charset "UTF-8";


/*========================================================================
	main
========================================================================*/
#main #contents{
	width: 960px;
	height: 532px;
	background: url(../images/link_main.jpg) no-repeat;
	overflow: hidden;
}

#main #contents h1,
#main #contents h2 {
    margin: 0;
    height: 0;
    text-indent: -9999px;
}
#main #contents #link {
	position: relative;
    top: 100px;
	left: 133px;
	_top: 40px;
	overflow-y: auto !important;
	width: 615px;
	height: 360px;
	background: url(../images/link_bg_tbl.png);
}
#main #contents table {
    width: 590px;
    text-align: left;
    font-size: 85%;
    color: #fff;
	line-height: 150%;
}
#main #contents table th,
#main #contents table td {
    padding: 5px;
    border: 1px solid #241910;
}
#main #contents table th {
    width: 17em;
    border-right: none;
	font-weight: 400;
}
a:visited {
    color: #241910;
}
a:hover {
    color: #745c40;
    text-decoration: none;
}
a:link {
    color: #19100a;
}