@charset "utf-8";
/*    Dreamweaver課題練習用 base.css    */
html, body, div, h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, header, footer, nav, section, article, aside, small {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
img { border: 0; }
body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	background: #CCC;
	line-height: 1.5;
}
address { font-style: normal; }
ul, ol { list-style: none; }
a { text-decoration: none; }
