html {
	font-size: 100%;
	min-height: 101%;
}
/* TEXT */
body {
	font-size: 12px;
	font-family: "MS PGothic","Osaka","Lucida Grande",Tahoma,Verdana,Arial,sans-serif;
	line-height: 1.1;
}
h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
p {
	font-size: 12px;
	line-height: 1.2;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	body { font-size: 12px; }
	h1 { font-size: 17.4px; }
	h2 { font-size: 15.5px; }
	h3 { font-size: 13.5px; }
	p {
		font-size: 12px;
		line-height: 1.2;
	}
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
img { -ms-interpolation-mode:bicubic; font-size: 12px; line-height: 1;}
.section .within { overflow: hidden;_overflow: visible; _zoom:1; }
.mod .inner,
.mod .inner .hd,
.mod .inner .bd,
.mod .inner .ft { overflow: hidden;_overflow: visible; _zoom:1; }
.left {
	_display: inline;
	float: left;
}
.right {
	_display: inline;
	float: right;
}
.clear				{ clear: both; }
.layout_center		{ margin-left: auto; margin-right: auto; position:relative; }
.text_center		{ text-align: center; }
.text_right			{ text-align: right; }
.text_left			{ text-align: left; }
.strike_out			{ text-decoration: line-through; }
.underline			{ text-decoration: underline; }
.bold				{ font-weight: bold; }
.reset_type_style	{ font-weight: normal; font-style: normal; font-size: 100%;
					text-decoration: none; background-color: none; word-spacing: normal;
					letter-spacing: 0px; text-transform: none; text-indent: 0px; }
.hide				{ display: none; }
.show				{ display: block; }
.invisible			{ visibility: hidden; }
.replace {
	display: block;
	padding: 0;
	margin: 0;
	text-indent: -9000%;
}
h1,h2,h3,h4,h5,h6 { font-weight: bold; }
strong, em { font-weight: bold; }
a:hover img.trans {
	cursor: pointer;
	opacity: .68;
	filter: alpha(opacity=68);
	-ms-filter: "alpha(opacity=68)";
	-khtml-opacity: .68;
	-moz-opacity: .68;
}
