@charset "utf-8";
/* CSS Document */
/*--information---------------------------------------------------------
Last update：08/10/01
File name ：company.css
Site name：株式会社ハドル
Summary：会社概要ページ用css。
Copyright：Copyright (c) 2008 HUDDLE Co,ltd. ALL RIGHTS RESERVED
-------------------------------------------------------------------------*/
#container {
	background: #fff;
}
#leftArea {
	width: 180px;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: left;
}
#rightArea {
	width: 600px;
	height: auto;
	margin: 0;
	padding: 0px;
	float: right;
}
h2 {
	width: 600px;
	height: 120px;
	margin: 0 0 30px;
	padding: 0px;
	text-indent: -5000px;
	background: url(../../image/company/company_title.jpg) no-repeat left top;
}
h3 {
	width: 600px;
	height: 40px;
	text-indent: -9999px;
	margin: 0 0 15px;
}
h3#greeting {
	background: url(../../image/company/company_h3_01.gif) no-repeat 0 0;
}
h3#overview {
	background: url(../../image/company/company_h3_02.gif) no-repeat 0 0;
}
h3#mark {
	background: url(../../image/company/company_h3_03.gif) no-repeat 0 0;
}

/* サブメニュー
===================================*/
#leftArea p {
	width: 180px;
	height: 30px;
	background: url(../../image/company/submenu_title.jpg) no-repeat 0 0;
	text-indent: -9999px;
}
#leftArea ul {
	height: 410px;
	background: url(../../image/submenu_bk.jpg) no-repeat 0 0;
}
#leftArea li {
	margin: 0 0 0 10px;
	list-style: none;
}
#leftArea li a {
	width: 150px;
	padding: 8px 0 8px 20px;
	background: url(../../image/submenu_icon.jpg) no-repeat 6px 12px;
	border-bottom: dotted 1px #ccc;
	display: block;
}
#leftArea li a:link, 
#leftArea li a:active {
	color: #333333;
	text-decoration: none;
}
#leftArea li a:visited {
	color: #666666;	
	text-decoration: none;
}
#leftArea li a:hover {
	color: #999999;
	text-decoration: underline;
}
/* 会社概要
===================================*/
/*#company {
	border-collapse: separate;
	border-spacing: 4px;
	margin: 0 5px;
}
#company th,#company td {
	padding: 13px;
}
#company th {
	width: 100px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	border-bottom: solid 1px #cfcfcf;
	background: #f9faf7;
}
#company td {
	border-bottom: solid 1px #e2e2e2;
}*/
.overview {
	width: 100%;
	border-collapse: collapse;
	border-top: dotted 1px #ccc;
}
.overview th,.overview td {
	padding: 10px;
	border-bottom: dotted 1px #ccc;
}
.overview th {
	width: 150px;
	font-weight: normal;
	text-align: left;
	background: #E8F3CF;
}
.overview td {
}
table.overview p {
	font-size: 0.9em;
}

.textA {
	margin: 20px 0;
}
.textB {
	width: 170px;
	height: 40px;
	margin: 0 0 25px auto;
	text-indent: -9999px;
	background: url(../../image/company/kameoka.gif) no-repeat 0 0;
}

