BODY, TD {
	background-color: #000000;
	color: #AAAAAA;
	font-family: Times New Roman,Times;
	font-size: 16px;
	font-style: italic;
	border-style: none;
}
H1 {
	color: #CCCCCC;
	font-style: italic;
	text-align: center;
	margin: 19px 0px 40px 0px;
}

HR {
	width: 100%;
	height: 1px;
}

TABLE {
	border-style: none;
	width: 100%;
}

IMG {
	border-style: none;
}

A {
	text-decoration: none;
}

A:link {
	color: #00FFFF;
}
A:visited {
	color: #00CCFF;
}

A:active {
	color: #99EEFF;
}


/* ----------english and german font control---------- */

.b { /* bold */
	font-weight: bold;
}

.d { /* deca(10)-point */
	font-size: 13px;
}

.n { /* normal style */
	font-style: normal;
}

.c { /* center */
	text-align: center;
}

.r { /* right */
	text-align: right;
}

.nr { /* normal style align right */
	font-style: normal;
	text-align: right;
}

.nc { /* normal style align center */
	font-style: normal;
	text-align: center;
}

.ff { /* #FFFFFF */
	color: #FFFFFF;
}

.cc { /* #CCCCCC */
	color: #CCCCCC;
}


/* ----------japanese font control---------- */

.j { /* Japanese */
	font-family: ‚l‚r ‚oƒSƒVƒbƒN,Osaka;
}

.dj { /* deca(10)-point japanese */
	font-size: 13px;
	font-family: ‚l‚r ‚oƒSƒVƒbƒN,Osaka;
}

.djn { /* deca(10)-point japanese normal style */
	font-size: 13px;
	font-family: ‚l‚r ‚oƒSƒVƒbƒN,Osaka;
	font-style: normal;
}

.djnr { /* deca(10)-point japanese normal style align right */
	font-size: 13px;
	font-family: ‚l‚r ‚oƒSƒVƒbƒN,Osaka;
	font-style: normal;
	text-align: right;
}

.djnb { /* deca(10)-point japanese normal style bold */
	font: normal bold 13px ‚l‚r ‚oƒSƒVƒbƒN,Osaka;
}

.djc { /* deca(10)-point japanese color #CCCCCC */
	font-style: italic;
	font-size: 13px;
	font-family: ‚l‚r ‚oƒSƒVƒbƒN,Osaka;
	color: #CCCCCC;
}


/* ----------title---------- */

.ttl { /* title */
	font-size: 32px;
	color: #CCCCCC;
	text-align: center;
	margin-top: 19px;
}

.ttlj { /* title in Japanese */
	font-size: 18px;
	font-family: ‚l‚r ‚oƒSƒVƒbƒN,Osaka;
	margin-bottom: 19px;
	text-align: center;
}

.ttlg { /* title in German */
	font-size: 18px;
	text-align: center;
	margin-bottom: 19px;
}

.sttl { /* semi-title */
	text-align: center;
	margin-bottom: 19px;
}


/* ----------table---------- */

.td { /* basic td: 30% centerized + vertical-align: top */
	width: 30%;
	text-align: center;
	vertical-align: top;
}

.tdb { /* basic td: 30% for bookmark */
	width: 30%;
	text-align: right;
	vertical-align: top;
}

.cnt { /* contents base */
	height: 40px;
	text-align: right;
}

.cntb { /* contents base with bottom */
	height: 40px;
	text-align: right;
	vertical-align: bottom;
}

.tds { /* td space */
	height: 27px;
}

.cntl { /* contents for links */
	height: 33px;
	text-align: right;
	vertical-align: top;
	font-style: normal;
}


/* ----------directory---------- */

.dir { /* directory tr */
	vertical-align: top;
	font-size: 13px;
}

.dirl { /* directory tr */
	vertical-align: top;
	font-size: 13px;
}

.dirr { /* directory tr */
	vertical-align: top;
	font-size: 13px;
	text-align: right;
}


/* ----------profile---------- */

.lll { /* life live love in profile */
	text-align: right;
	vertical-align: top;
	height: 35px;
}

.lllc { /* lll contents */
	text-align: left;
	vertical-align: top;
	width: 50%;
}


/* ----------links---------- */

.bnr { /* table data for banner */
	width: 200px;
	height: 50px;
	text-align: center;
}

.lnk { /* td for link */
	width: 330px;
	height: 50px;
	text-align: right;
}


/* ----------works---------- */

.gjds { /* td for images in GaJin-DenShin ad */
	width: 300px;
	height: 300px;
	text-align: center;
}

.glij { /* li for Japanese GaJin-DenShin ad */
	font-size: 13px;
	font-family: ‚l‚r ‚oƒSƒVƒbƒN,Osaka;
	font-style: normal;
	margin-bottom: 12px;
}

.glig { /* li for Germanisch GaJin-DenShin ad */
	font-size: 13px;
	font-style: normal;
	margin-bottom: 10px;
}


/* ----------images---------- */

.thmb { /* for thumb nails of images and easies */
	width: 100px;
	height: 100px;
	text-align: center;
	vertical-align: middle;
}

.cmnt { /* comments of images and easies */
	width: 300px;
}



