/* ===================================
	VM-JAPAN Default CSS
=================================== */

/* == HOLDER-ID SETTING | START ========== */
#base {
	position: static;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 600px;
	visibility: visible;
}
#content-holder {
	position: absolute;
	width: 550px;
	height: 410px;
	overflow: scroll;
	z-index:1;
}
#sub-holder {
	position: relative;
	margin-left: 10px;
	margin-top: 10px;
	width: 206px;
	height: auto;
}
#sub-win {
	position: static;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	height: 440px;
	visibility: visible;
}
/* == HOLDER-ID SETTING | END ========== */



/* == TAG-CLASS SETTING | START ========== */
body {
	color: #ccc;
	background-color: #010101;
}
a { color: #0088ff; }
a:hover { color: #cc9900; }
td { font-size:12px; color:#ccc;}

/* -- SUB-MENU WINDOW -- */
td.middle_center {
	font-size:12px;
	color:#555;
	padding-left : 10px;
	padding-right: 10px;
}

/* -- CONTENT WINDOW -- */
td.contents_area {
	position: relative;
	padding-left:20px;
	padding-right:10px;
	color: #cc9;
}

/* == TAG-CLASS SETTING | END ========== */



/* == CLASS SETTING | START ========== */

.list_indent{ margin-left:12px; line-height:15px; }
.selecton {
	color:#cc0000;
	background-color: #ffffcc;
	margin-top:3px;
	margin-bottom:3px;
}


/* -- MAIN MENU -- */
.nav-news    { position: relative; top: 8px; left: 26px;  }
.nav-features{ position: relative; top: 4px; left: 133px; }
.nav-order   { position: relative; top: 4px; left: 24px;  }
.nav-download{ position: relative; top: 4px; left: 8px;   }
.nav-support { position: relative; top: 5px; left: 8px;   }

.sub-menu {
	position: relative;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom:4px;
	width:168px;
}


/* == CLASS SETTING | START ========== */
.midTitle {  font-size: 16px; font-weight: bold; color: #CCCC99; letter-spacing:1px;}
.midTitle2 {  font-size: 14px; font-weight: bold; color: #CCCC99; letter-spacing:1px;}
.smallTitle {  font-size: 14px; font-weight: bold; color: #CCCC99; background-color: #660000; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; letter-spacing: 1px; }
.colorRed{ color:#ee3333; }
.colorYellow{ color:#ffff66; }
.colorSky{ color:#99ccff; }
.h2Red{ color:#ee3333; font-weight:bold; ‚l‚r ‚oƒSƒVƒbƒN, Osaka, MS UI Gothic, sans-serif; font-size:24px; line-height:28px;}
.h2Sky{ color:#99ccff; font-weight:bold; ‚l‚r ‚oƒSƒVƒbƒN, Osaka, MS UI Gothic, sans-serif; font-size:24px; line-height:28px;}
.h2Yellow{ color:#ffff99; font-weight:bold; ‚l‚r ‚oƒSƒVƒbƒN, Osaka, MS UI Gothic, sans-serif; font-size:24px; line-height:28px;}

.h3White{ color:white; font-weight:bold; ‚l‚r ‚oƒSƒVƒbƒN, Osaka, MS UI Gothic, sans-serif; font-size:16px; line-height:18px;}
.h4White{ color:white; font-weight:bold; ‚l‚r ‚oƒSƒVƒbƒN, Osaka, MS UI Gothic, sans-serif; font-size:12px; line-height:14px;}
.h4Base{ color:#cc9; font-weight:bold; ‚l‚r ‚oƒSƒVƒbƒN, Osaka, MS UI Gothic, sans-serif; font-size:12px; line-height:14px;}
.colorBase{ color:#cc9;}

#checkHolder{ background-color:#000099;  }