@charset "utf-8";
/* CSS Document */
/*--information---------------------------------------------------------
Last update：08/10/02
File name ：business.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(../../business/image/business_title.jpg) no-repeat left top;
}
h3 {
	width: 600px;
	height: 40px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 0;
	clear: both;
	margin-top: 25px;
}
h3#h3_01 {
	background-image: url(../../business/image/business_h3_01.gif);
}
h3#h3_02 {
	background-image: url(../../business/image/business_h3_02.gif);
}
h3#h3_03 {
	background-image: url(../../business/image/business_h3_03.gif);
}
h3#h3_04 {
	background-image: url(../../business/image/business_h3_04.gif);
}
h3#h3_05 {
	background-image: url(../../business/image/business_h3_05.gif);
}
h3#h3_06 {
	background-image: url(../../business/image/business_h3_06.gif);
}
h3#h3_02,h3#h3_03,h3#h3_04,h3#h3_05,h3#h3_06 {margin-top: 30px;}
/* サブメニュー
===================================*/
#leftArea p {
	width: 180px;
	height: 30px;
	background: url(../../business/image/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;
}

/* 事業案内
===================================*/
.textBox01 {
	margin: 15px 5px 0 0;
	padding: 0/* 0 20px;
	border-bottom: dotted 1px #ccc*/;
}
.textBox01 img {
	width: 160px;
	float: left;
	background: #ccc;
	margin: 0 15px 0 0;
}
.textBox01 p {
	width: 420px;
	float: right;
	text-indent: 1em;
}
.textBox01 p.textR {
	width: 8em;
	background: url(../../image/icon_orenge.jpg) no-repeat 0 6px;
	text-align: right;
	text-indent: 0;
	padding: 0 0 0 10px;
	margin: 5px 0 0;
	float: right;
	clear: right;
}
