/*---------- handmade(works) ----------*/

body {
	margin : 0px;
	padding : 0px;
	color : #504030;
	background : #d8d0a0;
	text-align : center;
}

body a {
	font-weight : bold;
}

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";
}

.index {
	float : right;
	width : 190px;
	margin : 0px 0px 0px 24px;
	border : 2px solid #706040;
	background-color : #fff8e0;
}

.index-top {
	margin : 10px 0px 0px 0px;
	text-align : center;
	font-family : "Trebuchet MS", Osaka, sans-serif;
	font-size : 18px;
	font-weight : bold;
}

.index-link {
	margin : 5px 10px 0px 10px;
	font-size : 12px;
}

.index-link-prev {
	float : left;
}

.index-link-next {
	float : right;
}

.index-link-genre {
}

.index-list {
	margin : 10px 8px 8px 12px;
	padding : 0px;
	list-style : none;
}

.index-title {
	padding : 8px 0px 8px 15px;
	text-align : left;
	font-size : 13px;
	font-weight : bold;
	background : url("http://kuzu-kuzu.com/img/list-dot.gif") no-repeat center left;
}

.works {
	float : right;
	width : 500px;
	margin : 0px 0px 20px 0px;
	padding : 0px;
	text-align : left;
}

.works-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;
}

.works-scene {
	width : 100%;
	padding : 5px 0px;
	overflow : visible;
}

.works-text {
	margin : 0px;
	font-size : 13px;
	line-height : 125%;
	color : #403020;
}

.works-image {
	float : right;
	margin : 5px 0px 5px 7px;
	overflow : visible;
}

.works-image img {
	border : 2px solid #706040;
}

.works-text table {
	width : 100%;
	font-size : 14px;
	color : #fff;
}

.works-text td {
	margin : 0px;
	padding : 4px 8px;
	background : #a09080;
}

.works-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;
}

