@charset "utf-8";
/* CSS Document */
html{
	overflow-x: hidden;
}

body{
	font-family					:"メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size					:12px;
	line-height					:1.5;
	color						:#666;
}

dt,dl,dd,body{
	margin:0;
	padding:0;
}

dl{
	width:465px;
}

dt{
	color:#96c;
	width:85px;
	float:left;
}

dd{
	width:380px;
	float:left;
}
a:link{
	color						:#09f;
	text-decoration				:none;
}

a:visited{
	color						:#09f;
	text-decoration				:none;
}

a:hover{
	color						:#F30;
	text-decoration				:none;
}

a:active{
	color						:#F30;
	text-decoration				:none;
}
