/*----------------------------------------------*/
/*                                              */
/*   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;
}

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; }

/* for absolute layout */
.clear_children,.cc_tallest { position: relative; } /*\*/* html .clear_children { display: inline;}/**/
.cc_tallest:after { content: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */

/*------------------------------*/
/*   全体レイアウト             */
/*------------------------------*/
#layout {
	position: relative;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

/*------------------------*/
/*   ヘッダ領域           */
/*------------------------*/
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	/*height: 138px;*/
	height: 120px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	background: url(../img/TDSMaritimeDailyNoLogo.png) no-repeat;
	cursor: default;
}

/*------------------------*/
/*   下部のサイト情報       */
/*------------------------*/
.site-info {
	height: 12px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin-bottom: -8px;
	margin-left: -12px;
	margin-right: -12px;

	background: #e4eaef;
}

/*------------------------------*/
/*   Trampロゴ領域         */
/*------------------------------*/
#tds-logo-area {
	position: absolute;
	top: 22px;
	left: 842px;
	height: 40px;
	width: 150px;
	cursor: pointer;
}

/*------------------------------*/
/*   メイン・コンテンツ         */
/*------------------------------*/
#content {
	/*top: 138px;*/
	top: 120px;

	/*position: relative;*/
	/*top: 0;*/
	/*left: 0;*/
	width: 1000px;
	padding: 8px 12px;
	/*font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: left;
	background-color: white;
}

/* 本文スタイル */
#content p {
	color: #333333;
	/*font-size: 90%;*/
	line-height: 125%;
	/*margin: 1em;*/

}

#content 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 .date-unit-form p {
	font-size: 90%;
	float: left;
	margin: 6px 5px 0 0;
	color: #2779aa;
}

#content .date-unit-form form {
	font-size: 80%;
	float: left;
	margin-bottom: 10px;
}

/*------------------------------*/
/*   ページ・タイトル     */
/*------------------------------*/
#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;
}

/* お知らせ */
#announce-div {
	width: 320px;
	font-size: 90%;
	margin-left: 100px;
	border-top: solid 2px #0066cc;
	margin-bottom:10px;
}

#announce-div p {
	margin-top: 4px;
}

#announce-div table {
	width: 100%;
}

#announce-div tr {
	border-bottom: solid 0.1em #99bbe8;
}

#announce-div td {
	padding: 4px 8px;;
}

#announce-div img {
	display: block;
	margin: 2px 0;
}

/*------------------------------*/
/*   共通スタイル               */
/*------------------------------*/
.color-red {
	color: red;
}

.color-blue {
	color: blue;
}

.color-green {
	color: green;
}

.color-orange {
	color: #FF8135;
}

.color-white {
	color: white;
}

.align_left {
	text-align: left;
}

.align_center {
	text-align: center;
}

.align_right {
	text-align: right;
	}

.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;
}

/*----------------*/
/* テーブル共通スタイル */
/*----------------*/
.common-table-div {
	width: 90%;
	text-align: center;
	margin: 20px 0;
	clear: both;
}

.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: #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; }

/*------------------------------*/
/*   マリナビ用メニュー           */
/*------------------------------*/
.navbar {
	position: absolute;
	/*top: 76px;*/
	top: 68px;
	left: 38px;
	/*font-size: 14pt;*/
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
}

.navbar li {
	float: left;
	margin-right: 20px;
	text-align: center;
	background: linear-gradient(#638fc2, #074791);
	border-radius: 8px;
}

.navbar li a {
	display: block;
	width: 220px;
	/*height: 32px;*/
	height: 28px;
	border-radius: 8px;
	border: solid 1px white;
	color: white;
}

.navbar li a:hover {
	color: #003471;
	background-color: #f0f0f0;
}

.menu-1line {
	/*padding-top: 14px;*/
	padding-top: 8px;
}

.menu-2lines {
	height: 40px;
	padding-top: 5px;
	padding-bottom: 9px;
}

.menu-2ndline {
	display: block;
	font-size: 10pt;
	margin-top: -1px;
}

.download-ui img {
	float: left;
	padding: 2px 4px 0 10px;
	display: block;

}

.download-ui p {
	float: left;
	font-size: 90%;
	padding-left: 0;
	padding-top: 6px;
}

