@charset "UTF-8";

/* =======================================================
	LINKS CSS - modified on 09.04.28
	written by GRAM | グラム
	http://www.brooklyn.jp/
	
	01 CONTENT SETTING
	02 DETAIL SETTING
	02 UTILITIES
======================================================= */



/* =======================================================
	01 CONTENT SETTING
======================================================= */



#top_image {
	width: 700px;
	height: 140px;
	margin-left: 25px;
	text-indent: -5000em;
	display: block;
	background: url(../../../imgs/contents/head_image_link.jpg) left top no-repeat;
	}

#link_content {
	width: 700px;
	height: auto;
	padding-top: 85px;
	background: url(../../../imgs/contents/title_links.gif) left top no-repeat;
}

.link_wrap {
	width: 680px;
	height: auto;
	margin: 0 0 50px 10px;
}



/* =======================================================
	02 DETAIL SETTING
======================================================= */



.listTable {
	width: 650px;
	margin: 30px 0 30px 35px;
	background: url(../../../imgs/common/dot_line.gif) left top repeat-x;
}



.listTable ul li {
	padding: 10px 0;
	height: 45px;
	background: url(../../../imgs/common/dot_line.gif) left bottom repeat-x;
}

.listTable table {
	width: 650px;
	height: 45px;
	border-collapse: collapse;
}

.listTable table td {
	height: 25px;
}

.listTable table td.list_mark {
	width: 50px;
}
.listTable table td.list_name {
	width: 80px;
	border-right: 1px solid #CFCFCF;
}
.listTable table td.list_link {
	width: 480px;
	padding-left: 20px;
}

.listTable table td.list_link a {
	width: 480px;
	display: block;
	color: #8DA4D8;
}


/* =======================================================
	03 UTILITIES
======================================================= */


