@charset "UTF-8";
/* CSS Document */


/***************************************
　link　リンクページ
***************************************/

#link
{
	margin: 0 auto;
	width: 100%;
	position: relative;
}

.link
{
	height:200px;
	width:180px;
	float:left;
	margin:18px;
	line-height:20px;
	text-align:center;
	word-wrap:break-word;
	overflow:auto;

}

.link img
{
	margin-bottom:10px;
}

.link a:hover
{
	opacity: 0.6; 
    filter: alpha(opacity=60); 
    -moz-opacity: 0.6;
}

#link .tx1
{
	font-size:14px;
	font-weight:bold;
}

#link .tx2
{
	font-size:11px;
}
	
#link .tx3
{
	text-align:left;
	margin-top:10px;
	font-size:9px;
	line-height:15px;
	word-wrap: break-word;
}

