﻿@charset   "UTF-8";
/*　Link　*/

#hyoudai {
		margin-top:30px;
		margin-left:auto;
		margin-right:auto;
		display:block;
    		text-align: center;
}      
#hyoudai h2 {
		font-size : 30px;
		color :#ff188c;
}

#takasa {
	height: 830px;
}
/*テーブル */
.link_tabl1{	
		margin-top:30px;
		width : 570px;
		margin-left:150px;
		display:block;
		font-size : 14px;
		table-layout:fixed;
		text-align : center;

}

.link_tabl1 a:link {		
		text-decoration: none; 
		color : black;
}
.link_tabl1 a:visited {		
				
		/* 既に見たリンク */
		color : black;
    		text-decoration: none;     /* 下線を消す */
}
.link_tabl1 a:hover{		
		color : #f9178f;
}

.link_tabl1_1{		
		color : gray;
		width : 120px;
		height: 30px;
		text-align : right;
}
.link_tabl1_2{		
		color : gray;
	width : 400px;
		text-align : left;
}


