@charset "utf-8";

html {
	background-image: url(img/back.gif);/*file14*/
	background-position: 2px top;/*file14*/
}
body {
	margin: 0px;
	padding: 0 6px 0 0;/*file14*/
	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;
	background-image: url(img/site-title.gif);/*file15*/
	background-repeat: no-repeat;/*file15*/
	height: 91px;/*file15*/
	text-indent: -9999px;/*file15*/
}
h2,h1 {/*file14：背景の繰り返し指定の確認に邪魔なスペースがでるので、とりあえずマージンを消す*/
	margin: 0;
}
#siteMenu {
	width:167px;
	float:left;/*file10*/
	margin-bottom: 10px;
}

/*★file16:リストの基本スタイル削除★*/
/*-----------------------------------------*/
#siteMenu ul {
	padding: 0px;
	margin: 0px 0px 0px 10px;
	list-style-type: none;/*★file16:リストの頭の「・」を削除★*/
}
#siteMenu li {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
/*★file16:リストの基本スタイル削除：ここまで★*/
/*-----------------------------------------*/

/*★file16:ボタンの箇所に画像置換★*/
/*-----------------------------------------*/
a#Mprofile {
	background-image: url(img/menu1.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 157px;
	height: 36px;
	display: block;
}
a#Mblog {
	background-image: url(img/menu2.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 157px;
	height: 36px;
	display: block;
}
a#Mdv {
	background-image: url(img/menu3.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 157px;
	height: 36px;
	display: block;
}
a#Mphoto {
	background-image: url(img/menu4.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 157px;
	height: 36px;
	display: block;
}
a#Mcontact {
	background-image: url(img/menu5.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 157px;
	height: 36px;
	display: block;
}
/*★file16:ボタンの箇所に画像置換:ここまで★*/
/*-----------------------------------------*/

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*/
	background-color: #000000;/*file15*/
	background-image: url(img/copyright.jpg);/*file15*/
	background-repeat: no-repeat;/*file15*/
	background-position: center center;/*file15*/
	text-indent: -9999px;/*file15*/
	height: 20px;/*file15*/
}
