/*----------------------------------------------*/
/*                                              */
/*   Style Sheet for FE-NET                     */
/*   Author: Sachio Kusumoto                    */
/*   Date:   May 16, 2011                       */
/*                                              */
/*----------------------------------------------*/

/*------------------------------*/
/*   HTML Tag Styles            */
/*------------------------------*/

/* 各要素のmergin, paddingの正規化 */
body, div, ol, ul, li, h1, h2, h3, h4, h5, p, th, td {
	margin: 0;
	padding: 0;
}

/* 見出し要素のフォントサイズの正規化 */
h1, h2, h3, h4, h5 {
	font-size: 100%;
}

/* ol, ul要素のlist-styleを削除 */
ol, ul {
	list-style: none;
}

/* img要素のボーダーをゼロに */
img {
	border: 0px;
}

body {
	text-align: center;
	background: white;
	background: #e4eaef;
	-webkit-text-size-adjust: 100%;
}

h2, h3, h4 {
	font-weight: bold;
	margin: 0 0 0.5em 0
}

table {
	border-collapse: collapse;
}

a:link { text-decoration:none; color: #0066cc;}
a:visited { text-decoration:none; color: #0066cc;}
a:hover { text-decoration:none; color: #e5973e;}
a:active { text-decoration:none; color: #e5973e; }

/*------------------------------*/
/*   全体レイアウト             */
/*------------------------------*/
#layout {
	position: relative;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

/*------------------------*/
/*   ヘッダ領域           */
/*------------------------*/
#header {
	position: relative;
	top: 0px;
	left: 0px;
	height: 138px;
	width: 100%;
	/*width: 981px;*/
	/*width: 1004px;
	padding-left: 20px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	/*background: url(../img/tds_bannerw.jpg) no-repeat;*/
	background: url("../img/tds_banner_for_web_font.png") no-repeat;
	/*border-top: #acbece solid 2px;
	border-bottom: #acbece solid 4px;*/
	cursor: default;
}

#header #tramp-logo {
	position: absolute;
	left: 30px;
	top: 40px;
	width: 148px;
	height: 38px;
	cursor: pointer;
}

#header #fenet-title {
	width: 80%;
	font-size: 32pt;
	font-family: Lato, sans-serif;
	font-weight: 300;
	color: white;
	position: absolute;
	left: 212px;
	top: 10px;
}

#header #sub-title {
	position: absolute;
	width: 50%;
	font-size: 16pt;
	font-family: Lato, sans-serif;
	font-weight: 300;
	color: #7aafde;
	left: 480px;
	top: 65px;
}

/*------------------------*/
/*   フッター領域           */
/*------------------------*/
#footer {
	width: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 0.5em 0 1em 0;
}

/*------------------------------*/
/*   言語切り替え         */
/*------------------------------*/
#language {
	position: absolute;
	top: 5px;
	left: 934px;
}

#glossary-btn-div {
	position: absolute;
	/*top: 85px;
	left: 934px;*/
    top: 5px;
    left: 850px;
	z-index: 9;
}

.ezui-link-btn {
	font-size: 8pt;
}

.ezui-link-btn img {
	vertical-align: middle;
	margin-right: 2px;
}

.ezui-link-btn a {
	display: block;
	width: 80px;
	height: 16px;
	padding: 2px;
}

.ezui-link-btn a:link,
.ezui-link-btn a:visited {
	color: white;
}

.ezui-link-btn a:hover {
	display: block;
	width: 80px;
	height: 16px;
	background: url(../img/ezui_btn_back.png) repeat-x;
	color: #e5973e;
}

/*------------------------------*/
/*   ログイン・フォーム         */
/*------------------------------*/
#login {
	position: absolute;
	top: 30px/*15px*/;
	left: 812px/*765px*/;
	left: 800px;
	color: white;
	/*width: 100px;*/
	width: 200px;
	font-size: 9pt;
}

#login .input-txt {
	height: 14px;
	width: 100px;
	margin-bottom: 6px;
}

#login .input-cb {
	vertical-align: middle;
}

