@charset "utf-8";
* {
	padding:0px;
	margin:0;
}
body {
	background-color: #F7F7F7;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
html {
	overflow-x: hidden;
} 
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #CC3333;
	text-decoration: underline;
}
#iframe {
}
#iframe dl {
	font-size: 12px;
	padding: 10px;
	line-height: 120%;
}
#iframe dt {
	margin-bottom: 2px;
	line-height: 14px;
	height: 14px;
	background-image: url(../lesson/img/lsn_arw_01.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 7px;
	color: #CC3333;
}
#iframe dd {
	margin-bottom: 10px;
	padding-left: 7px;
	color: #003;
}
#iframe dl dd strong {
	color: #F00;
}

