/***********************************************/
/* HTML tag styles                             */
/***********************************************/
* {
	font-size:100%;
	margin:0px;
	padding:0px;
}

body {
	color:#333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height:120%;
	margin:0px auto;
	padding:0px auto;
	text-align:center; /* for IE hack */
}

h1 {
	margin:5px 0px 0px 0px;
}

a,
a:link,
a:visited {
	color: #0033FF;
	text-decoration: underline;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

table {
	border-collapse:collapse;
	border-spacing:0px;
	empty-cells:hide;
	margin:auto;
}

td a {
	display:block;
}

/*
ul {
	margin:0px;
	padding:0px;
}

li {
	margin:0px;
	padding:0px;
}
*/

.clearfix:after {
  clear:both;
  content:".";
  display:block;
  height:0;
  visibility: hidden;
}

.clearfix {
  min-height:1px;
}

* html .clearfix {
  height:1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*********************/
/***** toTopPage *****/
/*********************/
#toPageTop{
	background:url("http://www.nico8.com/img/yn007_01.gif") no-repeat left -0.2em;
	float:right;
	margin:5px auto 5px;
	padding-left:20px;
}

.indicator {
	background-image:url('http://www.nico8.com/img/indicator.gif');
	background-repeat:no-repeat;
	background-position:center 35%;
	background-color:white;
}
