@charset "UTF-8";

/* =======================================================
	TOP CSS - modified on 09.10.31
	written by GRAM | グラム
	http://www.brooklyn.jp/
	
	01 CONTENT SETTING
	02 DETAIL SETTING
	03 SIDE MENU SETTING
	04 UTILITIES
======================================================= */



/* =======================================================
	01 CONTENT SETTING
======================================================= */



#header_image {
	width: 892px;
	height: 197px;
	margin: 3px auto 0;
	background-position: top left;
	background-repeat: no-repeat;
}
#header_image h2 {
	text-indent: -5000em;
}


.company_info_content {
	width: 615px;
	height: auto;
	padding-top: 60px;
	background: url(../../../imgs/title/company_information.jpg) top left no-repeat;
}

.business_philosophy_content {
	width: 615px;
	height: auto;
	padding-top: 60px;
	background: url(../../../imgs/title/business_philosophy.jpg) top left no-repeat;
}

.related_link_content {
	width: 615px;
	height: auto;
	padding-top: 60px;
	background: url(../../../imgs/title/related_link.jpg) top left no-repeat;
}



/* =======================================================
	02 DETAIL SETTING
======================================================= */



ul.info_list_table {
	width: 615px;
	height: auto;
	margin: 30px 0 35px;
	padding: 2px 0 0;
	background: url(../../../imgs/common/double_line.gif) top left repeat-x;
}

ul.info_list_table li {
	height: auto;
	padding: 2px 0 4px !important;
	padding: 2px 0;
	background: url(../../../imgs/common/double_line.gif) bottom left repeat-x;
}

table {
	width: 615px;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
	.info_list_table table tr {
		width: 615px;
	}
	.info_list_table table td {
		padding: 11px 0 11px 25px;
	}
	

.business_philosophy_content .philosophy_image {
	width: 180px;
	float: left;
}
	.philosophy_image img {
		padding: 7px;
		background: #E2E9EC;
	}

.business_philosophy_content .philosophy_text {
	width: 435px;
	height: auto;
	float: left;
}


table.list_table {
	width: 615px;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	background: url(../../../imgs/common/double_line.gif) top left repeat-x;
}
	.list_table tr {
		width: 615px;
		background: url(../../../imgs/common/double_line.gif) bottom left repeat-x;
	}
	.list_table td {
		padding: 15px 0 15px 20px;
	}



/* =======================================================
	03 SIDE MENU SETTING
======================================================= */



.side_menu {
	width: 205px;
	height: auto;
	margin: 0 0 30px;
}
.side_menu .side_menu_title {
	width: 205px;
	height: 60px;
	text-indent: -5000em;
	background: url(../../../imgs/side/side_title_company.jpg) top left no-repeat;
}
.side_menu ul {
	width: 197px;
	margin: 0 0 0 4px;
	padding: 1px 0 0;
	background: url(../../../imgs/common/dot_line_blue.gif) top left repeat-x;
}
	.side_menu ul li {
		height: 39px;
		margin: 2px 0 0;
		padding: 0 0 3px;
		text-indent: -5000em;
		overflow: hidden;
		background: url(../../../imgs/common/dot_line_blue.gif) bottom left repeat-x;
	}
	.side_menu ul li a {
		width: 197px;
		height: 39px;
		display: block;
		cursor: pointer;
	}
	
	
	.side_menu ul li a.side_company01 {
		background: url(../../../imgs/side/menu/side_company01.jpg) 0 0;
	}
	.side_menu ul li a.side_company02 {
		background: url(../../../imgs/side/menu/side_company02.jpg) 0 0;
	}
	.side_menu ul li a.side_company03 {
		background: url(../../../imgs/side/menu/side_company03.jpg) 0 0;
	}
	.side_menu ul li a:hover {
		background-position: 0 -39px;
	}



/* =======================================================
	04 UTILITIES
======================================================= */



.slash_line { width: 615px; }


/* clear float */
.business_philosophy_content:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.business_philosophy_content {
	display: inline-table;
	min-height: 1px;
}
* html .business_philosophy_content {
	height: 1%;
}
.business_philosophy_content {
	display: block;
}

