@charset "utf-8";
/* CSS Document */



#title_index {
	background: url(../images/category/company/common/hed_img.jpg) no-repeat 0px 0px;
	text-indent: -9999px;
	height: 150px;
	margin-bottom: 20px;
}


/*会社案内
--------------------------------------*/

#table_company {
	width: 572px;
	border-top: 1px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
	margin: 0px auto 20px;
}

#table_company th {
	font-weight: normal;
	padding: 5px;
	width: 140px;
	text-align: left;
	background: #F3F3F3;
	border-bottom: 1px solid #C8C8C8;
	border-left: 1px solid #C8C8C8;
}

#table_company td {
	border-bottom: 1px solid #C8C8C8;
	border-left: 1px solid #C8C8C8;
	padding: 5px;
	line-height: 1.4em;
}


/*沿革
--------------------------------------*/

dl#table_history {
	width: 572px;
	border-bottom: 1px dotted #DDDDDD;
	margin: 0px auto 20px;
	line-height: 1.4em;
}

dl#table_history dt {
	border-top: 1px dotted #DDDDDD;
	font-weight: normal;
	padding: 5px;
	width: 160px;
	float: left;
}

dl#table_history dd {
	border-top: 1px dotted #DDDDDD;
	padding: 5px;
	margin-left: 170px;
}


/*アクセス
--------------------------------------*/

.map {
	margin: 0px auto 20px;
	padding: 4px;
	width: 562px;
	border: 1px solid #CCCCCC;
}


/*研究・開発
--------------------------------------*/

.development {
	background: url(../images/category/company/development/development_bg.jpg) no-repeat 0px 0px;
	height: 300px;
	margin-bottom: 30px;
	margin-right: 10px;
	width: 572px;
}

.development h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 5px;
}

.development p {
	margin-bottom: 5px;
}

.development_r {
	float: right;
	text-align: right;
	margin-top: 10px;
}

