@charset "UTF-8";

/* CSS Information
	Last Editor: Naoko Kobayashi;
	Editors: Naoko Kobayashi;
	Last Modified: 2009/07/14;
	Guideline: non;
 */

/* ******************************************
 * Table of Contents
 *
 * メイン
 * 会社概要
 * 代表のメッセージ
 * IE6/7ハック
 *
 * ******************************************
 */


/* メイン */
#main {
	position: absolute;
	top: 132px;
	width: 930px;
	height: 581px;
	margin-left: 50px;
	padding: 28px 30px 0 40px;
	background:
		#ffffff
		url(../images/company/bg.jpg)
		left
		top
		no-repeat;
	border-left: 1px solid #636363;
	border-right: 1px solid #636363;
	float: left;
}
#main h1 {
	position: absolute;
	top: 30px;
}
#main-inner {
	position: relative;
	float: right;
}

/* 会社概要 */
#outline {
	width: 490px;
	height: 308px;
	margin-bottom: 30px;
	background:
		url(../images/company/bg_outline.gif)
		left
		top
		no-repeat;
}
#outline p#title {
	position: relative;
	top: 2px;
	left: 2px;
}
#outline table {
	width: 450px;
	margin: 18px 0 0 18px;
}
#outline table td {
	padding: 2px;
	background:
		url(../images/line.gif)
		repeat-x
		bottom;
}
.item {
	display: block;
	width: 80px;
	padding-left: 12px;
	color: #ff0600;
	background:
		url(../images/arrow.gif)
		left
		top
		no-repeat;
}

/* 代表のメッセージ */
#message {
	width: 490px;
	height: 210px;
	margin-bottom: 30px;
	background:
		url(../images/company/bg_message.gif)
		left
		top
		no-repeat;
}
#message p#title {
	position: relative;
	top: 2px;
	left: 2px;
}
.photo {
	margin: 18px 15px 0 15px;
	float: left;
}
.photo img {
	padding: 1px;
	border: solid 1px #676767;
}
.text {
	width: 470px;
	padding-top: 17px;
}


/* IE6/7ハック */
*html .text {
	width: 300px;
}
*html  #main {
	margin-left: 0;
}
*:first-child+html .text {
	width: 300px;
}
*:first-child+html #main {
	margin-left: 0;
}