#login .keep-login {
	font-size: 8pt;
	padding-right: 2px;
}

#login .user-name {
	display: block;
	margin-bottom: 5px;
}

#login .button {
	font-size: 8pt;
}

/*------------------------------*/
/*   従来のFE-NETへのリンク         */
/*------------------------------*/
#link-to-old-div {
	position: absolute;
	top: 74px;
	left: 215px;
	/*color: white;*/
}

.link-to-page {
	color: white;
}

.link-to-page a:link { text-decoration:none; color: white;}
.link-to-page a:visited { text-decoration:none; color: white;}
.link-to-page a:hover { text-decoration:none; color: #e5973e;}
.link-to-page a:active { text-decoration:none; color: #e5973e; }

.link-to-page img {
	vertical-align: middle;
}

/*------------------------------*/
/*   メイン・コンテンツ         */
/*------------------------------*/
#content, #content-wide {
	top: 138px;
	left: 0px;
	width: 1000px;
	min-height:500px;
	/*height: auto;*/
	padding: 8px 12px;
	/*font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background: white;
	text-align: left;
}

/* 本文スタイル */
#content p, #content-wide p {
	color: #333333;
	/*font-size: 90%;*/
	line-height: 125%;
	/*margin: 1em;*/

}

#content h2, #content-wide h2 {
	/*width: 100%;*/
	/*color: white;*/
	height: 28px;
	/*background: #601f17;*/
	padding-left: 1em;
	padding-top: 8px;
	font-family: Arial;
	font-size: 120%;
	/*background: url(../img/th_back.png) repeat-x;*/
}

/* リンクエリアがある場合のコンテンツエリア */
#content-main {
	width: 860px;
}

/*-----------------------*/
/*   jQuery UIのタブ・エリア     */
/*-----------------------*/
div#tabs {
	font-size: 90%;
}

/*------------------------------*/
/*   ドロップダウン・メニュー     */
/*------------------------------*/
#dropdown-menu {
	position: absolute;
	top: 106px;
	/*left: 60px;*/
	left: 10px;
	text-align: left;
	font-size:	9pt;
	font-family: Arial, Helvetica, sans-serif;
}

#dropdown-menu a.easyui-menubutton {
	color: white;
}
#dropdown-menu a:hover.easyui-menubutton {
	color: black;
}

/*------------------------------*/
/*   ページ・タイトル     */
/*------------------------------*/
#page-title {
	position: relative;
	width: 320px;
	height: 31px;
	background: white url("../img/breadcrumb.jpg") no-repeat;
	/*margin-bottom: 4px;*/
	margin-bottom: 1em;
}

/* 上位メニュー */
#page-title h2 {
	position: absolute;
	width: 150px;
	margin: 0;
	padding: 0;
	left: 0;
	top: 8px;
	text-align: center;
	color: #2779aa;
	font-size: 9pt;
	font-weight: bold;
}

/* 下位メニュー */
#page-title h3 {
	position: absolute;
	width: 167px;
	margin: 0;
	padding: 0;
	left: 153px;
	top: 8px;
	text-align: center;
	color: white;
	font-size: 9pt;
	font-weight: bold;
	border-width: 0;
}

/*------------------------------*/
/*   記事検索               */
/*------------------------------*/
#search-box {
	float: right;
	/*width: 440px;*/
	/*width: 450px;*/
	width: 380px;
	height: 50px;
	margin: 0 40px 10px 0;
	padding: 10px;
	font-size: 9pt;
	background-color: #e0eef7;
	border: solid 1px #aed0ea;
}

#search-box input {
	/*vertical-align: middle;*/
}

#search-box label {
	color: #666;
}

#search-box td {
	padding: 2px;
}

/*------------------------------*/
/*   用語ヘルプ               */
/*------------------------------*/
#glossary-box {
	float: right;
	margin-left: 20px;
	margin-right: 10px;
}

/*------------------------------*/
/*   共通スタイル               */
/*------------------------------*/
.color-red {
	color: red;
}

.color-blue {
	color: blue;
}

