/* 設定のコツ */

/* main CSS */
#kotsu h2 {background:  url(img/h2_kotsu.gif) no-repeat;}
#kotsu em {display: block; margin: 0 15px 10px 0; padding: 0px; width: 220px; height: 60px; text-indent: -9999em;}
#kotsu em a {display: block; margin: 0px; padding: 0px;}

#community,#blog,#portal,
#community a,#blog a,#portal a
{
	display: block;
	width: 220px;
	height: 60px;
}

#community {float: left;}
#community a {background: url(img/kotsu_btn_community.gif) no-repeat; position: 0 0;}
#community a:hover {background-position: 0 -60px;}

#blog {float: left;}
#blog a {background: url(img/kotsu_btn_blog.gif) no-repeat; position: 0 0;}
#blog a:hover {background-position: 0 -60px;}

#portal {float: left;}
#portal a {background: url(img/kotsu_btn_portal.gif) no-repeat; position: 0 0;}
#portal a:hover {background-position: 0 -60px;}

#kotsu p {display: none;}

