@charset "utf-8";

@import "../../share/css/base.css";
@import "../../share/css/owner_layout.css";

/* --- base layout --- */


#top {
}


/* --- header --- */


/* --- contents --- */
#container #contents {
	width: 932px;
}

#container #contents .l_img {
	float: left;
	width: 248px;
	height: 321px;
	margin-right: 20px;
}

#container #contents .right {
	float: left;
	width: 655px;
	text-align: center;
}

#container #contents h1 {
	width: 941px;
	height: 49px;
	margin-bottom: 15px;
	background: url(../images/consulting_title.gif) 0 0 no-repeat;
	text-indent: -5000em;
}

#container #contents h2 {
	width: 655px;
	height: 51px;
	margin-bottom: 15px;
	background: url(../images/consulting_subtitle.gif) 0 0 no-repeat;
	text-indent: -5000em;
}

#container #contents h3 {
	widows: 650px;
	height: 26px;
	margin-bottom: 20px;
	background: url(../images/consulting_ex_title.gif) 0 0 no-repeat;
	text-indent: -5000em;
}

#container #contents p {
	text-align: left;
}

#container #contents #ex_msg {
	clear: both;
	width: 510px;
	height: 50px;
	margin: 18px 0;
	background: url(../images/consulting_msg.gif) center top no-repeat;
	text-indent: -5000em;
}

#container #contents .consulting_flow {
	margin-top: 20px;
	position: relative;
}

#container #contents p.consulting_flow_msg {
	width: 410px;
	position: absolute;
	top: 10px;
	right: 20px;
	z-index: 5;
}

#container #contents .consulting_img {
	width: 693px;
	margin-left: 20px;
}

#container #contents ul.service_btn {
	margin-top: 47px;
}

#container #contents ul.service_btn li {
	float: left;
	height: 39px;
	margin-right: 12px;
}

#container #contents ul.service_btn li a {
	display: block;
	height: 39px;
	text-indent: -5000em;
	overflow: hidden;
}

#container #contents ul.service_btn li.consulting a {
	width: 211px;
	background: url(../images/consul_btn.jpg) 0 0 no-repeat;
}

#container #contents ul.service_btn li.system a {
	width: 154px;
	background: url(../images/system_btn.jpg) 0 0 no-repeat;
}

#container #contents ul.service_btn li.casestudy a {
	width: 262px;
	background: url(../images/casestudy_btn.jpg) 0 0 no-repeat;
}

#container #contents ul.service_btn li.analysis a {
	width: 151px;
	background: url(../images/analysis_btn.jpg) 0 0 no-repeat;
}

/* --- side_navi --- */


/* --- footer --- */


/* --- clearfix --- */
#top {
	zoom: 1;
}

#top:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#top:after {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html #top {
	height: 1%;
}

#top {
	display: block;
}
/* End hide from IE-mac */

