@charset "Shift_JIS";

/*--------------------------------------------------------------------
company.html
company.css
--------------------------------------------------------------------*/
div#Title {
	width: 900px;
	height: 55px;
	margin: 0 0 20px 0;
	background: url(../../img/company/title.jpg) no-repeat left top;
	text-indent: -99999px;
	overflow: hidden;
}

/*社長挨拶*/
div#Main div#President {
	margin: 0;
}

div#Main div#President h3 {
	height: 40px;
	background: url(../../img/company/sub_t01.gif) no-repeat left top;
	text-indent: -99999px;
	overflow: hidden;
}

div#Main div#President div#IdeaText {
	height: 20px;
	margin: 30px 0 30px 0;
	background: url(../../img/company/idea_t.png) no-repeat center top;
	text-indent: -99999px;
	overflow: hidden;
}

div#Main div#President div#IdeaText * {
	display: none;
}

div#Main div#President table {
	width: 650px;
	margin: 15px auto 0 auto;
	border-collapse: collapse;
	border: 0 none;
}

div#Main div#President table tr td {
	padding: 0;
	border: 0 none;
	text-align: left;
	vertical-align: top;
}

div#Main div#President table tr td p {
	letter-spacing: 0.1em;
}

div#Main div#President table tr td p strong {
	display: block;
	height: 20px;
	background: url(../../img/company/president_name.png) no-repeat right top;
	text-indent: -99999px;
	overflow: hidden;
}

/*会社概要*/
div#Main div#Outline {
	margin: 70px 0 0 0;
}

div#Main div#Outline h3 {
	height: 40px;
	background: url(../../img/company/sub_t02.gif) no-repeat left top;
	text-indent: -99999px;
	overflow: hidden;
}

div#Main div#Outline table {
	width: 650px;
	margin: 15px auto 0 auto;
	border-collapse: collapse;
	border: 0 none;
}

div#Main div#Outline table tr th {
	width: 25%;
	padding: 8px 10px;
	background: #d5f1a8;
	border: 1px solid #aaa;
	text-align: left;
	vertical-align: top;
}

div#Main div#Outline table tr td {
	width: 75%;
	padding: 5px 10px;
	border: 1px solid #aaa;
	text-align: left;
	vertical-align: middle;
}

div#Main div#Outline table tr td dl dt {
	font-weight: bold;
}

div#Main div#Outline table tr td dl dd#First {
	margin: 0 0 10px 0;
}

div#Main div#Outline table tr td dl dd a {
	margin: 0 0 0 1.5em;
	text-decoration: underline;
	color: #96db26;
}

div#Main div#Outline table tr td dl dd a:hover {
	text-decoration: none;
}


/*サイド*/
div#Side h2 {
	height: 40px;
	background: url(../../img/company/menu_t.jpg) no-repeat left top;
	text-indent: -99999px;
	overflow: hidden;
}