﻿@charset "utf-8";

/* -----------------------------------------------
北のたまゆら
会社概要(/outline/index.html) CSS

Creator    : sue/waka
LastUpdate : 08/04/04
----------------------------------------------- */

/* ===============================================
【基本構成】

1.左側のコンテンツの設定
2.右側のコンテンツの設定
=============================================== */

/* -----------------------------------------------------------------------------
1.左側のコンテンツの設定
----------------------------------------------------------------------------- */

#leftContents {
	background: url("../img/outlineBack.gif") no-repeat left bottom;
}

	#leftContents #company {
		margin-top: 45px;
		margin-left: 10px;
	}
		#leftContents #company table {
			width: 500px;
			border: 1px solid #F69E14;
		}
		#leftContents #company caption {
			font-size: 180%;
			font-weight: bold;
			text-align: center;
			padding-bottom: 5px;
			letter-spacing: 1em;
			color: #F67808;
		}
		#leftContents #company th,td {
			padding: 6px;
			/*font-size: 110%;*/
			line-height: 1.2;
		}
		#leftContents #company th {
			vertical-align: middle;
			font-weight: normal;
			border-right: 1px solid #F69E14;
		}
			#leftContents #company .grayBack {
				background-color: #FDE195;
			}


/* -----------------------------------------------------------------------------
2.右側のコンテンツの設定
----------------------------------------------------------------------------- */

#rightContents {
	text-align: center;
}

	#rightContents .navigation {
		width: 224px;
		margin: 0 auto;
		padding-top: 65px;
	}
		#rightContents .navigation ul li {
			margin-bottom: 7px;
		}
