@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 .right {
	float: right;
	width: 400px;
	margin-right: 10px;
}

#container #contents .left {
	float: left;
	width: 500px;
}

#container #contents h1 {
	width: 941px;
	height: 49px;
	margin-bottom: 15px;
	background: url(../images/system_title.gif) 0 0 no-repeat;
	text-indent: -5000em;
}

#container #contents h2 {
	width: 285px;
	height: 23px;
	margin-top: 30px;
	margin-bottom: 15px;
	background: url(../images/system_subtitle.gif) 0 0 no-repeat;
	text-indent: -5000em;
}

#container #contents h3 {
	clear: both;
	widows: 918px;
	height: 26px;
	margin: 20px 0;
	background: url(../images/system_ex_title.gif) 0 0 no-repeat;
	text-indent: -5000em;
}

#container #contents dl {
	width: 400px;
}

#container #contents dl dt {
	font-weight: bold;
}

#container #contents #ex {
	background: url(../images/system_ex_bg.jpg) right top no-repeat;
}

#container #contents #ex li {
	width: 415px;
	margin-bottom: 3px;
	padding-left: 10px;
	background: url(../images/system_list_mark.gif) 0 0.7em no-repeat;
}

#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;
}

#container #contents .section {
	clear: both;
	margin-bottom: 34px;
	overflow: hidden;
}

/* --- 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 */

