body {
	background:#0055aa;
	background-image:url("/img/wall.jpg");
	background-repeat:no-repeat;
	background-position:center top;
	padding:0px;
	margin:0px;
}

a {
	text-decoration:none;
}

a:link {
	color:#06f;
}

a:visited {
	color:#059;
}

a:hover {
	color:#f00;
	text-decoration:underline;
}

a:active {
	color:#f60;
}

.Layout {
	width:700px;
}

.Layout td {
	margin:0px;
	padding:0px;
}

.Layout td.ContentsArea {
	color:#000;
	background:#fff;
	background-image:url("/img/contents_wall.gif");
	padding:0px 32px;
}

.Footer {
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	padding-top:8px;
}

.Caption {
	font-size:12px;
	font-weight:normal;
	text-align:left;
	padding-top:4px;
}

.CompanyMenu {
	font-size:14px;
	font-weight:bold;
	line-height:150%;
	vertical-align:top;
	width:128px;
}

.CM1 {
	color:#ccc;
}

.CM2 {
	color:#f90;
}

h1 {
	color:#000;
	font-size:28px;
	font-weight:bold;
	margin:0px;
	padding:0px 0px 10px 0px;
	background-image:url("/img/h1-back.gif");
	background-repeat:no-repeat;
	background-position:bottom;
}

h2 {
	color:#000;
	font-size:16px;
	font-weight:bold;
	padding:2px;
	border-style:dotted;
	border-width:0px 0px 2px 0px;
	border-color:#0b0;
	line-height:100%;
}

.Inquiry {
	border-style:solid;
	border-width:1px 0px 0px 1px;
	border-color:#ddd;
}
.Inquiry td,.Inquiry th {
	font-size:13px;
	border-style:solid;
	border-width:0px 1px 1px 0px;
	border-color:#ddd;
	padding:2px 4px;
	text-align:left;
}
.Inquiry th {
	background:#eee;
}

table.SolidTable {
	border-style:solid;
	border-width:1px 0px 0px 1px;
	border-color:#000;
}

table.SolidTable th , table.SolidTable td {
	border-style:solid;
	border-width:0px 1px 1px 0px;
	border-color:#000;
	padding:2px;
}

table.Topics {
	border:solid 1px #eee;
	width:500px;
	background:#059;
}

table.Topics th , table.Topics td {
	font-size:13px;
	color:#fff;
	padding:2px 4px;
	vertical-align:top;
}

table.Topics th{
	width:100px;
	text-align:left;
	font-weight:normal;
}

table.Topics a:link {
	color:#ff0;
}

table.Topics a:visited {
	color:#cc0;
}

table.Topics a:hover {
	color:#0ff;
}

table.Topics a:active {
	color:#0f0;
}

