@charset "utf-8";

/* -----------------------------------------------------------

 Style Info:	default stylesheet

----------------------------------------------------------- */




/* default setting
----------------------------------------------------------- */

/* */
.txt-red {
	color: #9e191a;
}
.txt-large {
	font-size: 120%;
}
.txt-xlarge {
	font-size: 135%;
}
.txt-xxlarge {
	font-size: 150%;
}
.txt-small {
	font-size: 85%;
}
.txt-xsmall {
	font-size: 75%;
}
.txt-hidden {
	font-size: 1px;
	text-indent: -9999px;
}

/* */
.indent1 {
	text-indent: -1em;
	padding-left: 1em;
}

/* */
.left {
	float: left;
}
.right {
	float: right;
}

/* */
div.hidden {
	font-size: 1%;
	position: absolute;
	top: -100px;
	left: -100px;
	width: 0;
	height: 0;
	overflow: hidden;
}
br.clear {
	font :0/0 monotype;
	margin: 0;
	padding :0;
	clear: both;
}
hr.hr-no{
	display: none;
}



/* clearfix
----------------------------------------------------------- */

.clearfix {
	display: block;
	_display: inline-block;
	zoom: 100%;
	clear:both;
}
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}