@charset "Shift_JIS";

/* ----- For Company ----- */

/* Basic Style */

a:hover, a:active {
	text-decoration: none;
}

/* For Contents */

#contents {
	font-size: 120%;
	line-height: 140%;
}
#contents h2 {
	width: 560px;
	height: 84px;
	margin-bottom: 14px;
	background: url(../images/company_title.jpg) no-repeat left top;
}
#contents #summary {
	width: 524px;
	padding: 0 18px 10px;
	border: 0;
}
#messageContainer h3 {
	width: 122px;
	background: url(../images/message_link.gif) no-repeat right top;
}
#outlineContainer h3 {
	width: 84px;
	background: url(../images/outline_link.gif) no-repeat right top;
}
#strategyContainer h3 {
	width: 84px;
	background: url(../images/strategy_link.gif) no-repeat right top;
}
#worksContainer h3 {
	width: 84px;
	background: url(../images/works_link.gif) no-repeat right top;
}
#historyContainer h3 {
	width: 53px;
	background: url(../images/history_link.gif) no-repeat right top;
}
#messageContainer h3 a {
	width: 111px;
}
#outlineContainer h3 a {
	width: 84px;
}
#strategyContainer h3 a {
	width: 84px;
}
#worksContainer h3 a {
	width: 84px;
}
#historyContainer h3 a {
	width: 53px;
}
.companyContainer {
	width: 529px;
	padding: 13px 12px;
	border: 1px solid #ccc;
	margin-bottom: 4px;
	background: url(../images/company_back.gif) repeat-x left top;
}
.companyContainer img {
	border: 1px solid #ccc;
	float: left;
}
.companyContainer h3 {
	margin-left: 135px;
}
.companyContainer p {
	margin-left: 139px;
}
.companyContainer h3 a {
	display: block;
	height: 25px;
	font-size: 0%;
	text-decoration: none;
}

/* For Sub Navigation */

#subnavi {
	background: #eee url(../images/subnavi_bottom.gif) no-repeat left bottom;
}
#subnavi ul {
	background: url(../images/subnavi_title.gif) no-repeat left top;
}
#subnavi li#naviCompany {
	height: 42px;
}
#subnavi li#naviMessage {
	height: 29px;
}
#subnavi li#naviOutline {
	height: 28px;
}
#subnavi li#naviStrategy {
	height: 27px;
}
#subnavi li#naviWorks {
	height: 27px;
}
#subnavi li#naviHistory {
	height: 27px;
}
#subnavi li#naviCompany a {
	height: 42px;
}
#subnavi li#naviMessage a {
	height: 29px;
	background: url(../images/navi_message.gif) no-repeat left top;
}
#subnavi li#naviMessage a:hover {
	background-position: 0 -29px;
}
#subnavi li#naviOutline a {
	height: 28px;
	background: url(../images/navi_outline.gif) no-repeat left top;
}
#subnavi li#naviOutline a:hover {
	background-position: 0 -28px;
}
#subnavi li#naviStrategy a {
	height: 27px;
	background: url(../images/navi_strategy.gif) no-repeat left top;
}
#subnavi li#naviStrategy a:hover {
	background-position: 0 -27px;
}
#subnavi li#naviWorks a {
	height: 27px;
	background: url(../images/navi_works.gif) no-repeat left top;
}
#subnavi li#naviWorks a:hover {
	background-position: 0 -27px;
}
#subnavi li#naviHistory a {
	height: 27px;
	background: url(../images/navi_history.gif) no-repeat left top;
}
#subnavi li#naviHistory a:hover {
	background-position: 0 -27px;
}

/* For Page Top Link */

#pagetop {
	clear: both;
}

/* float clear */

.companyContainer:after {
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
	overflow:hidden;
	clear: both;
}
.companyContainer {
	/*\*/height: 1%;
	display: inline-table;
}