@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;
}
#siteMenu li {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
/*file16:ここまで*/
/*-----------------------------------------*/

#siteMenu li a:link, #siteMenu li a:visited {
	background-position:left;/*file18*/
}
#siteMenu li a:hover {
	background-position:right;/*file18*/
}

/*file16:ここから*/
/*-----------------------------------------*/
a#Mprofile {
	background-image: url(img/menu1_o.gif);/*file18*/
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow:hidden;
	width: 157px;
	height: 36px;
	display: block;
}
a#Mblog {
	background-image: url(img/menu2_o.gif);/*file18*/
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow:hidden;
	width: 157px;
	height: 36px;
	display: block;
}
a#Mdv {
	background-image: url(img/menu3_o.gif);/*file18*/
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow:hidden;
	width: 157px;
	height: 36px;
	display: block;
}
a#Mphoto {
	background-image: url(img/menu4_o.gif);/*file18*/
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow:hidden;
	width: 157px;
	height: 36px;
	display: block;
}
a#Mcontact {
	background-image: url(img/menu5_o.gif);/*file18*/
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow:hidden;
	width: 157px;
	height: 36px;
	display: block;
}
/*file16:ここまで*/
/*-----------------------------------------*/
dl {
	width: 150px;/*★file19:見出しの幅指定を親要素でする★*/
	padding: 0px;
	margin: 55px 0px 65px 13px;
}
dt {
	font-size: 100%;/*file12*/
	background-image: url(img/info-title.gif);/*★file19:見出しの画像指定★*/
	background-repeat: no-repeat;/*★file19:見出しの画像指定★*/
	background-position: top;/*★file19:見出しの画像指定★*/
	color: #FFFFFF;/*★file19:見出しの文字色の指定★*/
	background-color: #000000;/*★file19:見出しの背景色を指定★*/
	padding: 3px 7px;/*★file19:見出しの文字位置の調整★*/
}
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*/
}
