A:link,A:visited,A:active {
    COLOR: #ccc;
    TEXT-DECORATION: underline;
}

A:hover {
    COLOR:#f00;
    text-decoration: underline;
}

body {
 font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
 font-size:10pt;
 color:#ccc;
}

html,body {
 background:#000;
 scrollbar-base-color:#000; /* スクロールバーのベース色（IE独自） */
 scrollbar-face-color:#000; /* スクロールバーの表面の色（IE独自） */
 scrollbar-track-color: #000; /* スクロールバーの下地の色（IE独自） */
 scrollbar-shadow-color: #777; /* スクロールバーの影の色（IE独自） */
 scrollbar-arrow-color: #000; /* スクロールバーの矢印の色（IE独自） */
 scrollbar-highlight-color: #777; /* スクロールバーのハイライトの色（IE独自） */ scrollbar-3dlight-color: #000; /* ･スクロールバーの左端と上端の色（IE独自） */
 scrollbar-darkshadow-color: #000; /* ･スクロールバーの右端と下端の色（IE独自）  */
}

div#container {
 width:830px;
 text-align:left;
 margin-top:0px; 
 margin-left:10px;
 margin-right:auto;
 border-width:1px;
 border-style:solid;
 border-color:#666;
 overflow:hidden;
} 

div#header {
 background-image:url('/image/em_banner_header.jpg');
 background-repeat:no-repeat;
 background-position:center center;
 height:120px;
}

div#navigation {
 font-size:10pt;
}

div.nav-menu-box {
 width:160px;
 float:left;
 overflow:hidden;
}

div.nav-menu-box a {
 display:block;
 padding:5px;
 text-align:center;
}

div.nav-menu-box a:link {
 text-decoration:none;
 color:#ccc;
}
div.nav-menu-box a:visited {
 text-decoration:none;
 color:#ccc;
}
div.nav-menu-box a:active {
 text-decoration:none;
 color:#f00;
}
div.nav-menu-box a:hover {
 background-color:#222;
 color:#f00;
}

div#content {
 width:100%; /* IE6対応 */
 border-top-width:1px;
 border-top-style:solid; 
 border-top-color:#666;
}

table.font_table {
	font-size: 09pt;
    color: #222222
}

table.font_address {
	font-size: 09pt;
    color: #222222
}

h1 {
	font-size: 18pt;
}

h2 {
	font-size: 12pt;
}

#border1 {
	border-collapse: collapse;
	border: 1px solid #999999
}

#font_title {
    color: #ffffff;
}

#font_size_04pt {
	font-size: 04pt;
}

#font_size_06pt {
	font-size: 06pt;
}

#font_size_08pt {
	font-size: 08pt;
}

#font_size_10pt {
	font-size: 10pt;
}

#font_size_11pt {
	font-size: 11pt;
}

#font_size_12pt {
	font-size: 12pt;
}

#font_size_14pt {
	font-size: 14pt;
}

#font_size_16pt {
	font-size: 16pt;
}

#table_title_bg_color {
	background-color: #000000;
}

#table_title_text {
	font-size: 16pt;
	color: #aaaaaa;
}

#text_bg_color {
	background-color: #333333;
}

img.image-box-border {
 border-width:1px;
 border-style:solid;
 border-color:#666;
 margin-bottom:20px;
}

