﻿/* 内容ページの背景 */
body.content {
	background-image: url(bglogo.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	color: #000000;
	margin: 0;
	font-size: 10pt;
}

/* 内容ページの英語タイトル */
p.title {
	font: bold 20pt "Arial Black","Impact","sans-serif";
	color: #000000;
	margin-left: 10px;
}

/* 内容ページの日本語タイトル */
p.title2 {
	font: bold 12pt "Arial Black","Impact","sans-serif";
	color: #000000;
	margin-left: 10px;
}

/* 会社案内項目テーブル */
td.profile {
	vertical-align: top;
}

div {
	text-align: center;
}

/* 全ページ内容本文 */
table.common {
	font-size: 10pt;
	margin-left: 20px;
	width: 95%;
}

/* 全ページ上の帯 */
table.common_top {
	font: bold 12pt "Arial Black","Impact","sans-serif";
	color: #ffffff;
	background-color: #0000ff;
	text-align: center;
	width: 100%; height: 30px;
}
/* 全ページ下の帯 */
table.common_bottom {
	font: 10pt "Arial Black","Impact","sans-serif";
	color: #ffffff;
	background-color: #0000ff;
	text-align: center;
	width: 100%; height: 30px;
}

/*a:link {color: #000000}*/
a:visited {color: #000080}
a:hover {color: #0000ff}
a:active {color: #0000ff}
