/* CSS Document */

/*****基本部分*****/

/* トップメニュー表示 */
#mNavi{
	height:252px;
	width: 534px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/ct-bk2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.menu {
	margin: 60px 0px 0px 140px;
	height: 140px;
	width: 314px;
}
.menu td {
	margin:0px;
	padding:0px;
}
.menu td.mbt1{
	display:inline;
	width:181px;
	height:28px;
	float: left;
}

.menu td.mbt2{
	display:inline;
	width:133px;
	height:28px;
	float: left;
}

.menu td a{
	display:block;
	height:28px;
	text-indent:-6000px;
	float: left;
}
.menu td a.about{
	width:181px;
	background:url(../bt-index/bt-aboutus.jpg) no-repeat left top;
}
.menu td a.about:hover{
	width:181px;
	background:url(../bt-index/bt-aboutus-on.jpg) no-repeat left top;
}
.menu td a.info{
	width:133px;
	background:url(../bt-index/bt-info.jpg) no-repeat left top;
}
.menu td a.info:hover{
	width:133px;
	background:url(../bt-index/bt-info-on.jpg) no-repeat left top;
}
.menu td a.sentaro{
	width:181px;
	background:url(../bt-index/bt-santaro.jpg) no-repeat left top;
}
.menu td a.sentaro:hover{
	width:181px;
	background:url(../bt-index/bt-santaro-on.jpg) no-repeat left top;
}
.menu td a.gallery{
	width:133px;
	background:url(../bt-index/bt-gallery.jpg) no-repeat left top;
}
.menu td a.gallery:hover{
	width:133px;
	background:url(../bt-index/bt-gallery-on.jpg) no-repeat left top;
}
.menu td a.form{
	width:181px;
	background:url(../bt-index/bt-form.jpg) no-repeat left top;
}
.menu td a.form:hover{
	width:181px;
	background:url(../bt-index/bt-form-on.jpg) no-repeat left top;
}
.menu td a.blog{
	width:133px;
	background:url(../bt-index/bt-blog.jpg) no-repeat left top;
}
.menu td a.blog:hover{
	width:133px;
	background:url(../bt-index/bt-blog-on.jpg) no-repeat left top;
}
.menu td a.mm{
	width:181px;
	background:url(../bt-index/bt-mailmagazine.jpg) no-repeat left top;
}
.menu td a.mm:hover{
	width:181px;
	background:url(../bt-index/bt-mailmagazine-on.jpg) no-repeat left top;
}
.menu td a.recruit{
	width:133px;
	background:url(../bt-index/bt-recruit.jpg) no-repeat left top;
}
.menu td a.recruit:hover{
	width:133px;
	background:url(../bt-index/bt-recruit-on.jpg) no-repeat left top;
}
.menu td a.contact{
	width:181px;
	background:url(../bt-index/bt-contact.jpg) no-repeat left top;
}
.menu td a.contact:hover{
	width:181px;
	background:url(../bt-index/bt-contact-on.jpg) no-repeat left top;
}
.menu td a.link{
	width:133px;
	background:url(../bt-index/bt-link.jpg) no-repeat left top;
}
.menu td a.link:hover{
	width:133px;
	background:url(../bt-index/bt-link-on.jpg) no-repeat left top;
}
.menu td a.pp{
	width:181px;
	background:url(../bt-index/bt-pp.jpg) no-repeat left top;
}
.menu td a.pp:hover{
	width:181px;
	background:url(../bt-index/bt-pp-on.jpg) no-repeat left top;
}
