/*----------------------------------------------------
base css for post


----------------------------------------------------*/

/* element -----------------------------------------*/

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: x-small;
	font-family: verdana, helvetica, arial, sans-serif;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}

td, th {
	vertical-align: top;
	color: #ffffff;
	font-size: x-small;
}

img, a img {
	border: 0;
}

sup, sub {
	font-size: 60%;
}

h1, h2, h3, h4, h5, h6, h7 {
	margin: 0;
	padding: 0;
	font-size: x-small;
	font-weight: normal;
}

li img {
	vertical-align: bottom;
}

a:link { color: #ff6600; text-decoration: none; }
a:visited { color: #ff6600; text-decoration: none; }
a:hover { color: #ff6600; text-decoration: underline; }
a:active { color: #ff6600; text-decoration: underline; }

img, div { behavior: url("/common/js/iepngfix/iepngfix.htc") }


/* font --------------------------------------------*/

.txt1 {
	font-size: x-small;
	line-height: 150%;
}

.txt1-lh {
	font-size: x-small;
	line-height: 180%;
}

.txt2 {
	font-size: small;
	line-height: 160%;
}

.txt2-lh {
	font-size: small;
	line-height: 200%;
}

.txt3 {
	font-size: medium;
	line-height: 130%;
}

table.txt1-t td {
	font-size: x-small;
	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.awhite:link { color: #ffffff; }
a.awhite:visited { color: #ffffff; }
a.awhite:hover { color: #ff6600; }
a.awhite:active { color: #ff6600; }


/* basic -------------------------------------------*/

.floatbox {
	overflow: hidden;
}

.floatbox:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/*\*/
* html .floatbox {
	height: 1em;
	overflow: visible;
}
/**/

.hide {
	display: none;
}


/* class -------------------------------------------*/

.ind {
	padding-left: 1em;
	text-indent: -1em;
}

.red {
	color: #cc0000;
}


