<style>

* {
	margin:0;
	padding:0;
}

html {
	font-family: sans-serif; /* Font style */
	font-size: 100%;
}

body {
	margin:0;
	_overflow:hidden;
	padding:0;
}

h1 { font-size: 2em; }   /* 20px 文字サイズ相当 */
h2 { font-size: 1.7em; } /* 17px 文字サイズ相当 */
h3 { font-size: 1.5em; } /* 15px 文字サイズ相当 */
p  { font-size: 1.4em; } /* 14px 文字サイズ相当 */

h1.font_size { font-size: 56px; }
h2.font_size { font-size: 20px; }

#left_frame {
	height:100%;
	top:0;
	left:0;
	width:150px;

	margin:0 0 0 0px;
	padding:5px 5px 0 5px;

	position:fixed;
	_position:absolute;

	line-height:150%;

	background-color: #0000aa;
	
	color: #fff;
}

#right_frame {

	height:100%;
	margin:0 0 0 150px;

	_overflow:auto;
	padding:5px 20px 0 30px;

	line-height:130%;

	background-color: #fff;
	color: #000;

}

li {
	line-height:auto;
	margin-bottom: 4px;
}

table.member_Jp
{
	width: 300px;
	table-layout: auto;
	text-align: left;
	vertical-align: middle;
	line-height: 170%;
	
	border-collapse: separate;
	border-width: 2px; 
}

table.member_Jp th, table.member_Jp td {
  border: 2px inset #777;
}

table.member_En
{
	width: 350px;
	table-layout: auto;
	text-align: left;
	vertical-align: middle;
	border-width: 2px; 
	line-height: 150%;
	
	border-collapse: separate;
	border-width: 2px; 
}

table.member_En th, table.member_En td {
  border: 2px inset #777;
}

.strong {
	font-weight: bold;
}

/*Link style: Left menu*/
a.menu:link { font-weight: Bold; color: #ff0; } /* Normal link */
a.menu:visited { color: #ff5; } /* Visited link */
a.menu:hover { color: #ffc; } /* Hovered link */
a,menu:active { color: #fa0; } /* Clicked link */

/*Link style: Main text*/
a:link { font-weight: Bold; color: #00b; } /* Normal link */
a:visited { color: #009; } /* Visited link */
a:hover { color: #09d; } /* Hovered link */
a:active { color: #ff5; } /* Clicked link */

</style>
