﻿/* ページ全体の設定 */
.bodyStyle1
{
	font-size: small;
	background-color: #ffffff;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	line-height: 120%;
}
.bodyStyle2
{
	font-size: small;
	color: #000000;
}
.ContentFont {
    font-weight: bold;
    color: #0066ff;
    text-align:left;
    vertical-align: baseline;
}
.TdStyle {
    border-left: solid 1px #0099ff;
    border-right: solid 1px #0099ff;
    border-bottom: solid 1px #0099ff;
}
.TdStyle_A {
    border: solid 1px #0088ff;
}
.TdStyle_B {
    border: solid 1px #0088ff;
    background-color: #0099cc;
}
h2 {
    text-decoration: underline;
}
a:link {
    color:#0066ff;
    text-decoration:none;
}
a:visited {
    color:#0066ff;
    text-decoration:none;
}
a:hover {
    color:#0066ff;
    text-decoration:underline;
}
img {
    border: none;
}
.ContentMenuStyle {
	background-color: #FFFFFF;
}

/* 全体　枠組み --------------*/
/* メイン部 */
.ContentMain 
{
	width: 600px;
	vertical-align: top;
}
/* スペース部 */
.ContentSpace
{
	width: 10px;
}
/* メニュー部 */
.ContentMenu
{
	width: 146px;
	vertical-align: top;
}


/* 会社案内　沿革 */
.HistoryTable1
{
	border-bottom: solid 2px #808080;
	vertical-align: top;
}
.HistoryTable2
{
	vertical-align: top;
	border-bottom: solid 1px #808080;
}

/* 採用状況 募集要項 */
.GuidTable1_Head
{
	background-color: #F3B3AE;
	border-top: solid 1px #B53823;
	border-bottom: solid 1px #FFFFFF;
	text-align: center;
	vertical-align: top;
	width: 100px;
}
.GuidTable1_Main
{
	border-top: solid 1px #B53823;
	border-bottom: solid 1px #808C93;
	vertical-align: top;
	width: 480px;
}
.GuidTable2_Head
{
	background-color: #F3B3AE;
	border-bottom: solid 1px #FFFFFF;
	text-align: center;
	vertical-align: top;
	width: 100px;
}
.GuidTable2_Main
{
	border-bottom: solid 1px #808C93;
	vertical-align: top;
	width: 480px;
}
.GuidTable3_Head
{
	background-color: #F3B3AE;
	border-bottom: solid 1px #B53823;
	text-align: center;
	vertical-align: top;
	width: 100px;
}
.GuidTable3_Main
{
	border-bottom: solid 1px #B53823;
	vertical-align: top;
	width: 480px;
}
