/*----------------------------------------------------
basic css for kaishindo


----------------------------------------------------*/

/* element -----------------------------------------*/

html, body {
	height:100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: verdana, helvetica, arial, 'Hiragino Maru Gothic Pro', 'ヒラギノ丸ゴ Pro W4', Osaka,'ＭＳ Ｐゴシック', 'ＭＳ ゴシック', 'MS UI Gothic', sans-serif;
	font-size: x-small;
	line-height: 160%;
	color: #333333;
	background: #222222 repeat-y;
}
body.bgw { background-image: url("../images/bg_w.gif"); }
body.bgb { background-image: url("../images/bg_b.gif"); }

th, td {
	vertical-align: top;
	font-size: x-small;
	line-height: 160%;
	color: #333333;
}

body.bgb,
body.bgb th,
body.bgb td {
	color: #ffffff;
}

p { margin: 1em 0; }
form { margin: 0; }
img, a img { border: 0; }
sup, sub { font-size: 60%; }
li img { vertical-align: bottom; }

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: x-small;
	font-weight: normal;
}

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; }


/* font --------------------------------------------*/

.txt1 {
	font-size: x-small;
	line-height: 160%;
}

.txt1-lh {
	font-size: x-small;
	line-height: 200%;
}

.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 th, 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 -------------------------------------------*/

.clearfix {
	overflow: hidden;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}

/*\*/
* html .clearfix {
	height: 1em;
	overflow: visible;
}
/**/

.hide {
	display: none;
}

a .alpha {
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity: 1.00;
}

a:hover .alpha {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}


/* color -------------------------------------------*/

.white { color: #ffffff; }
.red { color: #cc0000; }


/* class -------------------------------------------*/

.ind {
	padding-left: 1em;
	text-indent: -1em;
}
