#mainParts .position {
	margin:33px 0 0 0;
	padding-bottom:50px;
	width:941px;
	color:#111111;
	background:#fff url(img/main_back.gif) repeat-y left top;
}
/* ------------------------------
Container Layout 
------------------------------- */
#p-blog #contentsParts {
	float:left;
	display:inline;
	padding-top:0;
	width:712px;
	text-align:center;
}
#p-blog .inContainer {
	margin:0 auto;
	width:668px;
	text-align:left;
}

.entryHead {
	width:668px;
	margin-bottom:1.8em;
	padding-bottom:8px;
	background:#fff url(../img/line_dotted.gif) repeat-x left bottom;
}
.entryHead .dayParts {
	float:left;
	display:inline;
	padding:5px 0;
	font-size:10px;
	line-height:1.231;
}
.entryHead .tagParts {
	float:right;
	display:inline;
	padding:5px 12px;
	background-color:#eeeeee;
	font-size:10px;
	line-height:1.231;
	text-align:center;
	min-width:50px;
	width:auto !important;
	width:74px;
}
.Container h1, .Container h2 {
	font-weight:bold;
}
.Container h1, .Container h2, .Container p {
	line-height:1.8;
}
.Container {
	margin-bottom:35px;
	text-align:left;
}
.Container p {
	margin-bottom:1.8em;
}
.Container img {
	border:#f0f0f0 solid 7px;
}
.Container table {
	margin-bottom:1.8em;
}
.Container table th, #c-top .Container table td{
	padding:7px;
}
.Container table td{
	padding:7px;
}
.clearline {
	margin:0;
}
.clearline hr{
border-color:#f0f0f0;
border-top-width:5px;
height:5px;
}
.btnBackToMainParts {
	
}
/* ------------------------------
SubNaviParts Layout 
------------------------------- */
#blogSubNaviParts {
	 float:right;
	display:inline;
	 width:215px;
}
#blogSubNaviParts .labelSubNavi {
	width:215px;
	height:54px;
	background-image:url(img/label_sub.gif);
	background-repeat:no-repeat;
	background-position:left top;
	text-indent: -9000px;
	position:relative;
/*\*/
	overflow: hidden;
/**/
}
#labelCategories, #labelArchives, #labelRecentEntries {
	margin-top:10px;
	width:215px;
	height:25px;
	background-repeat:no-repeat;
	background-position:left top;
	text-indent: -9000px;
	position:relative;
/*\*/
	overflow: hidden;
/**/
}
#labelCategories {
	background-image:url(img/label_categories.gif);
}
#labelArchives {
	background-image:url(img/label_archives.gif);
}
#labelRecentEntries {
	background-image:url(img/label_recent-entries.gif);
}
#blogSubNaviParts ul {
	padding:0 0 12px 0;
	background:#fff url(../img/line_sub_dotted.gif) repeat-x left bottom;
	text-align:left;
}
#blogSubNaviParts ul li {
	padding:4px 0 4px 15px;
	background:#fff url(../img/li_sub_arrow.gif) no-repeat 7px 50%;
}


#blogSubNaviParts a.btnBackToMain{
	position:relative;
	left:4px;
	top:30px;
}