@charset "UTF-8";

/* title */

#bodySection div.title {
	padding: 0px 0px 30px 0ox;
}

#bodySection div.title .bnr {
	padding:10px 0 20px;
	text-align:center;
}


/* diary section */

#bodySection div.diaryBody {
	width: 718px;
	margin: 0px auto;
}

/** Diary left section **/

#bodySection div.diaryBody div.diaryLeftSection {
	float: left;
	width: 520px;
}

#bodySection div.diaryBody div.diaryLeftSection div.entryContainer {
	width: 520px;
}

#bodySection div.diaryBody div.diaryLeftSection div.entryContainer p.date {
	padding: 10px 10px 5px 0px;
	text-align: right;
	font-size: 90%;
	font-weight: bold;
}

#bodySection div.diaryBody div.diaryLeftSection div.entryContainer div.entry {
	margin: 0px 0px 30px 0px;
	border-top: solid 2px #910909;
	border-bottom: solid 1px #910909;
}

#bodySection div.diaryBody div.diaryLeftSection div.entryContainer div.entry h2 {
	margin: 1px 0px 10px 0px;
	padding: 8px 10px 5px 37px;
	border-top: solid 1px #910909;
	background-image: url("/diary/img/entrytitle_bg.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	font-weight: bold;
	font-size: 120%;
}

#bodySection div.diaryBody div.diaryLeftSection div.entryContainer div.entry div.letter {
	padding: 10px 10px 0px 10px;
}

#bodySection div.diaryBody div.diaryLeftSection div.entryContainer div.entry div.letterMore {
	padding: 20px 10px 0px 10px;
}

#bodySection div.diaryBody div.diaryLeftSection div.entryContainer div.entry div.continuation {
	margin: 0px 10px 10px 10px;
	text-align: right;
	font-size: 80%;
	line-height: 130%;
}

#bodySection div.diaryBody div.diaryLeftSection div.entryContainer div.entry div.letter p {
	margin: 0px 0px 20px 0px ;
	font-size: 80%;
	line-height: 150%;
}

#bodySection div.diaryBody div.diaryLeftSection div.entryContainer div.entry div.letterMore p {
	margin: 0px 0px 20px 0px ;
	font-size: 80%;
	line-height: 150%;
}

/*** for Date-Based Archive ***/

#bodySection div.diaryBody div.diaryLeftSection div.pageNavi {
	margin: 10px 0px 10px 0px;
}

#bodySection div.diaryBody div.diaryLeftSection div.pageNavi ul {
	
}

#bodySection div.diaryBody div.diaryLeftSection div.pageNavi ul li {
	font-size: 80%;
}

#bodySection div.diaryBody div.diaryLeftSection div.pageNavi ul li.prev {
	float: left;
	width: 200px;
	text-align: left;
}

#bodySection div.diaryBody div.diaryLeftSection div.pageNavi ul li.main {
	float: left;
	width: 120px;
	text-align: center;
}

#bodySection div.diaryBody div.diaryLeftSection div.pageNavi ul li.next {
	float: right;
	width: 200px;
	text-align: right;
}



/** Diary right section **/

#bodySection div.diaryBody div.diaryRightSection {
	float: right;
	width: 170px;
}

#bodySection div.diaryBody div.diaryRightSection h3 {
	padding: 10px 5px 5px 5px;
	border-bottom: solid 2px #910909;
	font-size: 90%;
	font-weight: bold;
	letter-spacing: 1px;
}

#bodySection div.diaryBody div.diaryRightSection div.sideContainer {
	margin: 1px 0px 0px 0px;
	padding: 10px 0px 40px 0px;
	border-top: solid 1px #910909;
}

#bodySection div.diaryBody div.diaryRightSection div.sideContainer ul li {
	margin: 0px 10px 5px 10px;
	line-height: 130%;
	font-size: 80%;
}

#bodySection div.diaryBody div.diaryRightSection div.sideContainer table {
	width: 160px;
	margin: 0px 5px;
	border-top: solid 1px #D39E9E;
	border-bottom: solid 1px #D39E9E;
}

#bodySection div.diaryBody div.diaryRightSection div.sideContainer table caption {
	color: #BD6C6C;
	font-size: 80%;
	text-align: center;
	letter-spacing: 1px;
	font-weight: bold;
}

#bodySection div.diaryBody div.diaryRightSection div.sideContainer table tr th {
	width: 14%;
	margin: 0px;
	padding: 4px 2px;
	border-bottom: solid 1px #CCCCCC;
	font-weight: normal;
	font-size: 80%;
}

#bodySection div.diaryBody div.diaryRightSection div.sideContainer table tr td {
	margin: 0px;
	padding: 3px 2px ;
	color: #666666;
	font-size: 80%;
	text-align: center;
}

#bodySection div.diaryBody div.diaryRightSection div.syndicate {
	margin: 50px 0px 20px 0px;
	font-size: 70%;
	text-align: center;
}



