@charset "utf-8";

@import "../../share/css/base.css";
@import "../../share/css/owner_layout.css";

/* --- base layout --- */


#top {
}


/* --- header --- */


/* --- contents --- */
#contents h1 {
	width: 941px;
	height: 49px;
	margin-bottom: 20px;
	background: url(../images/contact_title.gif) 0 0 no-repeat;
	text-indent: -5000em;
}

#contents #form_area {
	padding-left: 290px;
	background: url(../images/contact_img.jpg) 10px 0 no-repeat;
}

#contents #cntact_table {
	width: 529px;
	margin-bottom: 15px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#contents #cntact_table th,
#contents #cntact_table td {
	padding: 2px 10px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#contents #cntact_table th {
	width: 180px;
	background-color: #f5f5f5;
	border-top: 1px solid #fff;
	font-weight: normal;
}

#contents .button_area {
	margin: 15px 0 35px 0;
}

#contents .button_area input {
	margin-right: 20px;
}

#contents dl dt {
	margin-bottom: 15px;
	background: url(../../about/images/comment_line.gif) 0 bottom no-repeat;
	font-weight: bold;
}

#contents dl dd ul li {
	margin-bottom: 10px;
	padding: 0 0 2px 13px;
	background: url(../../share/images/big_dot_mark2.gif) 2px 0.5em no-repeat;
}

#contents dl dd ul li ul li {
	margin-bottom: 10px;
	padding-left: 10px;
	background: url(../../share/images/dot_mark.gif) 2px 0.75em 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;
}

/* --- 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 */
