@charset "utf-8";
/* ---------------
blog.css
--------------- */
.entryWrapper {
	clear: both;
	margin: 0 -5px 0;
	background-image: none;
}


.entryHeader {
    background: url("../../blog@chantilly/images/blogEntryTop.png") no-repeat scroll center top transparent;
    margin: 0;
    padding: 45px 30px 0 26px;
	position: relative;
}

.entry {
    background: url("../../blog@chantilly/images/blogEntrybody.png") repeat-y scroll center top transparent;
    margin-bottom: 24px;
    margin: 0;
    padding: 10px 0 0 26px;
	clear: both;
}

.entryfooter {
    background: url("../../blog@chantilly/images/blogEntrybottom.png") no-repeat scroll center bottom transparent;
    margin: 0 0 10px;
    padding: 20px 30px 20px 26px;
}

#blogLogo {
	margin: 0 0 10px;
	clear: both;
}

.entryWrapper p.infoDate {
	background: url("../../blog@chantilly/images/dateBg.png") no-repeat center top;
	text-align: center;
	margin: 0 10px 0 0;
	padding: 20px 0 0 0;
	height: 50px;
	width: 65px;
	float: left;
	font-weight: bold;
	font-size: 13px;
	line-height: 140%;
}
.entryWrapper p.infoDate span {
	font-size: 16px;
}


.entryWrapper .blogEntryCategory {
	position: absolute;
		top: 125px;
		left: 100px;
}


.entryWrapper .entryTitle {
    border: none;
    font-size: 16px;
    line-height: 1.7;
    margin: 35px 0 0;
    padding: 0 0 0 15px;
}


.entryWrapper .entryTitle a {
	font-weight: bold;
}
/* - - - - - - - - - - -
エントリー内スタイル修正
 - - - - - - - - - - - */
 
 
 /* 記事内の見出し3 */
.entry p,
.entry h3,
.entry h4,
.entry h5,
.entry ul,
.entry ol,
.continueLink a {
	margin-right: 30px;
}

.entry table {
	width: 560px;
}

.entry blockquote {
    clear: both;
    padding: 17px 20px;
    background-color: #FDFDFD;
    border: 1px solid #CCCCCC;
    color: #888888;
	margin: 20px 20px 20px 0;
}


/* 追記 */
div.column-image-right {/*右*/
   margin: 0 !important;
   padding: 0 20px 5px 20px;
   float: right;
}
div.column-image-left {/*左*/
   margin: 0 !important;
   padding: 0 20px 5px 0;
   float: left;
}
div.column-image-center {/*中央*/
   padding: 0 20px 5px 0;
   margin: 0 auto;
   text-align: center;
}
