@charset "utf-8";
/* ---------------
blog.css
--------------- */
#blogHeader {
	background: url("../../blog@chantilly/images/blogHeader.png") no-repeat center top;
	height: 116px;
	margin: 0;
	padding: 60px 0 0 20px;
	font-size: 20px;
	color: #54462E;
}

#blogHeader a#blogLogo {
	margin: 0 0 5px 0;
}

#main {
    background: none;
	float: right;
    margin: 0;
    padding-top: 0;
    width: 617px;
}

#main .entryWrapper {
    margin: 20px 0 0;
	padding:0;
	background-image: none;
}

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

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

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

#main .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%;
}
#main .entryWrapper p.infoDate span {
	font-size: 16px;
}


#main .entryWrapper .blogEntryCategory {
	position: absolute;
		top: 50px;
		left: 100px;
}


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


#sub {
    margin: 18px 12px 0 0;
}
p#profilBanner {
	margin-bottom: 10px;
}

#sub div {
	background: url("/themes/chantilly/images/subBg.gif") repeat-y scroll center center transparent;
    margin-bottom: 10px;
}
#sub div ul {
    background: url("/themes/chantilly/images/menu/ContentFooter.gif") no-repeat scroll center bottom transparent;
    padding-bottom: 13px;
}

ul#aboutEntryList {
	padding-bottom: 13px;
	background: url("/themes/chantilly/images/menu/ContentFooter.gif") no-repeat center bottom;
}

#sub div li a {
	display:block;
	width: 175px;
	padding: 9px 10px 10px 35px;
	border-right: solid 1px #ECE4D8;
	border-left: solid 1px #ECE4D8;
	border-bottom: dashed 1px #BDB099;
	background: url("/themes/chantilly/images/markerYellow.gif") no-repeat 17px 15px;
}

#sub div li#viewing {
	display:block;
	padding:9px 10px 10px 35px;
	border-right: solid 1px #ECE4D8;
	border-left: solid 1px #ECE4D8;
	border-bottom: dashed 1px #BDB099;
	background: #ECE4D8 url("/themes/chantilly/images/markerWhite.gif") no-repeat 17px 15px;
	color: #54462E;
	font-weight:bold;
}

#sub div li a:hover{
	width: 175px;
	background: #F7F2E8 url("/themes/chantilly/images/markerYellow.gif") no-repeat 17px 15px;
}

#sub #subCategory h3 {
	background: url("../../blog@chantilly/images/categoryListTop.png") no-repeat scroll left top transparent;
    height: 40px;
    text-indent: -9999px;
    width: 222px;
	border-bottom: solid 1px #ECE4D8;
}

#sub #subEntryList h3 {
	background: url("../../blog@chantilly/images/newEntryListTop.png") no-repeat scroll left top transparent;
    height: 40px;
    text-indent: -9999px;
    width: 222px;
	border-bottom: solid 1px #ECE4D8;
}


#sub #subArchiveList h3 {
	background: url("../../blog@chantilly/images/archiveTop.png") no-repeat scroll left top transparent;
    height: 40px;
    text-indent: -9999px;
    width: 222px;
	border-bottom: solid 1px #ECE4D8;
}

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

#main .entry table {
	width: 560px;
}
/* 編集ページのtableは width: auto (wysiwygユニットに影響する) */
#main .entry .entryFormColumn table {
	width: auto;
}

.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;
}
