/*---------- selfbuiild(diary) ----------*/

body {
	margin : 0px;
	padding : 0px;
	color : #504030;
	background-color : #d8d0a0;
	text-align : center;
}

a:link {
	color : #803020;
	text-decoration : underline;
}

a:visited {
	color : #803020;
	text-decoration : underline;
}

a:hover {
	color : #fff;
	background-color : #803020;
	text-decoration : none;
}

a:active {
	color : #803020;
	text-decoration : underline;
}

.layout {
	width : 720px;
	margin : 20px auto;
	padding : 0px;
	position : relative;
	font-family : "‚l‚r ‚oƒSƒVƒbƒN", "Osaka", "sans-serif";
}

.shortcut {
	float : right;
	width : 220px;
	padding : 0px;
}

.calendar {
	margin : 0px 0px 15px 24px;
	padding : 7px 0px;
	border : 2px solid #706040;
	background-color : #fff8e0;
	font-size : 13px;
	font-weight : bold;
	font-family : "Trebuchet MS", Osaka, sans-serif;
}

.index {
	margin : 0px 0px 0px 24px;
	border : 2px solid #706040;
	background-color : #fff8e0;
}

.index-top {
	margin : 10px 0px 0px 0px;
	text-align : center;
	font-size : 16px;
	font-weight : bold;
}

.index-list {
	margin : 8px 8px 5px 12px;
	padding : 0px;
	list-style : none;
}

.index-date {
	padding : 0px 0px 0px 15px;
	text-align : left;
	font-size : 12px;
	font-weight : bold;
	font-family : "Trebuchet MS", Osaka, sans-serif;
	background : url("http://kuzu-kuzu.com/img/list-dot.gif") no-repeat center left;
}

.index-title {
	padding : 0px 0px 2px 15px;
	text-align : left;
	font-size : 11px;
}

.diary {
	float : right;
	width : 500px;
	margin : 0px 0px 20px 0px;
	padding : 0px;
	text-align : left;
}

.diary-date {
	width : 150px;
	height : 30px;
	margin : 0px -44px -4px 0px;
	padding : 2px 0px 0px 0px;
	font-family : "Trebuchet MS", Osaka, sans-serif;
	font-weight : bold;
	text-align : center;
	font-size : 18px;
	color : #fff;
	background-image : url("http://kuzu-kuzu.com/img/tab.gif");
}

.diary-entry {
	margin : 0px 0px 30px 0px;
	border-style : none;
}

.diary-title {
	width : 100%;
	margin : 0px 0px 10px 0px;
	padding : 7px 0px 5px 0px;
	border : 2px solid #706040;
	text-align : center;
	font-size : 16px;
	font-weight : bold;
	background-color : #fff8e0;
}

.diary-scene {
	width : 100%;
	padding : 5px 0px;
	overflow : visible;
}

.diary-image {
	float : right;
	margin : 5px 0px 10px 7px;
}

.diary-image img {
	border : 2px solid #706040;
}

.diary-text {
	padding : 5px 0px 0px 0px;
	font-size : 13px;
	line-height : 125%;
	color : #403020;
}

.diary-text a {
	font-weight : bold;
}

.diary-text u {
	display : block;
	margin : 5px 0px;
	padding : 1px 5px 0px 5px;
	line-height : 18px;
	white-space : normal;
	word-break : break-all;
	line-break : normal;
	text-decoration : none;
	background-color : #e8e0b0;
	border : 1px solid #e0d8a8;
}

.diary-text i {
	font-size : 175%;
	color : #753;
	font-style : normal;
	font-weight : bold;
	line-height : 24px;
}

.diary-text ul {
	margin : 10px 0px 10px 20px;
}

.diary-text li {
	font-weight : bold;
	padding  : 3px 5px 3px 0px;
}


