h1.index {
	padding:0em;
	background-image:none;
	border:none;
}
.document .index {
	clear:both;
	margin-bottom:10px;
	width:500px;
	text-align:center;
}
.document .index .photo{
	float:left;
	border:none;
	width:80px;
}
.document .index .photo img{
	border:none;
}
.document .index .title{
	margin:0em;
	padding:25px 6px 6px 6px;
	text-indent:0em;
	text-align:left;
	float:left;
	height:80px;
}
.document .index .with{
	margin:0em;
	padding:25px 6px 6px 6px;
	float:right;
	width:150px;
	text-align:left;
	text-indent:0em;
	height:80px;
}

/* main */

.document .item .name{
	clear:both;
	text-indent:0em;
	width:70px;
	float:left;
background-color:#ffffcc;
}
.document .item .talk{
background-color:#ffccff;
	float:right;
	text-indent:0em;
	width:400px;
}

.document .item dl dt {
	width:70px;
}
.document .item dl dd {
	width:450px;
	text-indent:0.5em;
	margin:-1.4em 0em 0.5em 5em;
}


.link {
clear:both;
}
