/* Outside Style Sheet */


* { box-sizing:border-box; }
* { -moz-box-sizing:border-box; }


BODY {
	color: #666666;
	background-color: #FFFFFF;

	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}



A:link { color:#0E54BE; text-decoration:none; }
A:visited { color:#0E54BE; text-decoration:none; }
A:hover { color:#11B7EE; text-decoration:underline; }




.BASE_TABLE {
	background-color: #FFFFFF;
}

.SHADOW_LEFT {
	background-attachment: scroll;
	background-image: url(/group/english/images/shadow_left.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.SHADOW_RIGHT {
	background-attachment: scroll;
	background-image: url(/group/english/images/shadow_right.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.HEADER {
	background-color: #FFFFFF;
}

.MENU {
	background-color: #fff;
}

.MENU2 {
	background-color: #333;
}

.CONTENTS {
	width: 720px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

.FOOTER {
	background-color: #FFFFFF;
}


.caption {
	font-size: 11px;
	line-height: 1.4;
}
.small {
	font-size: 12px;
	line-height: 1.4;
}

.normal {
	font-size: 14px;
	line-height: 1.3;
}

.notice {
	font-size: 16px;
	line-height: 1.3;
}

.emphasize {
	font-size: 18px;
	line-height: 1.3;
}

.history_table td { vertical-align:top;}

.TABLE_DATA1 {
	font-size: 12px;
	padding-right: 8px;
	line-height: 1.3;
	vertical-align:top;
	padding-bottom:7px;
	padding-top:5px;
}

.TABLE_DATA2 {
	font-size: 12px;
	border-left: 1px solid #DDDDDD;
	padding-left: 8px;
	line-height: 1.3;
	vertical-align:top;
	padding-bottom:7px;
	padding-top:5px;
}

/* HHHD style ---------------------------------------*/
table.profile {
	background-color:#999999;
}

table.profile th {
	background-color:#F2F3FF;
	font-weight:normal;
	text-align:left;
}

table.profile td {
	background-color:#FFFFFF;
}


