@charset "Shift_JIS";

* {
	margin:0;
	padding:0;
}

/* --- 全体の背景・テキスト --- */
body {
	margin:0;
	padding:0;
	background-color: #e6e7e8; /* ページの背景色 */
	color: #000; /* 全体の文字色 */
	font-size: 100%; /* 全体の文字サイズ */
}

/* --- 全体のリンクテキスト --- */
a:link { color: #fff; }
a:visited { color: #fff; }
a:hover { color: #ff0000; }
a:active { color: #ff0000; }

.jisage{
	text-indent: 1em;
}

.full{
	width: 100%;
}

.atred{
	color: #ff3300;
}

.ruby{
	font-size: 0.75em;
}
/*------------------------------------------------------コンテナ --- */
#container {
	width: 950px; /* ページの幅 */
	margin: 0 auto; /* センタリング */
	background: url(../common/sidebar_180.gif) no-repeat; /* 左サイドバーの背景画像 */	
	/*background: url(../common/sidebar_180.gif) no-repeat 0px 540px;  左サイドバーの背景画像 */
	background-color: #ffffff; /* メインカラムの背景色 */

}

#containerInner {
	width: 100%;
}

/*------------------------------------------------------ヘッダ --- */
#header {
	padding: 0;
	background-color: #4d4d4d; /* ヘッダの背景色 */
}

/*------------------------------------------------------左カラム --- */
#nav {
	float: left;
	width: 300px; /* 左サイドバーの幅 */
	padding: 0;
	margin: 0;
	background: #fff;
}

#nav li{
	width: 160px;
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0;
}

#nav a {
	margin: 0;
	padding: 0;
	display: block;
}

#nav ul{
	margin: 0 120px 10px 20px;
	padding: 0;
	background-color: #fff;
}

#nav img{
	border-style: none;
	width: 160px;
	padding: 0;
	margin: 0;
}

/*------------------------------------------------------メインカラム --- */
#content {
	float: left;
	width: 540px; /* メインカラムの幅 */
	padding: 0;
	margin: 0;
}

#contentInner{
	margin: 0;
	padding: 0;
}

#contentInner img{
	padding: 0;
	margin: 0;
}

.imgbox{
	padding-bottom: 15px;
}

#contentInner p{
	font-size: 0.95em;
	padding: 0 2px;
	line-height: 1.5em;
}

/*------------------------------------------------------右カラム --- */
#aside {
	float: left;
	width: 110px; /* 右サイドバーの幅 */
	padding: 20px 0 40px 0;
	background-color: #fff;
}

#aside img {
	margin: 0 20px 0 0;
}

/*------------------------------------------------------footer*/
#footer {
	clear: left; /* フロートのクリア */
	width: 100%;
	padding: 0;
	background-color: #000; /* フッタの背景色 */
	border-top: 2px solid #14CD00;
}

address {
	font-size:0.75em;
	font-style:normal;
	color: #666;
	border-top: 1px solid #666;
	margin: 0px;
	padding:10px;
	text-align:center;
}

/*------------------------------------------------------ヘッダーナビゲーションバー --- */

/* --- ボックス --- */
.section {
	width: 950px; /* ボックスの幅 */
	margin: 0; /* ボックスのマージン（上下、左右） */
	font-size: 90%; /* ボックスの文字サイズ */
	color: #000000; /* ボックスの文字色 */
	font-weight: bold; /* 太字 */
}

/* --- タブエリア --- */
.section .sectionNav {
	width: 100%; /* タブエリアの幅 */
	margin: 0 0 0 28px;
	padding: 0;
	list-style-type: none;
}

.section .sectionNav li {
	position: relative;
	z-index: 1;
	width: 176px; /* タブの幅 */
	height: 48px;
	margin: 0 3px -1px 0; /* タブのマージン（上右下左） */
	background: url(../common/tab_gen_left.gif) no-repeat left top; /* タブの背景（左） */
	border-bottom-style: none;
	text-align: center;
	float: left;
}

/* --- リンク --- */
.section .sectionNav li a {
	display: block;
	position: relative; /* IE6用 */
	padding: 25px 2px 9px 2px; /* リンクエリアのパディング（上右下左） */
	background: url(../common/tab_gen_right.gif) no-repeat right top; /* タブの背景（右） */
	text-decoration: none; /* テキストの下線（なし） */
}

/* --- ポイント時の設定 --- */
.section .sectionNav li a:hover {
	text-decoration: underline; /* テキストの下線（あり） */
}

/* --- アクティブなタブ --- */
.section .sectionNav li.active {
	z-index: 3;
	background: url(../common/tab_act_left.gif) no-repeat left top; /* アクティブタブの背景（左） */

}

.section .sectionNav li.active a {
	background: url(../common/tab_act_right.gif) no-repeat right top; /* アクティブタブの背景（右） */
	color: #fff; /* アクティブタブの文字色 */
}

/* --- ポイント時の設定 --- */
.section .sectionNav li.active a:hover {
	text-decoration: none; /* テキストの下線（なし） */
}

/* --- 本文領域 --- */
.section .textArea {
	clear: left;
	position: relative;
	z-index: 2;
	padding: 0;
	background-color: #ffffff; /* 本文領域の背景色 */
	border-top: 1px #666 solid; /* 本文領域の枠線 */
	border-bottom: 1px #666 solid; /* 本文領域の枠線 */
}

/*------------------------------------------------------個別 --- */
h1{
	color:#333;
	margin: 0 0 10px 0;
	font-size: 1em;
	font-weight: bold;
}

h2{
	color:#fff;
	background-color:  #00a650;
	margin: 20px 0 10px 0;
	padding: 6px 0 4px 10px;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
}

h3{
	color:#ff3300;
	margin: 40px 0 10px 0;
	text-align: center;
	font-size: 1.15em;
	font-weight: bold;
}

#Our_beliefs{
	list-style: decimal inside;
	padding: 0;
	margin: 20px 0;
}

#Our_beliefs li{
	padding-left: 10px;
	margin-top: 10px;
	font-size: 0.85em;
}

#flotebox{
	padding: 0;
	margin: 0;
	clear: left;
}

#leftbox{
	width: 120px;
	padding: 0;
	margin: 0;
	float: left;
}
.data th,td {
	font-weight: normal;
	font-size: 0.75em;
	padding-top: 3px;
	padding-bottom: 2px;
	line-height: 20px;
}

.data th {
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}

table#profile{
	width: 420px;
}

#profile th{
	width: 45px;
}

.padd15{
	padding-top: 15px;
	padding-bottom: 15px;
}