@charset "utf-8";

/* import
----------------------------------------------- */
@import "font.css";
@import "common.css";

/* headline
----------------------------------------------- */
h1,
h2 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

/* menu
----------------------------------------------- */
#menu .m04 a,
#menu .m04 a:hover {
	background: url(../common/menus.gif) no-repeat -446px -42px;
}

/* title
----------------------------------------------- */
#title h1 {
	margin: 20px auto 0;
	width: 900px;
	height: 120px;
	background: url(../company/images/h1.gif) no-repeat;
}

/* outline title
----------------------------------------------- */
#outline_title h2 {
	margin: 0 auto;
	width: 830px;
	height: 40px;
	background: url(../company/images/h2_00.gif) no-repeat;
}

/* profile title
----------------------------------------------- */
#profile_title h2 {
	margin: 25px auto 0;
	width: 830px;
	height: 40px;
	border-bottom: 3px solid #b4b4b4;
	background: url(../company/images/h2_01.gif) no-repeat;
}

/* history title
----------------------------------------------- */
#history_title h2 {
	margin: 25px auto 0;
	width: 830px;
	height: 40px;
	background: url(../company/images/h2_02.gif) no-repeat;
}

/* outline
----------------------------------------------- */
#outline table {
	margin: 0 auto;
	width: 830px;
	text-align: left;
	border-top: 3px solid #b4b4b4;
	border-collapse: collapse;	
}
#outline th {
	padding: 5px 15px 5px 0;
	border-right: 1px dotted #b4b4b4;
	border-bottom: 1px solid #b4b4b4;
	white-space: nowrap;
}
#outline td {
	padding: 5px 0 5px 5px;
	border-bottom: 1px solid #b4b4b4;
}
#outline ol {
	margin: 0 0 0 25px;
	padding: 0;
}
#outline iframe {
	margin: 5px 0 0;
	padding: 0;
	width: 500px;
	height: 250px;
	border: 0;
}

/* profile
----------------------------------------------- */
.profile {
	margin: auto;
	padding: 0 0 15px;
	width: 830px;
	text-align: left;
	border-bottom: 1px solid #b4b4b4;
}
.profile_left {
	float: left;
	padding: 15px 0 0;
	width: 180px;
}
.profile_right {
	float: right;
	padding: 5px 0 0;
	width: 630px;
}
.profile_left p {
	margin: 0;
	padding: 0;
}

/* profile name
----------------------------------------------- */
#name_yamada {
	width: 630px;
	height: 60px;
	text-indent: -9999px;
	background: url(../company/images/name_yamada.gif) no-repeat;
}
#name_hidaka {
	width: 630px;
	height: 60px;
	text-indent: -9999px;
	background: url(../company/images/name_hidaka.gif) no-repeat;
}
#name_kiryu {
	width: 630px;
	height: 60px;
	text-indent: -9999px;
	background: url(../company/images/name_kiryu.gif) no-repeat;
}
#name_ueda {
	width: 630px;
	height: 60px;
	text-indent: -9999px;
	background: url(../company/images/name_ueda.gif) no-repeat;
}

/* history
----------------------------------------------- */
#history {
	padding: 0 0 50px;
}
#history table {
	margin: auto;
	width: 830px;
	text-align: left;
	border-top: 3px solid #b4b4b4;
	border-collapse: collapse;	
}
#history th {
	padding: 5px 10px;
	text-align: center;
	border-bottom: 1px solid #b4b4b4;
	background: #ebebeb;
	white-space: nowrap;
}
#history td {
	padding: 5px 0 5px 10px;
	border-bottom: 1px solid #b4b4b4;
}
#history ol {
	margin: 0 0 0 25px;
	padding: 0;
}
#history .month {
	padding: 5px 15px 5px 5px;
	text-align: right;
}

/* clear
----------------------------------------------- */
.profile:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
