/* ----------------------------------------------------------- */
/* 全体共通          　　　　                                  */
/* ----------------------------------------------------------- */

/* テキストリンク、とりあえずはデフォルトカラーで */
a:link { text-decoration: none }
a:visited { text-decoration: none }
a:active { text-decoration: none } 
a:hover { text-decoration: underline } 

/* 通常文字サイズ指定 */
.text-main {font-size: 80%;}
.text-opt {font-size: 75%;}

h1 { display:block; font-size:120%;} 
h2 { display:inline; font-size:110%;} 
h3 { display:inline; font-size:100%;} 
h4 { display:inline; font-size:100%;} 
h5 { display:inline; font-size:100%;} 





/* ----------------------------------------------------------- */
/* 各フレーム背景    　　　　                                  */
/* ----------------------------------------------------------- */

/* ヘッダ背景 */
body.header {
	background:  url(images/bg_header.gif);
	margin: 0px;
}

/* 一覧背景 */
body.list {
	background:  url(images/bg_list.gif);
	margin-left: 35px;
}

/* メニュー背景 */
body.menu {
	background:  url(images/bg_menu.gif);
	margin: 0px;
	margin-top: 50px;
	margin-left: 35px;
}	

/* 本文背景 */
body.main {
	background:  url(images/bg_main.gif);
	margin: 0px;
	margin-top: 4px;
	margin-left: 8px;
}





/* ----------------------------------------------------------- */
/* 本文インデント等  　　　　                                  */
/* ----------------------------------------------------------- */

/* ヘルプ・ユーザーメモ本文 */
.honbun {
	width: 525px;
	margin-left: 24px;
	line-height: 140%;
}

/* ヘルプ本文リスト */
.honbun-list {
	position: relative;
	top: -26px;
	width: 666px;
	margin-left: 24px;
	line-height: 140%;
}

/* グループ化枠線 */
.group-base-border {
	background-color: #047B73;
}

/* グループ化背景 */
.group-base-main {
	padding: 10px;
	padding-top: 2px;
	background-color: #ffffff;
	line-height: 140%;
}

/* リストインデント第一〜第四階層 */
.list-item-1 {margin-left: 0px; font-weight: bold;}
.list-item-2 {margin-left: 24px;}
.list-item-3 {margin-left: 48px;}
.list-item-4 {margin-left: 72px;}

/* リスト区切り点線 */
.list-item-separater {
	width: 630px;
	border-bottom: 1px dotted #047B73;
	margin-top: 4px;
	margin-bottom: 4px;
}





/* ----------------------------------------------------------- */
/* ページタイトル     　　　　                                 */
/* ----------------------------------------------------------- */

/* ページタイトル背景・ユーザメモ */
.area-title-memo {
	margin-top: 8px;
	background: url(images/title_memo.png);
	background-repeat:no-repeat;
	height: 100px;
}

/* ページタイトル背景・ヘルプ */
.area-title-help {
	margin-top: 8px;
	background: url(images/title_help.png);
	background-repeat:no-repeat;
	height: 100px;
}

/* ページタイトル文字サイズ　*/
.page-title {
	margin-left: 24px;
	font-size:120%;
	font-weight: bold;
}

/* タイトル下部ライン・本文　*/
.page-title-line {
	margin-left: 15px;
	width: 530px;
	border-bottom: 1px solid #047B73;
}

/* タイトル下部ライン・一覧　*/
.page-title-list-line {
	margin-left: 15px;
	width: 690px;
	border-bottom: 1px solid #047B73;
}





/* ----------------------------------------------------------- */
/* ページタイトル     　　　　                                 */
/* ----------------------------------------------------------- */

/* 関連ヘルプ枠線　*/
.area-relatedlinks {
	width: 150px;
	color: #000000;
	padding: 4px;
	border: 1px solid #047B73;
	background-color: #ffffff;
	margin-bottom: 12px;
	line-height: 140%;
}

/* ユーザーメモ枠線　*/
.area-usermemo {
	width: 150px;
	color: #000000;
	padding: 4px;
	border: 1px solid #047B73;
	background-color: #ffffff;
	margin-bottom: 12px;
	line-height: 140%;
}

.menu-midashi {
	color: #047B73;
	font-weight: bold;
	border-bottom: 1px dotted #047B73;
	padding-bottom: 4px;
	margin-bottom: 8px;
}





/* ----------------------------------------------------------- */
/* リンク　　　　     　　　　                                 */
/* ----------------------------------------------------------- */

/* ページ内アンカー */
.pageanchor {
	background:  url(images/icon/icn_go_down.gif);
	background-repeat:no-repeat;
	font-size: 75%;
	padding: 2px;
	padding-left: 22px;
	padding-top: 0px;
}

/* ページの先頭へ移動 */
.gototop {
	background:  url(images/icon/icn_go_up.gif);
	background-repeat:no-repeat;
	padding: 2px;
	padding-left: 22px;
	padding-top: 0px;
}

.go-prev {
	background:  url(images/icon/icn_go_prev.gif);
	background-repeat:no-repeat;
	font-size: 75%;
	padding: 2px;
	padding-left: 20px;
	padding-top: 0px;
}

.go-prev-noact {
	background:  url(images/icon/icn_go_prev_noact.gif);
	background-repeat:no-repeat;
	font-size: 75%;
	color: #555555;
	padding: 2px;
	padding-left: 20px;
	padding-top: 0px;
}

.go-next {
	background:  url(images/icon/icn_go_next.gif);
	background-position: right;
	background-repeat:no-repeat;
	font-size: 75%;
	padding: 2px;
	padding-right: 22px;
	padding-top: 0px;
}

.go-next-noact {
	background:  url(images/icon/icn_go_next_noact.gif);
	background-position: right;
	background-repeat:no-repeat;
	font-size: 75%;
	color: #555555;
	padding: 2px;
	padding-right: 22px;
	padding-top: 0px;
}

.go-up {
	background:  url(images/icon/icn_go_up.gif);
	background-repeat:no-repeat;
	font-size: 75%;
	padding: 2px;
	padding-left: 20px;
	padding-top: 0px;
}

.go-up-noact {
	background:  url(images/icon/icn_go_up_noact.gif);
	background-repeat:no-repeat;
	font-size: 75%;
	color: #555555;
	padding: 2px;
	padding-left: 20px;
	padding-top: 0px;
}

.go-down {
	background:  url(images/icon/icn_go_down.gif);
	background-position: right;
	background-repeat:no-repeat;
	font-size: 75%;
	padding: 2px;
	padding-right: 20px;
	padding-top: 0px;
}

.go-down-noact {
	background:  url(images/icon/icn_go_down_noact.gif);
	background-position: right;
	background-repeat:no-repeat;
	font-size: 75%;
	color: #555555;
	padding: 2px;
	padding-right: 20px;
	padding-top: 0px;
}

/* 分割 */
.go-separate{
	font-size: 75%;
	padding: 2px;
	padding-right: 20px;
	padding-top: 0px;
}





/* ----------------------------------------------------------- */
/* word 書き出し用    　　　　                                 */
/* ----------------------------------------------------------- */

p {
	font-size: 80%;
	padding: 2px;
}

td.midashi {
	background-color: #229891;
	padding: 2px;
	color: #ffffff;
}

td.tbl-head {
	background-color: #DCF5F3;
}

td.tbl-item {
	font-size: 80%;
	padding: 2px;
	padding-right: 6px;
	line-height: 140%;
}