@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*/
	margin: 0px;/*file19*/
	border: 1px dashed #000000;/*file19*/
	border-top: none;/*file19*/
	padding: 3px 5px 170px 5px;/*file19*/
	background-image: url(img/info-photo.jpg);/*file19*/
	background-position: center bottom;/*file19*/
	background-repeat: no-repeat;/*file19*/
}

#contents {
	float: left;/*file10*/
	width: 610px;
	margin: 0 0 10px 13px;
}
h3 {
	font-size: 120%;/*file12*/
	background-image: url(img/midashi.gif);/*★file19:見出しの画像指定★*/
	background-repeat: no-repeat;/*★file19:見出しの画像指定★*/
	background-position: left top;/*★file19:見出しの画像指定★*/
	padding: 6px 3px 0 27px;/*★file19:見出しの文字位置の調整★*/
	min-height:18px;/*★file19:見出しの文字位置の調整★　midashi.jpgの高さ(25px) - padding-topの値を入力 */
	_height:18px;/*★file19:見出しの文字位置の調整★　midashi.jpgの高さ(25px) - padding-topの値を入力 */
	background-color: #000000;/*★file19:見出しの背景色を指定★*/
	color: #FFFFFF;/*★file19:見出しの文字色の指定★*/
	margin: 0 0 10px 0;/*★file19:見出し自体の位置調整★*/
	line-height:100%;/*★file19:文字の行間を★*/
}
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*/
}

