@charset "utf-8";
@import url(basic.css);
@import url(owner-menu.css);


/*右メインボディ
----------------------------------------------- */
h3 {
	clear: both;
	margin-top: 25px;
	width: 628px;
	margin-right: auto;
	margin-left: auto;
}

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;
}
#business-model-container h4 {
	clear: both;
	padding-top: 25px;
}

#business-conteiner h5 {
	font-weight: normal;
	width: 290px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	font-size: 90%;
	clear: both;
}

h6 {
	float: right;
	width: 437px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d6cfab;
	font-weight: normal;
	padding-left: 25px;
	font-size: 100%;
}


/*右メインボディ カテゴリーごとのボックス
----------------------------------------------- */
#business-conteiner {
	clear: both;
	width: 658px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.business-box {
	float: left;
	width: 321px;
	display: inline;
	margin-top: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cfcfcf;
	border-right-color: #cfcfcf;
	border-bottom-color: #cfcfcf;
	border-left-color: #cfcfcf;
}
.business-box2 {
	float: right;
	width: 321px;
	margin-top: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cfcfcf;
	border-right-color: #cfcfcf;
	border-bottom-color: #cfcfcf;
	border-left-color: #cfcfcf;
}
.business-box h4 {
	clear: both;
	padding-bottom: 5px;
	height: auto;
}
.business-box h5 {
	margin: 0px;
	padding: 0px;
	height: auto;
}

/*右メインボディ カテゴリーボタン
----------------------------------------------- */
#business-conteiner a {
	background-repeat: no-repeat;
	text-indent: -9999px;
	float: left;
	height: 33px;
	width: 321px;
	margin: 0px;
	padding: 0px;
}

a.link-valueup {
	background-image: url(../img/business-index/main-valueup-button-off.gif);
	height: 33px;
	width: 321px;
}
a.link-design {
	background-image: url(../img/business-index/main-design-button-off.gif);
}
a.link-service {
	background-image: url(../img/business-index/main-service-button-off.gif);
}
a.link-case {
	background-image: url(../img/business-index/main-case-button-off.gif);
}


/*右メインボディ カテゴリーボタン　ホバー
----------------------------------------------- */
a:hover.link-valueup {
	background-image: url(../img/business-index/main-valueup-button-on.gif);
}
a:hover.link-design {
	background-image: url(../img/business-index/main-design-button-on.gif);
}
a:hover.link-service {
	background-image: url(../img/business-index/main-service-button-on.gif);
}
a:hover.link-case {
	background-image: url(../img/business-index/main-case-button-on.gif);
}

/*右メインボディ　事業内容の解説
----------------------------------------------- */
#business-model-container {
	clear: both;
	width: 628px;
	margin-right: auto;
	margin-left: auto;
}
#business-model-container p {
	margin-top: 25px;
}
.business-model-box {
	width: 628px;
	overflow: hidden;
	clear: both;
	margin-top: 30px;
}

/*右メインボディ　事業内容サービス
----------------------------------------------- */
h4.feature-title {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 33px;
	width: 656px;
}
h5.feature-text {
	background-image: url(../img/business-service/main-feature-box-mark.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 650px;
	padding-left: 24px;
	margin-left: 12px;
	font-weight: normal;
	font-size: 100%;
}
.feature-container {
	clear: both;
	width: 656px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #e9e7d2;
	background-color: #fcfdf8;
	padding-bottom: 10px;
	margin-top: 40px;
}
.feature-box {
	clear: both;
	width: 628px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 7px;
	overflow: hidden;
}
.feature-box-head {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 2px;
	width: 628px;
}
.feature-box-back {
	background-image: url(../img/business-service/main-feature-box-back.gif);
	margin: 0px;
	clear: both;
	width: 628px;
	overflow: hidden;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.feature-box-foot {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 3px;
	width: 628px;
}

/*右メインボディ　事業内容デザイン
----------------------------------------------- */
h4.design-topic {
	padding: 0px;
	clear: both;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*フッター・ローカルメニュー 共通
----------------------------------------------- */
#footer-local-box {
	background-color: #F2F2F2;
	clear: both;
	width: 648px;
	margin-top: 40px;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#footer-local-box li {
	float: left;
	list-style-type: none;
	margin-right: 4px;
	margin-top: 5px;
}
#footer-local-box a {
	text-indent: -9999px;
	float: left;
	background-repeat: no-repeat;
}

/*フッター・ローカルメニュー 事業内容
----------------------------------------------- */
a.foot-business-valueup {
	background-image: url(../img/business-basic/foot-button-valueup-off.gif);
	height: 27px;
	width: 126px;
}
a.foot-business-design {
	background-image: url(../img/business-basic/foot-button-design-off.gif);
	height: 27px;
	width: 126px;
}
a.foot-business-service {
	background-image: url(../img/business-basic/foot-button-service-off.gif);
	height: 27px;
	width: 126px;
}

/*フッター・ローカルメニュー 事業内容ロールオーバー
----------------------------------------------- */
a:hover.foot-business-valueup {
	background-image: url(../img/business-basic/foot-button-valueup-on.gif);
	height: 27px;
	width: 126px;
}
a:hover.foot-business-design {
	background-image: url(../img/business-basic/foot-button-design-on.gif);
	height: 27px;
	width: 126px;
}
a:hover.foot-business-service {
	background-image: url(../img/business-basic/foot-button-service-on.gif);
	height: 27px;
	width: 126px;
}

/*フッター・ローカルメニュー 事業内容 ACT
----------------------------------------------- */
a.foot-business-valueup-act {
	background-image: url(../img/business-basic/foot-button-valueup-act.gif);
	height: 27px;
	width: 126px;
}
a.foot-business-design-act {
	background-image: url(../img/business-basic/foot-button-design-act.gif);
	height: 27px;
	width: 126px;
}
a.foot-business-service-act {
	background-image: url(../img/business-basic/foot-button-service-act.gif);
	height: 27px;
	width: 126px;
}

/*フッター・ローカルメニュー 事業内容 ACTロールオーバー
----------------------------------------------- */
a:hover.foot-business-valueup-act {
	background-image: url(../img/business-basic/foot-button-valueup-on.gif);
	height: 27px;
	width: 126px;
}
a:hover.foot-business-design-act {
	background-image: url(../img/business-basic/foot-button-design-on.gif);
	height: 27px;
	width: 126px;
}
a:hover.foot-business-service-act {
	background-image: url(../img/business-basic/foot-button-service-on.gif);
	height: 27px;
	width: 126px;
}
