/*----------------------------------------------------
base css for BELLOF


----------------------------------------------------*/

/* element -----------------------------------------*/

body {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN",'Osaka', ;
	line-height: 180%;
	color: #141414;
	background:#000000;
} 

th, td {
	vertical-align: top;
	line-height: 180%;
	color: #141414;
}

p { margin: 1em 0; }
form { margin: 0; }
img, a img { border: 0; }

li img { vertical-align: top; }

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

a:link { color: #141414; text-decoration: none; }
a:visited { color: #141414; text-decoration: none; }
a:hover { color: #ff6600; text-decoration: underline; }
a:active { color: #ff6600; text-decoration: underline; }

a.b:link { color: #141414; text-decoration: underline; font-weight:bold }
a.b:visited { color: #141414; text-decoration: underline; font-weight:bold }
a.b:hover { color: #ff6600; text-decoration: none; }
a.b:active { color: #ff6600; text-decoration: none; }

a.under:link { color: #141414; text-decoration: underline;}
a.under:visited { color: #141414; text-decoration: underline; }
a.under:hover { color: #ff6600; text-decoration: none; }
a.under:active { color: #ff6600; text-decoration: none; }



/* font --------------------------------------------*/

.txt1 {
	font-size: 10px;
	line-height: 180%;
}

.txt2 {
	font-size: 12px;
	line-height: 180%;
}

.txt3 {
	font-size: 14px;
	line-height: 180%;
}

table.txt1-t th, table.txt1-t td {
	font-size: 10px;
	line-height: 150%;
}


/* link --------------------------------------------*/

a.normal:link { color: #333333; }
a.normal:visited { color: #333333; }
a.normal:hover { color: #ff6600; }
a.normal:active { color: #ff6600; }

a.white:link { color: #ffffff; }
a.white:visited { color: #ffffff; }
a.white:hover { color: #ff6600; }
a.white:active { color: #ff6600; }


/* basic -------------------------------------------*/

.left {
float:left;
}

.right {
float:right;
}

.clear {
clear:both;
}


/* color -------------------------------------------*/

.white { color: #ffffff; }
.red { color: #cc0000; }
.red02 { color:#d60018 }

/* class -------------------------------------------*/

.ind {
	padding-left: 1em;
	text-indent: -1em;
}


