@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;
	_height: 1px;/*★file20:clearfix用★*/
	min-height: 1px;/*★file20:clearfix用★*/
}
#contents:after {/*★file20:clearfix用★*/
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
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*/
	_height:18px;/*file19*/
	background-color: #000000;/*file19*/
	color: #FFFFFF;/*file19*/
	margin: 0 0 10px 0;/*file19*/
	line-height:100%;/*file19*/
}


#contents p.photoRead {/*★file20★*/
	margin-top: 0.8em;
	margin-bottom: 1em;
}
#contents .photoRead img {/*★file20★*/
	float: left;
	border: 1px solid #000000;
	margin-right: 1em;
	margin-bottom: 1em;
}
strong {
	font-size: 240%;/*file12*/
	color: #FF33FF;/*★file20★*/
	line-height:120%;/*★file20★*/
}

.more {/*★file20:clearfix用★*/
	_height: 1px;
	min-height: 1px;
}
.more:after {/*★file20:clearfix用★*/
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.more a {/*★file20★*/
	background-image: url(img/nikukyu-.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	float: right;
	padding-right: 20px;
}

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