/*---------- index ----------*/

body {
	margin : 0px;
	padding : 0px;
	color : #504030;
	background-color : #d8d0a0;
	text-align : center;
	font-size : 10px;
}

a:link {
	color : #803020;
	text-decoration : none;
}

a:visited {
	color : #803020;
	text-decoration : none;
}

a:hover{
	color : #fff;
	background-color : #803020;
	text-decoration : none;
}

a:active {
	color : #803020;
	text-decoration : none;
}

#layout {
	width : 720px;
	margin : 20px auto;
	padding : 0px;
	position : relative;
	font-family : "‚l‚r ‚oƒSƒVƒbƒN", "Osaka", "sans-serif";
}

#picture {
	float : left;
	width : 360px;
	padding : 0px;
	margin : 40px 0px 0px 0px;
}

.picture-comment {
	margin : 10px 0px 0px 0px;
	font-size : 13px;
	line-height : 20px;
}

#text {
	float : left;
	margin : 0px 0px 0px 20px;
	width : 340px;
	text-align : left;
}

.search {
	width : 100%;
	height : 40px;
	margin : 24px 0px 0px 0px;
	padding : 5px 0px 0px 0px;
	border : 2px dashed #803020;
}

.search-title {
	float : left;
	margin : 3px 0px 0px 10px;
	font-size : 12px;
	line-height : 14px;
}

.search-form {
	float : left;
	height : 10px;
	margin : 6px 0px 0px 5px;
	font-size : 12px;
}

.search-logo {
	float : left;
	margin : 0px 0px 0px 5px;
}

.index-list {
	margin : 20px 0px 0px 0px;
	padding : 0px;
	list-style : none;
}

.index-title {
	margin : 7px 0px 0px 0px;
	font-family : "Trebuchet MS", Osaka, sans-serif;
	font-weight : bold;
	font-size : 18px;
	line-height : 100%;
}

.index-data {
	margin : 5px 0px 0px 20px;
	font-size : 13px;
	line-height : 110%;
}

.index-sub-list {
	margin : 4px 0px 2px 0px;
	padding : 0px;
	list-style : none;
}

.index-sub {
	float : left;
	margin : 0px 12px 0px 0px;
	padding : 0px 0px 0px 15px;
	font-size : 14px;
	line-height : 16px;
	word-break : keep-all;
	background : url("http://kuzu-kuzu.com/img/list-dot.gif") no-repeat 			center left;
}

#update {
	width : 100%;
	margin : 16px 0px 0px 0px;
	padding : 5px;
	background : #c0b890;
}

#update a {
	font-weight : bold;
}

.update-text {
	margin : 8px 10px 0px 10px;
	font-family : "Trebuchet MS", Osaka, sans-serif;
	font-weight : bold;
	font-size : 16px;
	line-height : 120%;
}

.update-list {
	margin : 0px 10px 8px 20px;
	padding : 0px;
	list-style : none;
}

.update-title {
	margin : 5px 0px 1px 0px;
	padding : 0px 0px 0px 15px;
	font-family : "Trebuchet MS", "Osaka", "sans-serif";
	font-weight : bold;
	font-size : 14px;
	background : url("http://kuzu-kuzu.com/img/list-dot.gif") no-repeat 			center left;
}

.update-data {
	margin : 0px 0px 3px 15px;
	font-size : 12px;
}

.update-old {
	margin : 3px 0px 7px 0px;
	font-size : 13px;
	text-align : center;
}

#amazon {
	width : 100%;
	margin : 30px 0px 0px 0px;
	padding : 0px;
}

#amazon td {
	font-size : 12px;
}

#counter {
	width : 100%;
	margin : 0px;
	padding : 0px;
	font-family : "Trebuchet MS", Osaka, sans-serif;
	font-size : 16px;
	font-weight : bold;
	text-align : right;
}

