﻿/* --- 全体の設定 --- */
table.all{
	width:100%;
	margin-bottom:0px;
}

/* --- タイトル設定 --- */
.MidashiOsm{
	background-image:url('public.gif')
}

/* --- 左側のメニュー設定 --- */
table.left{
	width:100%;
}

.left1{
	background-image:url('botan5.gif');
	font-size:small;
	height:30px;
	width:130px;
}

td.left1 A:link {
	color: #000000;
}
td.left1 A:visited {
	color: #000000;
}
td.left1 A:hover {
	color: #000000;
}
td.left1 A:active {
	color: #000000;
}

td.LeftMenu{
	vertical-align:top;
	width:135px;
	background-color:#E6E6FA;
}

/* --- 右側のコンテンツ設定 --- */
table.right{
	margin-top:30px;
	width:100%;
	border-collapse:collapse;
	border-spacing:10px;
}
/* --- フォント設定 --- */
.font1{
	font-size:small;
	letter-spacing:0.1em
}
/* --- 「中身」ページの設定 --- */
div#content {
	width: 450px;
	margin: 20px auto 0 auto;
	text-align: left;
	line-height: 1.4em;
	background-color:#FFFFFF;
	font-size : 85%;
}
div#content h3 {
	padding-left: 5px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #696969;
}
/*ここから会社概要等ｃｓｓ*/

table.IOCtable {
    width   :  450px;
    border-spacing:2px 10px;
    margin-top : 8px;
    margin-left:auto;
    margin-right:auto
}
table.IOCtable2 {
    width   :  350px;
    border-spacing:2px 10px;
    margin-top : 8px;
    margin-left:auto;
    margin-right:auto
}

td.IOCtableC {
    width : 25%;
    background-color:#E6E6FA;
    text-align : right;
    color  : #000000;
    font-size : 100%;
}

td.IOCtableD {
    background : #ffffff;
    color : #000000;
     font-size : 100%;
}

td.IOCtableE {
    width : 50%;
    background-color : #ffffff;
    text-align :right;
    color : #000000;
     font-size : 100%;
}
td.IOCtableF {
    background : #E6E6FA;
    color : #000000;
     font-size : 100%;
     text-align:right;
}
td.IOCtableG {
    width : 50%;
    background-color : #E6E6FA;
    text-align :left;
    color : #000000;
     font-size : 100%;
}

