@charset "utf-8";

/*--------------------------------------
	Style Name : Repainting Style Sheet

	index.html
--------------------------------------*/

body.index {
}

body dl.comment{
margin:0;
padding:0;
}

body dt{
float:left;
}

body dd{
margin:0;
margin:5px 0 0 80px;
padding:0 0 0 5px;
}

div.h-level3 {
	clear:both;
}

div.h-level3 h3 {
	padding:10px 0 2px 0;
	border-bottom:1px dotted #999;
}

div.h-level3 div.floatleft{
	float:left;
	width:280px;
}

div.h-level3 div.floatright{
float:right;
	width:350px;
	text-align:center;
}

div.h-level3 p.txt {
	text-align:left;
}



