@charset "utf-8";

/*プロパティ順番
////////////////////////////////////////////////////*//*


	Mozillaが採用している「ボックスモデルによる記述順番」

	01 display
	02 list-style
	03 position
	04 float
	05 clear
	06 width
	07 height
	08 margin
	09 padding
	10 border
	11 background
	12 color
	13 font
	14 text-decoration
	15 text-align
	16 vertical-align
	17 white-space
	18 other text
	19 content


///////////////////////////////////////////////////////*/



/*共通設定
////////////////////////////////////////////////////*/
#contents {
	width: 690px;
}


/*tableの設定
////////////////////////////////////////////////////*/

table {
	background: #CCCCCC url(../company/img/bg_table.jpg) repeat-y left top;
	text-align: left;
}


table th {
	width: 128px;
	vertical-align: top;
	padding-top: 12px;
	text-indent: 30px;
	background: #ECF4FF url(../company/img/bg_table.jpg) repeat-y left top;
}

table.history th {
	letter-spacing: 0;
}

table td {
	padding: 12px 0;
	text-indent: 30px;
}

table.outline td {
	padding: 12px 0;
	width: 558px;
	text-indent: 30px;
	letter-spacing: 0;
}

table.history td {
	text-indent: 0;
}

table.history td p {
	margin: 0 10px 0 25px;
}

table.outline td dl {
	margin-top: -20px;
}

table.outline td dl dt {
	font-weight: bold;
	margin-top: 20px;
	font-size: 115%;
	color: #003F8C;
}

table.outline td dl dd {
	margin: 0 0 5px 1em;
}

#contents table p {
	margin-bottom: 0;
	letter-spacing: 0;
}

.bg_color {
	background-color: #F9F9F9;
}

/*アクセスマップの設定
////////////////////////////////////////////////////*/

.osaka {
	overflow: hidden;
}

.osaka img {
	float: left;
}

.osaka ul {
	width: 330px;
	float: right;
}

.tokyo {
	overflow: hidden;
}

.tokyo img {
	float: left;
}

.tokyo ul {
	width: 330px;
	float: right;
}

.olc {
	overflow: hidden;
}

.olc img {
	float: left;
}

.olc ul {
	width: 180px;
	float: right;
}


.osaka li ,.tokyo li ,.olc li {
	margin-bottom: 5px;
}