/* 先輩のメッセージ（voice.htm）のスタイル
---------------------------------------------*/
table.table1{
	border-top: 1px solid #cccccc;
	border-bottom: none;
	border-left: none;
	border-right: none;
	}
	
table.table1 th{
	font-size:9pt;
	font-weight: normal;
	text-align: left;
	border-top: none;
	border-bottom: 1px solid #cccccc;
	border-left: none;
	border-right: none;
	padding: 5px;
	width: 80px;
	margin-left: 5px;
	}

table.table1 td{
	font-size:9pt;
	text-align: left;
	border-top: none;
	border-bottom: 1px solid #cccccc;
	border-left: none;
	border-right: none;
	padding: 5px;
	}
	
h5{
	border-bottom: none;
	border-left: none;
	background-color:#006633;
	color:#ffffff;
	margin-top: 10px;
	float: none;
	clear: both;
	}

