@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	font-size:12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "osaka－等幅", Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	color: #333;
}

body{
	margin:0px 0px 0px 0px;
	color:#5f5f5f;
	background-color:#ffffff;
	text-align:center;
	line-height:1.4em;
}

img{
	border:0px;
	margin:0px;
	vertical-align:top;
}

a {
	color:#67ae28;
}
a:hover{
	color:#F66;
}


li a:link{
	text-decoration: none
}
li a:visited{
	text-decoration: none
}
li a:hover{
	text-decoration: underline;
}

br.clear{
	clear:both;
}

div .left{
	float:left;
}
div .right{
	float:right;
}
