/* CSS information=====================
File name:outline.css
Description:組織概要
Editors:Yukiko Watanabe
Last Editor: Yukiko Watanabe
Date:2009.12.07
Table of Contents:
 *
 *
==================================== */
#index_3{
	height:950px;
	width:900px;
	margin-top:60px;
			}
#index_3 object{
	margin-left:-25px;
			}			
		#index_3 p{
			color:#3399CC;
			font-size:20px;
			font-weight:bold;			
			}	
		.index_compny1{
			float:left;/*左フロート*/
			margin:5px 0 20px 0px;
			width:260px;
			}
			.index_compny1 ul li{
				background: url(../image/common/dots.gif) no-repeat left 4px;
				line-height:130%;
				padding:0 0 10px 15px;
				font-size:14px;	
				}	
		.index_compny2{
			float:left;/*左フロート*/
			margin:5px 0 20px 0;
			width:260px;

			}
			.index_compny2 ul li{
				background: url(../image/common/dots.gif) no-repeat left 4px;
				line-height:130%;
				padding:0 0 10px 15px;
				font-size:14px;	
				}
		.index_compny3{
			float:left;/*左フロート*/
			margin:5px 20px 20px 0;
			}
			.index_compny3 ul li{
				background: url(../image/common/dots.gif) no-repeat left 4px;
				line-height:130%;
				padding:0 0 10px 15px;
				font-size:14px;	
				}



#outline_left {
	height: 600px;
	float: left;/* 左にフロート*/
}
#outline_left img {
	margin: 0 0 5px 0;
}
#outline_right {
	margin: 0 0 0 390px;
}
#outline_right_1, #outline_right_2, #outline_right_3, #outline_right_4 {
	width:430px;
	padding: 10px 0 10px 0;
	border-bottom: dashed 1px #666666;
}
#outline_right div dt {
	float: left;/* 左にフロート*/
	background: url(../image/common/dots.gif) no-repeat left center;
	padding: 0 0 0 15px;
}
#outline_right div dd {
	margin: 0 0 0 100px;
}
h1, h2 {
	color: #3399CC;
	font-size: 16px;
	font-weight: bold;
	line-height: 160%;
}
.clear{
	clear:both;
	}