#mainvisual h2{
				margin:0px auto 20px;
				padding:0px;
				line-height:1;
}
/* NW */
table{
				width:650px;
				margin:30px auto 50px;
				border:2px solid #095b9d;
}
th{
				width:300px;
				padding:5px 0px 5px 23px;
				font-size:14px;
				font-weight:bold;
				background:url('../image/arr.gif') 8px 5px no-repeat #e4edf6;
				border:1px solid #095b9d;
				text-align:left;
}
/* link */
th a						{color:#000;text-decoration:none;}
th a:link				{}
th a:visited		{}
th a:hover			{color:#4b7eae;text-decoration:underline}
th a:active			{}

td{
				font-size:12px;
				padding:5px 5px px 5px;
				border:1px solid #095b9d;
				background-color:#fff;
				text-align:right;
}
/* link */
td a						{color:#4b7eae;text-decoration:none;}
td a:link				{}
td a:visited		{}
td a:hover			{color:#4b7eae;text-decoration:underline}
td a:active			{}

