body {
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 170%;
	color: #333;
}
#all {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

h6 {
	font-size: 14px;
}
#photo-div {
	float: left;
	width: 180px;
	position: fixed;
}
#photo-div img {
	width: 180px;
	height: auto;
}
#photo-div .photo-mask {
	height: 250px;
	width: 180px;
	margin-bottom: 20px;
	overflow: hidden;
	text-align: center;
}



#text-div {
	float: right;
	width: 600px;
}

#text-div dl dt {
	background-color: #E7E7E7;
	padding: 5px;
	margin-bottom: 10px;
}
#text-div dl dd {
	margin-bottom: 20px;
	padding: 5px;
}
