/*----------------------------------------------------
basic css for kounkan


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

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

body {
	margin: 0;
	padding: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 200%;
	color: #333333;
	background: url(../../images/bg.gif) top repeat-x #f6f6f6 ;
	-webkit-text-size-adjust: none;
}

th, td {
	vertical-align: top;
}

p { margin: 1em 0; }
form { margin: 0; }
img, a img { border: 0; vertical-align: bottom; }
sup {
	position: relative;
	top: -1ex;
	font-size: 60%;
	vertical-align: baseline;
}
sub { font-size: 60%; }
li img, dt img, dd img { vertical-align: bottom; }

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

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


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

.clear {
	clear:both;
}

.clearfix {
	overflow: hidden;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	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;
}

.noactive {
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}
