@charset "utf-8";


.link_contents{
	padding: 10px;
	margin: 0 auto;
	text-align:center;
	
}

.t_link{
	width: 660px;/*テーブルの幅*/
	margin-top:10px;/*テーブルの上にスペース*/
	margin-bottom:10px;
	margin-left: auto;
	margin-right: auto;
}



.t_link img{
		float:center;
		margin-left:10px;  /*写真の左にスペースを空ける*/
		margin-right:10px;  /:写真と文字の間隔*/
}

.t_link img.imgsize{
	width: 200px;
	height: 100px;
	border: 0;
	class: css-hover;
}

.t_link td, .t_link th {
 padding:3px 10px;
 }

 
.t_link td.banner {
	width: 220px;/*テーブルの幅*/
 }
 
.t_link td.text {
	width: 440px;/*テーブルの幅*/
 }

.t_link td {
	background-image:url(bk2.gif);
	border:solid 3px;
	border-color:#eef4f7 #a8c7d5 #a8c7d5 #eef4f7;
 }

.t_link p.title{
	text-align:left;
	font-weight: bold;
	font-size: 130%;
}

.t_link p.sentence{
	text-align:left;
	font-size: 100%;
}