@charset "utf-8";

/*--------------------------------------
	Style Name : Home Style Sheet

	main-content
--------------------------------------*/


#main-content h3 {
	clear: both;
	margin-top: 15px;
	padding: 7px 0 7px 10px;
	text-align: left;
	font-size: 16px;
	line-height: 160%;
	font-weight: bold;
	color: #FF9900;
	background-color: #FFF0D9;
	border-left: 2px solid #FF9900;
}

#main-content h3 a {
	color: #FF9900;
	text-decoration: none;
}

#main-content .timestamp {
	clear: both;
	padding: 3px 0;
	text-align: left;
	font-weight: normal;
	font-size: 11px;
	line-height: 140%;
	color: #FF9900;
}

#main-content p.context {
	padding: 10px 0px;
	margin: 0px;
}

#main-content .entry-body {
	margin: 10px 0px 15px 0px;
	text-align: left;
	font-size: 14px;
	line-height: 160%;
}

#main-content .entry-body p {
	padding: 5px 0px 5px 0px;
	margin: 0px;
}

#main-content .entry-body img {
	float: right;
	margin: 0 0 10px 10px;
	padding: 3px;
	border: 1px solid #B9B9B9;
}

#main-content #pulldown_categoryarchives {
	clear: both;
	margin: 10px 0;
	padding: 0px;
	text-align: right;
}

#main-content  #contents-nav {
	clear: both;
	text-align: center;
	margin: 15px 0px;
	padding: 10px;
	font-size: 11px;
	line-height: 140%;
	color: #333333;
	background-color: #FFF5E6;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#main-content #archive-nav {
	clear: both;
	text-align: center;
	margin: 15px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 140%;
	color: #333333;
	background-color: #f0f0f0;
	border: 1px solid #cccccc;
}

#main-content div#cmn-contact a {
	clear: both;
	background: url(../../shared/image/contact.jpg) no-repeat top left;
	display: block;
	height: 146px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	text-decoration: none;
}

#main-content div#cmn-contact a:hover {
	background-position: 0px -146px;
}

#main-content .entry-body .pic-right {
	float: right;
	margin-left: 10px;
	padding: 3px;
	border: 1px solid #B9B9B9;
}

#main-content .entry-body .pic-left {
	float: left;
	margin-right: 10px;
	padding: 3px;
	border: 1px solid #B9B9B9;
}

#main-content .entry-body .pic-right-noborder {
	float: right;
	margin-left: 10px;
	padding: 3px;
	border: 1px solid #B9B9B9;
}

#main-content .entry-body .pic-left-noborder {
	float: left;
	margin-right: 10px;
	padding: 3px;
	border: 1px solid #B9B9B9;
}

#main-content .entry-footer,
#main-content #trackback,
#main-content #comment {
	clear: both;
	position: static;
	margin-top: 5px;
	padding: 5px 0px;
	border-top: 1px solid #CCCCCC;
	font-weight: normal;
	font-size: 11px;
	line-height: 140%;
	top: 0px;
	left: 0px;
}

/*-----------------------------------------------
ブログ共通 - トラックバックエリア
-----------------------------------------------*/

#main-content #trackback {
	clear: both;
	margin-top: 15px;
	padding: 0px;
}

#main-content #trackback_title {
	clear: both;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 5px 0px 5px 6px;
	font-weight: normal;
	font-size: 12px;
	line-height: 140%;
	border-left: solid 2px #FF9900;
	color: #FF9900;
	border-bottom: 1px solid #CCCCCC;
}

#main-content #trackback p.url {
	margin: 10px 0 10px 0;
	padding: 0;
	font-size: 12px;
	line-height: 140%;
}

#main-content #trackback p.detail,
#main-content #trackback p.entry {
	margin: 10px 0 10px 0;
	padding: 0;
	font-size: 11px;
	line-height: 140%;
}

#main-content #trackback p.posted {
	background: #f2f2f2;
	margin: 10px 0 15px 0;
	padding: 3px 0 3px 0px;
	font-size: 10px;
	border-bottom: 1px solid #ccc;
}

/*-----------------------------------------------
ブログ共通 - コメントエリア
-----------------------------------------------*/


#main-content #comment {
	clear: both;
	margin-top: 10px;
	padding: 0px;
	font-size: 12px;
	line-height: 140%;
}

#main-content #comment_title {
	clear: both;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 5px 0px 5px 6px;
	font-weight: normal;
	font-size: 12px;
	line-height: 140%;
	border-left: solid 2px #FF9900;
	color: #FF9900;
	border-bottom: 1px solid #CCCCCC;
}

#main-content #comment p.entry {
	margin: 10px 0 10px 0;
	padding: 0;
	font-size: 11px;
	line-height: 140%;
}

#main-content #comment p.posted {
	background: #f2f2f2;
	margin: 10px 0 15px 0;
	padding: 3px 0 3px 0px;
	font-size: 10px;
	border-bottom: 1px solid #ccc;
}


