@charset "utf-8";
/* CSS Document */

	* {
	margin:0;
	padding:0;
}
html,
body {
	height:100%;
}
body {
	text-align:center; /* horizontal centering for IE Win quirks */
}
#distance {
	width:1px;
	height:50%;
	margin-bottom:-100px;
	float:left;
}
#indexbox {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:200px;
	width:600px;
	clear:left;
}
#indexbox01 {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:20px;
	width:600px;
	clear:left;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;

}

	a:link,
	a:visited,
	a:hover,
	a:active {
	color: #333333;
	text-decoration: none;
}


