@charset "utf-8";
/* CSS Document */

.contentwrap {
	min-height: 95%;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	line-height: 150%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;
}

#leftpane {
	float: left;
	width: 300px;
}
#rightpane {
	float: left;
	width: 300px;
}
.photoframe {
	padding: 0px 20px;
	margin: 2px;
	text-align: center;
	border: thin dashed #CCC;
}
.reset {
	clear: both;
}
.dialogwin {
	font-size: small;
	line-height: 110%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h2 {
	font-size: 100%;
	font-weight: normal;
}
input[type="file"] {
	width: 300px;
}
.photoframe .navibutton .button {
	min-width: 0px;
	padding: 5px 10px;
}
.photobox {
	height: 300px;
	width: 300px;
	border: thin dashed #048;
	text-align: center;
	padding: 0px;
	margin: auto;
}
img {
	border: none;
	padding: 0px;
	margin: 0px;
}
#photoselect {
	text-align: center;
}
#photonote {
	font-size: smaller;
}
.warning {
	font-size: inherit;
}
