/* CSS Document */

@charset "utf-8";

*{
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
 	font-size: 12px;
	line-height:18px;
}

html{
 	height:100%;
 	margin-bottom:1px;
	overflow-y:scroll;
}

body{
	background-image:url(../img/bg.png);
	background-repeat:no-repeat;
	background-position:0 100px;
	background-color:#F6F6F6;
}

img{
	border:	0px;
}

li{
	display:block;
	list-style-type:none;
}


dl,dd,dt{
	display:block;
}

a:link{
	color:#336699;
	text-decoration:none;
}
a:visited{
	color:#996699;
	text-decoration:none;
}
a:hover{
	color:#336699;
	text-decoration:underline;
}

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