BODY {
    background-color:#FFFFFF;
    font-size:10pt;
}

TABLE {
    font-size:10pt;
}

H1 {
    font-size:10pt;
    font-weight:bold;
    padding:1 6;
    border-left-style:solid;
    border-left-width:4pt;
    border-bottom-style:solid;
    border-bottom-width:2pt;
    border-color:#3a6ea5;
}

H2 {
    font-size:10pt;
    font-weight:bold;
    padding:1 0;
    border-bottom-style:solid;
    border-bottom-width:1pt;
    border-color:#3a6ea5;
}

H3 {
    font-size:10pt;
    font-weight:bold;
    font-style:italic;
}

H4 {
    font-size:10pt;
    font-weight:bold;
}

H5 {
    font-size:10pt;
    font-weight:bold;
}

H6 {
    font-size:10pt;
    font-weight:bold;
}

P {
    margin-top:0pt;
    margin-bottom:0pt;
}

/*英語文の色*/
.eng {
    color:#666666;
	font-family:Arial;
}

.Tab {
    font-size:10pt;
    font-weight:bold;
    color:#FFFFFF;
}

.Emphasis {
    font-weight:bold;
}

.Notice1 {
    font-size:14pt;
    font-weight:bold;
    color:#EE0000;
}

.Notice2 {
    font-size:10pt;
    font-weight:bold;
    color:#EE0000;
}

.FootNote {
    font-size:8pt;
}

.NavigationPanel {
    font-size:9pt;
    color:#050505;
    text-decoration:none;
}

.NavigationPanelEmphasis {
    font-size:9pt;
    color:#FF0000;
    text-decoration:none;
}

A.NavigationPanel:hover {
    color:#FF0000;
}

/*英語文の色と同じにする*/
a.englink {
    color:#666666;
	text-decoration:none;
}

/* ヘッダ用 2006.03.10追加 */
#headTitle{
	padding:16px 0 6px 10px;
	color:#6666CC;
	font-size:28px;
	font-weight:bold;
/*	background:url("../g98/img/bg.gif") repeat-x;*/
	border:1px solid #6666CC;
	border-bottom:10px solid #6666CC;
}