@charset "utf-8";

/*--------------------------------------
	Style Name : Paints Style Sheet

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

dl.comment{
clear:both;
margin:10px 0;
padding:0;
}

dl.point{
clear:both;
margin:10px 0;
padding:0;
}

dt{
float:left;
color:#663333;
font-weight:bold;
}

.comment dd{
margin:0;
margin:0 0 0 90px;
padding:0 0 0 5px;
}

.point dd{
margin:0;
margin:0 0 0 100px;
padding:0 0 0 5px;
}

ul.paints{
margin:10px 0;
padding:0;
border-top:1px solid #333;
}

.paints li{
padding:5px;
list-style:none;
border-bottom:1px solid #333;
border-left:1px solid #333;
border-right:1px solid #333;
}

body.index p.visual{
 text-align:center;
}

body.index table th,
body.index table td{
 border:1px solid #999;
 padding:2px;
}

body.index table th{
 background:#e7e7e7;
}

body.special p.visual{
 text-align:center;
}

body.osmo div.h-level3 p img{
 float:left;
 margin:0 10px 20px 0;
}

body.osmo div.h-level3{
 clear:both;
}



