@charset "utf-8";

html {
	background-image: url(img/back.gif);/*★file14：背景画像の指定★*/
}
body {
	margin: 0px;
	padding: 0 6px 0 0;/*★file14：影のイメージ分、右にpadding追加★*/
	width: 800px;
	font-size: 75%;/*file11*/
	font-family: "メイリオ","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;/*file13*/
	background-image: url(img/back-kage.gif);/*★file14：背景画像の指定★*/
	background-repeat: repeat-y;/*★file14：背景画像の繰り返し方法の指定★*/
	background-position: right top;/*★file14：背景画像の位置の指定★*/
	background-color: #FFFFFF;/*★file14：背景色の指定★*/
}

#header {
	margin-bottom: 10px;
}
h2,h1 {/*★file14：背景の繰り返し指定の確認に邪魔なスペースがでるので、とりあえずマージンを消す★*/
margin: 0;
}

#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*/
}
