@charset "utf-8";


/* 見出し
-----------------------------------------------------*/

h3.index{
	padding: 2px;
	padding-left: 6px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: small;
	color:#ffffff;
	background-color: #788490;
	border-left: 5px solid #788490;
	border-bottom: 1px solid #788490;
	font-weight: bold;
	letter-spacing: 1px;
}

table.title{
margin-bottom:0;
}



/* 罫線
-----------------------------------------------------*/

hr{
color: #cccccc; 
background-color: #cccccc; 
border: 0;
border-bottom: 1px solid #cccccc;
margin: 0;
padding: 0;
margin-bottom: 10px;
}
