@charset "utf-8";

/* 01 reset */
html {
	font-size: 10px;
}
* html {
	font-size: 62.5%;
}
html,
body,
h1,h2,h3,h4,h5,h6,
div,p,strong,em,
ul,li,dl,dt,dd,
table,th,td,caption,
form,select,option,address {
   margin: 0;
   padding: 0;
}
 
body {
  text-align:center; 
}

ul,ol,li,dl,dt,dd {
	text-indent: 0;
	padding-left: 0;
}

ul li,
ol li {
	list-style:none;
}

q:before,q:after {
	content: '';
}

br {
  letter-spacing:0px;
}

img{
	border: 0;
	vertical-align: bottom;
}

table { 
	border-collapse: collapse; 
	cell-spacing: 0px;
	empty-cells: show;
}
#visual img {
	display: none;
}
#container h2 {
	display: none;
}
#topicpath li {
	color: #FF0000;
}
