@charset "utf-8";
@import url("story.css");
/* CSS Document */


#ditail .subtitle {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #E3DAC3;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#ditail .subtitle .day,#ditail .subtitle .name {
	float: right;
	color: #A9A9A9;
}
#ditail .subtitle .day{
	font-size: 1.2em;
	width: auto;
	padding-right: 10px;
}
#ditail .subtitle .name{
	font-size: 1.2em;

}
#story .storybox  {
}
#story .storybox .img00 {
	width: auto;
	border: 2px solid #94422A;
	margin-bottom: 20px;
}
#story .storybox .L {
	width: 360px;


}
.storybox .L .txtbox {
	margin-bottom: 22px;
	color: #666;
}
.storybox .L .txtbox h3 {
	font-size: 0.9em;
	margin-bottom: 5px;
}
.storybox .L .txtbox p {
}


#story .storybox .R {
	width: 282px;
}
.storybox .R .PHbox img {
	margin-bottom: 8px;
	border: 1px solid #A49D93;
}
#story .messagebox {
	height: auto;
	width: auto;
	margin-bottom: 24px;
	border: 2px solid #A1543F;
	padding-top: 16px;
	padding-right: 75px;
	padding-bottom: 16px;
	padding-left: 21px;
	background-image: url(../img/story/bg_box.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#story .messagebox .L {
	width: 146px;
}

#story .messagebox .img {
	height: auto;
	width: auto;
	margin-bottom: 34px;
}
#story .messagebox .L .staff {
}

#story .messagebox .R{
	width: 388px;
	float: right;
	height: auto;
}
#story .messagebox .txtbox{
	width: auto;
	height: auto;
	margin-bottom: 10px;
	color: #666;
}
#story .messagebox .R .txtbox h3{
	font-size: 0.85em;
	font-weight: lighter;
	margin-bottom: 25px;
}
#story .messagebox .R .txtbox p {
}

