@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	width: 800px;
	font-size: 75%;/*file11*/
	font-family: "メイリオ","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;/*★file13で追加★*/
}

#header {
	margin-bottom: 10px;
}

#siteMenu {
	width:167px;
	float:left;/*file10*/
	margin-bottom: 10px;
}
dt {
	font-size: 100%;/*file12*/
}
dd {
	font-size: 80%;/*file12*/
}

#contents {
	float: left;/*file10*/
	width: 600px;
	margin: 0 0 10px 13px;
}
h3 {
	font-size: 120%;/*file12*/
}
strong {
	font-size: 240%;/*file12*/
}

#copyright {
	clear: both;/*file10*/
}
