

body {

  font-family: "MS UI Gothic", "ＭＳ Ｐゴシック", "osaka";

  font-size: medium;

  scrollbar-base-color: #003366;

  scrollbar-arrow-color: #fff788;

}



a:hover, a:active {

  color: #ff3502;

}



/* ----- ここから↓ -----*/
h1 {
	font-size: 26pt; 
	font-weight: bold; 
	line-height: 1.2em;
	background-color: #DDEEFF; 
	border-color: #1D4ABF; 
	border-style: solid; 
	border-top-width: 0px; 
	border-right-width: 16px; 
	border-bottom-width: 0px; 
	border-left-width: 16px;
	margin: 0px;
	width: 660px;
}

h2 {
	font-size: 14pt;
	font-style: normal; 
	line-height: 1.6em;
	font-weight: normal; 
	background-color: #FFFFFF;
	border-color: #1D4ABF; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 0px; 
	border-bottom-width: 4px; 
	border-left-width: 0px;
	width: 660px;
}


table.main {
	width: 100%;
}

td.main {
	vertical-align: text-top;
	width: 50%;
}

tr.title {
	background-color: #DDEEFF; 
}

tr.body {
	background-color: #FFFFFF; 
}


/* ----- ここまでは、kaisha_gaiyou/index.css からの抜粋 -----*/



td {

  font-family: "MS UI Gothic", "ＭＳ Ｐゴシック", "osaka";

  font-size: small;

}


td.Head {

  background-color: #0066CC;

  color: #ffffff;

}


td.NormalCell {

  background-color: #F7F7F7;

}



input, select, textarea {

  font-family: "MS UI Gothic", "ＭＳ Ｐゴシック", "osaka";

  font-size: small;

}



.Gyoukan {

  line-height: 1.5em;

}



.Japanese { font-family: "MS UI Gothic", "ＭＳ Ｐゴシック", "osaka"; }

.Alphabet { font-family: "Arial", "Helvetica", "sans-serif"; }



.Small    { font-size: x-small; }

.Normal   { font-size: medium; }

.Large    { font-size: large; }

.XLarge   { font-size: x-large; }



.Small-J  { font-family: "MS UI Gothic", "ＭＳ Ｐゴシック", "osaka"; font-size: x-small; }

.Normal-J { font-family: "MS UI Gothic", "ＭＳ Ｐゴシック", "osaka"; font-size: medium; }

.Large-J  { font-family: "MS UI Gothic", "ＭＳ Ｐゴシック", "osaka"; font-size: large; }

.XLarge-J { font-family: "MS UI Gothic", "ＭＳ Ｐゴシック", "osaka"; font-size: x-large; }



.Small-A  { font-family: "Arial", "Helvetica", "sans-serif"; font-size: x-small; }

.Normal-A { font-family: "Arial", "Helvetica", "sans-serif"; font-size: small; }

/*

.Normal-A { font-family: "MS UI Gothic", "Arial", "Helvetica", "sans-serif"; font-size: medium; }

*/

.Large-A  { font-family: "Arial", "Helvetica", "sans-serif"; font-size: large; }

.XLarge-A { font-family: "Arial", "Helvetica", "sans-serif"; font-size: x-large; }



.Stress {  color: #FF6600; font-weight: bold}

