@charset "UTF-8";

/* -----------------------------------------------
 *                 entry styles
 * ----------------------------------------------- */
 
/* =========== all elements =========== */ 

/* ----- entry list layout ----- */

.blog-text {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 80%;
}

.blog-img {
	float: left;
}

.blog-img img {
	border: 3px solid #CCCCCC;	
}

.blog-text-inner {
	float: right;
	width: 470px;
}

.ttl-blog-text {
	font-size: 120%;
	font-weight: bold;
	margin-top: 3px;
}

.blog-more {
	background-color: #CCCCCC;
	float: right;
	height: 10px;
	width: 470px;
	margin-top: -10px;
	text-align: right;
}

.blog-more img {
	margin-top: 2px;
	margin-right: 5px;
}


/* ----- entry layout ----- */

.entry-inner {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #333333;
	margin-top: 20px;
	margin-bottom: 15px;
}

.entry-text {
	background-image: url(../img/arrow_bk.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-left: 15px;
}

.entry-day {
	font-size: 80%;
}

.entry-ttl {
	font-size: 120%;
	font-weight: bold;
	color: #908075;
}

.entry-text-detail {
	margin-top: 10px;
}

.entry-text-detail p {
	margin-top: 12px;
	margin-bottom: 12px;
}

.entry-img {
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
}

.to-comment {
	margin-top: 30px;
	margin-bottom: 20px;
}


/* =========== shop blog detail list elements =========== */

/* ----- shop blog detail layout ----- */

.to-friends {
	margin-top: 30px;
	margin-bottom: 20px;
}


/* ----- shop blog-comment ----- */

#blog-comment {
	background-image: url(../img/bg_blog_comments.gif);
	background-repeat: repeat-y;
	width: 565px;
	margin-top: 10px;
	font-size: 90%;
}

#ttl-blog-comment {
	background-image: url(../img/ttl_blog_comments.gif);
	background-repeat: no-repeat;
	height: 48px;
	width: 565px;
}

#ttl-blog-comment span {
	display: none;
}

#blog-comment-inner {
	background-image: url(../img/bottom_blog_comment.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 6px;
	padding-top: 5px;
}

#blog-comment-text {
	margin-right: 20px;
	margin-bottom: 2px;
	margin-left: 20px;
}

.comment_bd {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 20px;
}

#please-comment {
	margin-top: 10px;
	margin-bottom: 10px;
	
}

.posted {
	margin-bottom: 10px;
	color: #666699;
}



input#comment-author, #comment-email {
	border: 1px solid #ddd;
	background: #fff;
	vertical-align: middle;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	line-height: 100%;
	margin-top: 2px;
}

.comment-caption {
	font-size: 90%;
	background-image: url(../img/arrow_comment.gif);
	padding-left: 10px;
	background-repeat: no-repeat;
}
