﻿@charset "utf-8";
/* CSS Document */

/* Link_index __________________________________________*/
#link_container {
	margin:0 auto 0 auto;
	padding:0 0 15px 0;
	text-align:center;
}

#link_table {
	margin: 0 auto;
	width:644px;
	border: solid 1px #0099FF;
}
#link_table th {
	background-color:#0066FF;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
}
#link_table td {
	background-color:#FFFFFF;
	text-align:center;
	width:92px;
	padding: 2px 0;
}

#link_table2 {
	margin: 0 auto;
	width:644px;
	border: solid 1px #0099FF;
}
#link_table2 th {
	background-color:#0066FF;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
}
#link_table2 td {
	background-color:#FFFFFF;
	text-align:center;
	width:92px;
	padding: 2px 0;
}

#link_table3 {
	margin: 0 auto;
	width:644px;
	border: solid 1px #0099FF;
}
#link_table3 td {
	background-color:#FFFFFF;
	text-align:left;
	padding:5px;
}

#link_table4 {
	width:644px;
}
#link_table4 td {
	background-color:#FFFFFF;
	text-align:left;
	padding:5px;
	width:302px;
}
