/* ----------------------------------------------------- */
/* -- 開発・著作 株式会社サンセイコンピュータシステム -- */
/* -- (C) Copyright SACS 2004 All Rights Reserved.    -- */
/* ----------------------------------------------------- */


/**************************************************/
/*                    基本設定                    */
/**************************************************/
body {
	font-size: 10pt;
	font-family: "ＭＳ Ｐゴシック";
	color: #000000;
	background-color: #ffffff;
	text-align: center;
}
/*見出しタグ*/
h1.title {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #8f8f8f;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	width: 751px;
	position: relative;
	top: 1em;
	left: 1em;
}

h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #666666;
	font-size: 14pt;
}

h2.catch {
	margin: 0px 0px 5px 0px;
	color: #f4641b;
	font-size: 13pt;
}

h3 {
	margin: 1em 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
	font-size: 10pt;
}

h3.catch {
	margin-bottom: 10px;
	padding: 6px 10px 4px 14px;
	border-bottom: 1px solid #c8c8c8;
	background: url(./images/common/headline_bl.png) left top no-repeat;
	font-size: 13pt;
	font-weight: bold;
}

/*テキスト関連タグ*/
p {
	line-height: 1.4em;
	margin: 0px 0px 0px 0px;
}
span {
	line-height: 1.4em;
}
li {
	line-height: 1.5em;
	list-style-position: outside;
}
em {
	color: #ff3322;
	font-style: normal;
	font-weight: normal;
}


/**************************************************/
/*               テーブルベース設定               */
/**************************************************/
table {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10pt;
}
tr {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
td {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	text-align: left;
}


/**************************************************/
/*            トップメニュー用テーブル            */
/**************************************************/
/*アクティブメニュー*/
td.menuSelected {
	border-style: solid;
	border-color: #cccccc;
	background-color: #eeeeee;
	border-width: 0px 1px 1px 0px;
	text-align: center;
	vertical-align: middle;
}
td.menuSelected a {
	display: block;
	width: 100%;
	color: #000000;
	text-decoration: none;
}
td.menuSelected a:hover {
	display: block;
	width: 100%;
	color: #000000;
	text-decoration: none;
}

/*ノンアクティブメニュートップ*/
td.menu1 {
	border-style: solid;
	border-color: #cccccc;
	background-color: #090156;
	border-width: 0px 0px 0px 0px;
	text-align: center;
	vertical-align: middle;
}
td.menu1 a {
	display: block;
	width: 100%;
	color: #ffffff;
	text-decoration: none;
}
td.menu1 a:hover {
	display: block;
	width: 100%;
	color: #ffdd00;
	text-decoration: none;
}

/*ノンアクティブメニュー*/
td.menu {
	border-style: solid;
	border-color: #cccccc;
	background-color: #777777;
	border-width: 0px 1px 1px 0px;
	text-align: center;
	vertical-align: middle;
}
td.menu a {
	display: block;
	width: 100%;
	color: #ffffff;
	text-decoration: none;
}
td.menu a:hover {
	display: block;
	width: 100%;
	color: #ffdd00;
	text-decoration: none;
}


/**************************************************/
/*           サイドメニュー用テーブル             */
/**************************************************/
td.side {
	text-align: center;
	vertical-align: top;
}

/*文字サイズ：通常*/
td.sideMenu {
	text-align: center;
	vertical-align: middle;
}
td.sideMenu a{
	display: block;
	width: 100%;
	color: #000000;
	text-decoration: none;
}
td.sideMenu a:hover{
	display: block;
	width: 100%;
	color: #ff0000;
	text-decoration: none;
}

/*文字サイズ：小*/
td.sideMenuMin {
	text-align: center;
	vertical-align: middle;
	font-size: 8pt;
}
td.sideMenuMin a{
	display: block;
	width: 100%;
	color: #000000;
	text-decoration: none;
}
td.sideMenuMin a:hover{
	display: block;
	width: 100%;
	color: #ff0000;
	text-decoration: none;
}

/*文字サイズ：中国語版*/
td.sideMenuChn {
	text-align: center;
	vertical-align: middle;
}
td.sideMenuChn a{
	display: block;
	width: 100%;
	color: #d03434;
	text-decoration: none;
}
td.sideMenuChn a:hover{
	display: block;
	width: 100%;
	color: #ff0000;
	text-decoration: none;
}


/**************************************************/
/*                サブメニュー用                  */
/**************************************************/
td.subMenu a{
	color: #42286b;
	text-decoration: none;
}
td.subMenu a:hover{
	color: #42286b;
	text-decoration: none;
}


/**************************************************/
/*                表組用テーブル                  */
/**************************************************/
table.list {
	border-width: 0px;
}
table.list td {
	border-style: solid;
	border-color: #eeeeee;
	border-width: 0px 0px 1px 0px;
	padding: 3px 0.5em 3px 0px;
	text-align: left;
}
table.list th {
	padding-top: 1em;
	border-style: solid;
	border-color: #000000;
	border-width: 0px 0px 1px 0px;
	font-weight: bold;
	text-align: left;
}


/**************************************************/
/*               見出し用テーブル                 */
/**************************************************/
td.hline {
	background-repeat: no-repeat;
	background-position: bottom left;
	vertical-align: middle;
	color: #ffffff;
}


/**************************************************/
/*               震災お見舞い                      */
/**************************************************/
.omimai_p {
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 8px 0px;
	border: 3px solid #b0b0b0;
	background-color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	line-height: 20px;
}
.omimai_t {
	font-size: 13px;
	font-weight: normal;
}




