@charset "utf-8";
/* CSS Document */

/*グローバルナビゲーション*/
.globalNavi_01 img{
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}

#topImg{
	width:700px;
	height:350px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
}

/* ▼▼リンクの設定▼▼ */
#column_right a:link{
	color:#444444;
	text-decoration: none;
}
#column_right a:visited{
	color:#444444;
	text-decoration: none;
}

#column_right a:hover{
	color:#444444;
	text-decoration: underline;
}
/* △△リンクの設定△△ */

#box_left{
	float:left;
	width:220px;
	height:280px;
	margin-left:25px;
	display:inline;
}

#box_middle{
	float:left;
	width:220px;
	height:280px;
	margin-left:20px;
	margin-right:20px;
	display:inline;
}

#box_right{
	float:left;
	width:220px;
	height:280px;
}


