@charset "utf-8";

html{
	height: 100%;
	margin-bottom: 1px;
}
body {
	font: 15px/26px 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ','ＭＳ Ｐゴシック', 'Osaka',  sans-serif;
	color: #333333;
	margin: 0;
	border: 0;
	padding: 0;
	background: #01676b;
}
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: #00abb2;  text-decoration:underline; }
a:visited { color: #00abb2;  text-decoration: underline; }
a:active { color: #77e6eb; text-decoration:none; }
a:hover { color: #77e6eb; text-decoration:none; }

.tx-14 {
	font-size:14px;
}.tx-20 {
	font-size:20px;
}
.tx-g {
	color:#00abb2;
	font-weight:bold;
}
.tx-b {
	color:#262a5e;
	font-weight:bold;
}

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

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;
}