.color-green {
	color: green;
}

.color-orange {
	color: #FF8135;
}

.align_left {
	text-align: left;
}

.align_center {
	text-align: center;
}

.align_right {
	text-align: right;
	}

.corner-cut {
	font-size: 10pt;
	width: 192px;
	height: 18px;
	color: white;
	background: #9987BC /*#467EB0 #163570*/ url(/img/white_cut.gif) no-repeat;
	margin: 0;
	margin-bottom: 5px;
	padding: 3px 0px 1px 1em;
}

.corner-cut-wide {
	width: 240px;
}

.nowrap {
	white-space: nowrap;
}

.clear {
	clear: both;
}

.bold {
	font-weight: bold;
	font-size: 100%;
}

.kome-bullet {
	color: #b22222;
}

.kome-list {
	font-size: 9.5pt;
	margin: 4px 0px 10px 4px;
	line-height: 1.5;
	text-align: left;
}

.kome-list li {
	padding: 0 0 0 12px;
	background: transparent url(/img/kome_bullet.png) left center no-repeat;
}

/* シャドウボックス内 */
.kome-list-shadow {
	font-size: 9pt;
	margin: 4px 0px 10px 62px;
	line-height: 150%;
	text-align: left;
}

.kome-list-shadow li {
	padding: 0 0 0 12px;
	background: transparent url(/img/kome_bullet_yellow.png) left center no-repeat;
}

.kome-list li.nobullet, .kome-list-shadow li.nobullet{
	background: #fff;
}

.hidden {
	display: none;
}

.pointer {
	cursor: pointer;
}

#content .trial-prohibited-msg,
#content-wide .trial-prohibited-msg {
	margin: 50px 0 0 200px;
	color: #b22222;
	font-size: 12pt;
}

#content .trial-prohibited-title,
#content-wide .trial-prohibited-title {
	margin: 40px 0 10px 200px;
	color: #b22222;
	font-size: 10pt;
}

#content .trial-prohibited-img,
#content-wide .trial-prohibited-img {
	display: block;
	width: 600px;
	margin: 0 auto 0 auto;
}

/*----------------*/
/* テーブル共通スタイル */
/*----------------*/
.common-table-div {
	width: 90%;
	text-align: center;
	margin: 20px 0;
}

.common-table-div table {
	margin-left: auto;
	margin-right: auto;
}

.common-table-div td,
.common-table-div th {
	border: solid 1px #aed0ea;
	padding: 4px 8px;
}

.common-table-div th {
	font-weight: bold;
	color: #2779aa;
	background-color: #e0eef7;
}

.common-table-div td {
	text-align: right;
}

.common-table-div h3 {
	text-align: left;
	margin-top: 1em;
	margin-left: 44px;
}

.common-table-div .align-left {
	text-align: left;
}

.common-table-div .align-center {
	text-align: center;
}

.common-table-div .align-right {
	text-align: right;
}


