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;
}

.l { /* right */
	text-align: left;
}

.ff { /* #FFFFFF */
	color: #FFFFFF;
}

.cc { /* #CCCCCC */
	color: #CCCCCC;
}

.str { /* achtung */
	color: #FFFFFF;
	text-decoration: underline;
}


/* ----------japanese font control---------- */

.j { /* Japanese */
	font-size: 13px;
	font-family: ‚l‚r ‚oƒSƒVƒbƒN,Osaka;
}


/* ----------layout control---------- */
.mgt19 { /* margin top 19px */
	margin-top: 19px;
}

.mgb19 { /* margin bottom 19px */
	margin-bottom: 19px;
}

.mgt5 { /* margin top 5px */
	margin-top: 5px;
}

.mgb30 { /* margin bottom 30px */
	margin-bottom: 30px;
}

.mgt38 { /* margin top 38px */
	margin-top: 38px;
}


/* ----------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 bottoming */
	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;
}


/* ----------profile---------- */

.lll { /* life live love in profile */
	text-align: right;
	vertical-align: top;
	height: 50px;
}

.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;
}

