/*　栃木県総合教育センター　トップページのスタイルシート　*/

/*　全体　*/
body {
	font-size: 90%;
	line-height: 120%;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #FAFAFA;
}


.rireki_content {
	width: 320px;
	text-align: left;
	background-color: #ffffff;
	margin-right: auto;
	margin-left: auto;

}

iframe {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




/*　リスト　*/
ul {
	MARGIN: 0em;
	TEXT-ALIGN: left;
	type: square;
	list-style-type: square;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 1.5em;
}

.li-rireki {
	COLOR: #444444;
	padding: 0px;
	list-style-image: url(img-top/li-07.gif);
	list-style-type: circle;
	margin: 0em;
	list-style-position: outside;
	font-size: 0.9em;


}


/*　リンクカラーの設定　*/
a:link {
	color: #333333;
	padding: 0px;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	padding: 0px;
	text-decoration: underline;
}
a:hover {
	color: #cc3333;
	padding: 0px;
}
a:active {
	color: #333333;
	padding: 0px;
	text-decoration: none;
}


/*　レイアウト　*/
.no-display {
	display: none;
}
