@charset "utf-8";


/*mainのtopページのスタイルシート*/

/*グローバル上書き*/
div#global ul li#gmbtn01 a{
	background-position: left bottom;
}

/*mainのページ*/

div#main h2 {
	background: url(../img/top/t_header.jpg) no-repeat;
	width: 750px;
	height: 300px;
	text-indent: -99999px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}

/*textのページ*/
div#text {
	width: 415px;
	float: right;
	margin-top: 20px;
	margin-bottom: 50px;
	line-height: 24px;
}
div#text h3 {
	background: url(../img/top/t_top.png) no-repeat;
	width: 415px;
	height: 96px;
	text-indent: -99999px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}
div#text p {
	margin: 20px 0;

}
div#text div#mimg {
	margin: 20px auto;
	text-align: center;
}
div#text h4 {
	font-weight: bold;
	font-size:18px;
}
div#text ul {
	list-style: none;
}

/*sideのページ*/
div#side {
	width: 250px;
	float: left;
}
div#side div#model {
	height: 150px;
	margin: 20px 0;
	background: url(../img/top/t_side1.jpg) no-repeat;
	text-indent: -99999px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}
div#side div#staff {
	height: 150px;
	margin: 20px 0;
	background: url(../img/top/t_side2.jpg) no-repeat;
	text-indent: -99999px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}
div#side div#service {
	height: 150px;
	margin: 20px 0;
	background: url(../img/top/t_side3.jpg) no-repeat;
	text-indent: -99999px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}
div#side div#menu {
	height: 150px;
	margin: 20px 0;
	background: url(../img/top/t_side4.jpg) no-repeat;
	text-indent: -99999px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}
div#side div#item {
	height: 150px;
	margin: 20px 0;
	background: url(../img/top/t_side5.jpg) no-repeat;
	text-indent: -99999px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}

