@charset "utf-8";

html{
	height: 100%;
	margin-bottom: 1px;
}
body {
	font: 16px/26px 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ','ＭＳ Ｐゴシック', 'Osaka',  sans-serif;
	color: #111111;
	margin: 0;
	border: 0;
	padding: 0;
	background: #FFFFFF;
}
h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
}
ol,ul {
	list-style: none;
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
img{
	border: 0;
	vertical-align: top;
}
strong{
	font-weight: normal;
}
a:link { color: #ef4900;  text-decoration:underline; }
a:visited { color: #ef4900;  text-decoration: underline; }
a:active { color: #ef4900; text-decoration:none; }
a:hover { color: #ef4900; text-decoration:none; }

.tx-12 {
	font-size:12px;
}
.tx-14 {
	font-size:14px;
}
.tx-20 {
	font-size:20px;
	line-height: 34px;
}
.tx-18 {
	font-size:18px;
	line-height: 34px;
}
.tx-g {
	color:#00abb2;
	font-weight:bold;
}
.tx-b {
	font-weight:bold;
}

.tx-r {
	color:#fa0f0c;
	font-weight:bold;
}

.tx-or {
	color:#ef4900;
	font-weight:bold;
}
.tx_center {
	text-align: center;
}
.tx_right {
	text-align: right;
}

.f_r{ float:right; }
.f_l{ float:left; }
.mb-0{ margin-bottom: 0px; }
.mb-5{ margin-bottom: 5px; }
.mb-10{ margin-bottom: 10px; }
.mb-20{ margin-bottom: 20px; }

.mt-0{ margin-top: 0px; }
.mt-5{ margin-top: 5px; }
.mt-10{ margin-top: 10px; }
.mt-20{ margin-top: 20px; }

.ml-20{ margin-left: 20px; }
.mr-20{ margin-right: 20px; }


.pb-0{ padding-bottom: 0px; }
.pb-5{ padding-bottom: 5px; }
.pb-10{ padding-bottom: 10px; }
.pb-20{ padding-bottom: 20px; }

.pt-0{ padding-top: 0px; }
.pt-5{ padding-top: 5px; }
.pt-10{ padding-top: 10px; }
.pt-20{ padding-top: 20px; }

a:hover.rollover img{
	-moz-opacity:0.60;
	opacity:0.60;
	filter:alpha(opacity=60);
}

.displayNone{
	display: none;
}

/* clearfix */
.clearfix{
    min-height: 0em;
    display: inline-table;
}
.clearfix:after{
    content: "";
    display: block;
    clear: both;
    height: 0px;
    overflow: hidden;
}

/*\*/
* html .clearfix{
    height: 1em;
}

.clearfix{
    display: block;
}

/* window float */
div.windowFloating{
	position:fixed;
	top: 0px;
	/top: 0px;
	_position: absolute;
	_top: expression(eval(document.documentElement.scrollTop+0)); 
}

.addMargin2{
	margin-top: 0px;
	/margin-top: 0px;
}
.addMargin1{
	margin-top: 0px;
	/margin-top: 0px;
}