@charset "utf-8";


/*
--------------------------------------------
トップページのCSS
--------------------------------------------
*/
#visual {
	height: 300px;
	background: url(../images/visual_top.jpg) no-repeat;
}



#top_copy {
	width: 580px;
	height: 164px;
	float: left;
	background:url(../images/index_copy.gif) no-repeat;
}
#top_btn {
	text-indent: 0px;
	float: left;
	width: 580px;
	height: 33px;
	font-size: 12px;
}
#top_btn .btn {
	display: block;
	width: 163px;
	height: 33px;
	float: right;
	background: url(../images/top_btn.gif) no-repeat;
	text-indent: -9999px;
}
#top_btn .btn:hover {
	background: url(../images/top_btn.gif) no-repeat 0px -33px;
}

#contents {/* 各コンテンツのボックス */
	width: 580px;
	float: left;
	padding: 0px;
	background: none;
}

#banner {
	display: inline;
	width: 200px;
	float: left;
	margin-left: 20px;
}

#banner ul {
	width: 200px;
	float: left;
}
#banner li {
	width: 200px;
	height: 67px;
	margin-bottom: 10px;
	float: left;
	text-indent: -9999px;
}
.banner_maya {
	display: block;
	width: 200px;
	height: 65px;
	background: url(../common/images/maya.jpg) no-repeat;
}
.banner_maya:hover {
	background: url(../common/images/maya.jpg) no-repeat 0px -65px;
}
.banner_first {
	display: block;
	width: 200px;
	height: 67px;
	background: url(../images/banner_first.gif) no-repeat;
}
.banner_first:hover {
	background: url(../images/banner_first.gif) no-repeat -200px 0px;
}
