@charset "UTF-8";
#pdiary {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 13px;
	line-height: 21px;
	color: #333333;
	text-align: left;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 40px;
}
#backnumbe {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	margin-bottom: 30px;
}
#data {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 15px;
	color: #333333;
	background-image: url(../photodiary/images/yakumono.gif);
	background-repeat: no-repeat;
	text-align: left;
	width: 622px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 18px;
	padding-right: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F39700;
	font-weight: bold;
	background-position: -1px;
}
#photo {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-top: 5px;
}
#comment h3 {
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-bottom: 12px;
	padding-left: 5px;
	margin-bottom: 7px;
}
#comment {
	width: 600px;
	padding-top: 3px;
	padding-bottom: 8px;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
}
#diarytxt {
	float: left;
	width: 285px;
}
#photo-s {
	margin-left: 7px;
}
#dphoto {
	margin-bottom: 7px;
}
#year {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 13px;
	color: #333333;
	text-align: right;
	width: 652px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#year a:link {
	color: #333333;
	text-decoration: underline;
}
#year a:visited {
	color: #666666;
	text-decoration: none;
}
#year a:hover {
	color: #FF6600;
	text-decoration: underline;
}
#year a:active {
	color: #FF6600;
	text-decoration: underline;
}
#back {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 11px;
	color: #333333;
	width: 650px;
	margin-top: 0px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}
#back a:link {
	color: #333333;
	text-decoration: underline;
}
#back a:visited {
	color: #333333;
	text-decoration: none;
}
#back a:hover {
	color: #FF6600;
	text-decoration: underline;
}
#back a:active {
	color: #FF6600;
	text-decoration: underline;
}
/* go to top */
#goto-top {
	position: fixed;
	bottom: 30px;
	right: 80px;
}
#goto-top a {
	display: block;
	width: 50px;
	height: 50px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 18px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	text-shadow: 0px -1px 0px rgba(000,000,000,0.4),
    0px 1px 0px rgba(255,255,255,0.3);
	font-size: 15px;
	text-decoration: none;
	transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	background-color: #999;
	background-position: left top;
	-ms-transition: all 0.2s linear 0s;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 0;
	vertical-align: middle;
}
#goto-top a:hover {
  display: block;
  background-color: #cccccc;
  margin: 0;
 }
 .frame {
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
	height: 30px;
	width: 300px;
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: left;
	float: left;
	margin-left: 40px;
}
