@charset "utf-8";
@import url(basic.css);
@import url(business-menu.css);


/*右メインボディ
----------------------------------------------- */
h3.case-lead {
	clear: both;
	margin-top: 30px;
	font-weight: normal;
	font-size: 100%;
	line-height: 160%;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#case-conteiner h4,#case-conteiner2 h4{
	clear: both;
	margin-top: 15px;
}
#case-conteiner h6,#case-conteiner2 h6 {
	font-weight: normal;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	font-size: 85%;
	clear: both;
	padding-top: 0.7em;
	padding-right: 0px;
	padding-bottom: 0.7em;
	padding-left: 0px;
	height: 4.5em;
	line-height: 170%;
}


/*右メインボディ 事例　事業再生
----------------------------------------------- */
#case-conteiner,#case-conteiner2 {
	clear: both;
	width: 658px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.case-box {
	float: left;
	width: 210px;
	border: 1px solid #cfcfcf;
	margin-right: 11px;
	display: inline;
	margin-top: 10px;
}
.case-box2 {
	float: left;
	width: 210px;
	border: 1px solid #cfcfcf;
	margin-top: 10px;
}

/*右メインボディ 事例ボタン
----------------------------------------------- */
#case-conteiner a,#case-conteiner2 a {
	background-repeat: no-repeat;
	text-indent: -9999px;
	float: left;
	height: 33px;
	width: 210px;
	margin: 0px;
	padding: 0px;
}

a.link-marizon {
	background-image: url(../img/business-project-index/main-marizon-button-off.gif);
}
a.link-margaret {
	background-image: url(../img/business-project-index/main-margaret-button-off.gif);
}
a.link-crearge {
	background-image: url(../img/business-project-index/main-crearge-button-off.gif);
}
a.link-oakworld {
	background-image: url(../img/business-project-index/main-oakworld-button-off.gif);
}
a.link-thong {
	background-image: url(../img/business-project-index/main-thong-button-off.gif);
}


/*右メインボディ 事例ボタン ホバー
----------------------------------------------- */
a:hover.link-marizon {
	background-image: url(../img/business-project-index/main-marizon-button-on.gif);
}
a:hover.link-margaret {
	background-image: url(../img/business-project-index/main-margaret-button-on.gif);
}
a:hover.link-crearge {
	background-image: url(../img/business-project-index/main-crearge-button-on.gif);
}
a:hover.link-oakworld {
	background-image: url(../img/business-project-index/main-oakworld-button-on.gif);
}
a:hover.link-thong {
	background-image: url(../img/business-project-index/main-thong-button-on.gif);
}