/*
.common-table-div a:link { text-decoration:none; color: #6495ED;}
.common-table-div a:visited { text-decoration:none; color: #6495ED;}
*/
.common-table-div a:link { text-decoration:none; color: #0066cc;}
.common-table-div a:visited { text-decoration:none; color: #0066cc;}
.common-table-div a:hover { text-decoration:none; color: #e5973e;}
.common-table-div a:active { text-decoration:none; color: #e5973e; }


/*----------------*/
/* テーブル共通スタイル2 */
/*----------------*/
.common-table-div2 {
	width: 100%;
	text-align: center;
	margin: 0px 0;
}

.common-table-div2 table {
	margin-left: auto;
	margin-right: auto;
}

.common-table-div2 td,
.common-table-div2 th {
	border: solid 1px #aed0ea;
	padding: 4px 4px;
}

.common-table-div2 th {
	font-weight: bold;
	color: #2779aa;
	background-color: #e0eef7;
}

.common-table-div2 td {
	text-align: right;
}

.common-table-div2 h3 {
	text-align: left;
	margin-top: 1em;
	margin-left: 44px;
}

.common-table-div2 .align-center {
	text-align: center;
}

.common-table-div2 .align-right {
	text-align: right;
}

.common-table-div2 .align-left {
	text-align: left;
}

.common-table-div2 a:link { text-decoration:none; color: #0066cc;}
.common-table-div2 a:visited { text-decoration:none; color: #0066cc;}
.common-table-div2 a:hover { text-decoration:none; color: #e5973e;}
.common-table-div2 a:active { text-decoration:none; color: #e5973e; }

/*----------------*/
/* テーブル共通スタイル3 */
/*----------------*/
.common-table-div3 {
	text-align: center;
	margin: 0px 0;
}

.common-table-div3 table {
	margin-left: auto;
	margin-right: auto;
}

.common-table-div3 td,
.common-table-div3 th {
	border: solid 1px #aed0ea;
	padding: 4px 4px;
}

.common-table-div3 th {
	font-weight: bold;
	color: #2779aa;
	background-color: #e0eef7;
}

.common-table-div3 td {
	text-align: right;
}

.common-table-div3 h3 {
	text-align: left;
	margin-top: 1em;
	margin-left: 44px;
}

.common-table-div3 .align-center {
	text-align: center;
}

.common-table-div3 .align-right {
	text-align: right;
}

.common-table-div3 .align-left {
	text-align: left;
}

.common-table-div3 a:link { text-decoration:none; color: #0066cc;}
.common-table-div3 a:visited { text-decoration:none; color: #0066cc;}
.common-table-div3 a:hover { text-decoration:none; color: #e5973e;}
.common-table-div3 a:active { text-decoration:none; color: #e5973e; }

/*------------------------------*/
/*   リンクエリア               */
/*------------------------------*/
#link-area {
	position: absolute;
	top: 138px;
	/*left: 884px;*/
	left: 864px;
	/*width: 128px;*/
	width: 148px;
	height: 200px;
	font-size: 9pt;
}

.link-box {
	padding: 8px;
	margin: 6px 0;
	border: solid 1px #99bbe8/*#aed0ea*/;
	background: url(../img/link_back4.png) bottom repeat-x;
}

.link-box a {
	height: 15px;
	width: 146px;
	display: block;
}


.link-box img {
	margin-left: -2px;
	/*margin-right: 4px;*/
	padding-right: 4px;
	vertical-align: middle;
}

.link-box-br {
	/*padding: 2px 8px;*/
	padding: 2px 2px 12px 4px;
	margin: 6px 0;
	border: solid 1px #99bbe8 /*#aed0ea*/;
	background-color: #f19b29 /*#f4af52*/;
}


.link-box-br a {
	width: 146px;
	display: block;
	color: white;
}

.link-box-br a:hover {
	color: #5c84ff;
}

#column-box img {
	margin: 0;
	margin-top: -5px;
	margin-left: -2px;
	padding: 0;
	vertical-align: top;
}

.msg-box {
	margin-top: 8px;
	border: solid 1px #99bbe8/*#aed0ea*/;
	background: #e3f1fa;
	text-align: left;
}

.link-direct {
	margin: 6px 0;
	font-weight:bold;
	text-align: center;
	/*font-family: Verdana, Helvetica, Geneva, Swiss, SunSans-Regular;*/
	font-size: 10pt;
	border: solid 1px #99bbe8;
}

.link-direct a { 
	padding-top: 7px;
	height: 24px;
	width: 146px;
	display: block;
	color: white;
	text-decoration:none;
	background: url(/img/glossy_btn_back.png);
 }

.link-direct a:hover {
	/*color: #e5973e;*/
	text-decoration:none;	 
	background-position: 0 -31px;
}

.msg-box li {
	list-style-type: disc;
	margin: 4px 0 4px 1.5em;
}

.table-under-legend {
	margin: 10px;
}

.table-under-legend-box {
	width: 40px;
	height: 10px;
	padding: 2px 4px;
	margin: 4px;
	border: solid 1px #aed0ea;
	text-align: center;
}

.estimation-cell {
	background: #F4F4D4;
}