@charset "utf-8";

/* ========== import ========== */
@import url('base.css');
@import url('content.css');
/* ========== initialize & reset ========== */
* {
	margin:0;
	padding:0;
}
img {
	border:none;
}
caption, th {
	text-align:left;
	font-weight:normal;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
ul {
	list-style:none;
}
em {
	font-weight:bold;
	font-style:normal;
}
/* ========== clearfix ========== */
.clrFix:after {
	content:".";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
}
* html .clrFix {
	display:inline-table;
}/* for IE6 */
/* ========== common setting =========== */
/* hide from browser */
.hide, hr {
	display:none;
}
.skip {
	font-size:0;
	text-indent:-9999px;
	height:0;
	overflow:hidden;
}
/* float */
.lt {
	float:left;
	margin:0 15px 15px 0;
}
.ct {
	display:block;
	text-align:center;
	margin:0 auto 15px auto;
}
.rt {
	float:right;
	margin:0 0 15px 15px;
}
/* text align */
.a-lt {
	text-align:left !important;
}
.a-ct {
	text-align:center;
}
.a-rt {
	text-align:right;
}
/* anchor */
a:link {
	color:#0000ff;
}
a:visited {
	color:#660099;
}
a:hover {
	color:#ff3300;
	text-decoration:none;
}
a:active {
	color:#ff3300;
	text-decoration:none;
}
.font12px {
	font-size: 12px;
	line-height: 20px;
}

