* {
	margin: 0;
	padding: 0;
}

body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	background: #ffffff;
}

h1, h2, h3, h4 {
	color: #1b7dc3;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
}

h4 {
	font-size: 12px;
	padding-bottom: 6px;
}

a {
	text-decoration: none;
}

a:link {
	color: #1b7dc3;
}

a:visited {
	color: #1b7dc3;
}

a:hover {
	color:#33cc99;
}

#page {
	width: 788px;
	margin: 0;
}

#header {
	width: 788px;
	height: 121px;
	background: url(images/header.gif) no-repeat left top;
}

#header_ja {
	width: 788px;
	height: 121px;
	background: url(images/header_ja.gif) no-repeat left top;
}

#header_en {
	width: 788px;
	height: 121px;
	background: url(images/header_en.gif) no-repeat left top;
}

#footer {
	width: 788px;
	height: 20px;
	background: #e3e3e3;
}

#footer p {
	text-align: center;
	padding-top: 4px;
	font-size: 9px;
	color: #1b7dc3;
}

#langbar {
	width: 788px;
	height: 20px;
	margin-top: 2px;
	background: #115b8f;
}

#langbar a {
	float: right;
	margin-top: 4px;
	margin-right: 10px;
	font-size: 11px;
	color: #ffffff;
}

#sidebar {
	width: 150px;
	height: 540px;
	margin-top: 20px;
	margin-left: 30px;
	float: left; 
}

#sidebar li {
	margin-left: 20px;
	list-style: none;
}

#sidebar li.current {
	margin-left: 20px;
	list-style-image: url(images/arrow.gif);
}

#content {
	width: 572px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	float: right;
}

#content p {
	text-align: justify;
}

table.content {
	border: 1px solid #666666;
	border-collapse: collapse;
}

table.content, td, th {
	padding: 2px;
}

hr.content {
	border: 1px solid #cccccc;
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
}

