@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; }


.fee:link{
	color:#000000;
}
.fee:visited{
	color:#808080;
}
.fee:hover{
	color:#ff0000;
}

.jisage{
	text-indent: 1em;
}

.full{
	width: 100%;
}

.atred{
	color: #ff0000;
}

.atwhite{
	color: #fff;
}

.ruby{
	font-size: 0.25em;
}

/*------------------------------------------------------コンテナ --- */
#container {
	width: 950px; /* ページの幅 */
	margin: 0 auto; /* センタリング */
	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: 250px; /* 左サイドバーの幅 */
	padding: 0;
	margin: 0;
}

#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 70px 0 20px;
	padding: 0;
	background-color: #fff;
}

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

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

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

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

.imgbox{
	padding-bottom: 15px;
}

#contentInner p{
	font-size: 0.8em;
	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: #00a650;
	margin: 60px 0 10px 0;
	padding: 6px 0 4px 0;
	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;
}

ul#remuneration_system {
	list-style: url("../common/triangle2.gif") inside;
}

#remuneration_system li {
	color: #333;
	font-weight: bold;
	font-size: 0.85em;
	margin-bottom: 5px;
	padding: 8px 0 7px 30px;
	background: url("../common/gray_listbg2.gif") no-repeat;
}


.wid540{
	width: 540px;
	margin-left: 50px;
}

.wid550{
	width: 550px;
	margin-left: 20px;
}

/*------------------------------------------------------------------table全体 --- */
.t_all{
	border-collapse: collapse;
	font-size: 0.95em;
	margin-bottom: 30px;
} 

.t_all th,td{
	border: 1px solid #333;
	font-weight: normal;
}

/*------------------------------------------------------tableオブザーバー契約 --- */
/*------------------------------------------------------table各種セミナー研修 --- */
.layout1 th,td{
	padding: 10px 20px 10px 15px;
}

.layout1 th{
	text-align: left;
}

/*------------------------------------------------------table各種事業許可・届出申請代行（新規） --- */
.layout2 td{
	text-align: right;
	padding: 2px 20px 2px 15px;
}

.layout2 th {
	background-color: #ffc;
	padding-top:2px;
	padding-bottom:2px;
}

/*------------------------------------------------------table各種事業許可更新申請代行（更新）--- */
.layout3 td{
	text-align: center;
}

.layout3 th {
	background-color: #ffc;
	padding-top:2px;
	padding-bottom:2px;
}

/*------------------------------------------------------table各種契約書等作成 （上の表）--- */
.layout4 th,td{
	padding: 10px 20px 10px 15px;
}

.layout4 th{
	text-align: left;
}

.layout4 td{
	text-align: center;
}

/*------------------------------------------------------table各種契約書等作成（下の表） --- */

.layout5 th{

	padding: 15px;
}

.layout5 td{
	text-align: center;
	padding: 30px;
}
.layout5{
	width: 540px;
	margin: 15px 0 0 50px;
	text-align: center;
	line-height: 20px;
}

/*------------------------------------------------------table抵触日対応コンサルティング--- */
/*------------------------------------------------------table請負要件整備コンサルティング--- */
.layout6 th,td{

}

.layout6 td{
	text-align: center;
}

.layout6 th {
	background-color: #ffc;
	padding-top:2px;
	padding-bottom:2px;
}
