/*トップページのスタイルを設定します*/

.table1	{
	table-layout:fixed;
	width:530px;
	empty-cells:show;
	border-collapse:collapse;
	border:0px ;
	font-family:sans-serif;
	}
.tr1	{
	background-color:#D2DFDB;
	font-size:13px;
	font-family:sans-serif;
	line-height:1.5em;
	}
.trh	{
	background-color:#769E98;
	font-size:13px;
	font-family:sans-serif;
	color:#FFFFFF;
	line-height:1.5em;
	}
.tdc	{
	text-align:center;
	}
.text{
	width:470px;
	font-size:14px;
	font-family:sans-serif;
	color:#313431
	line-height:1.5em;
	}
.textb	{
	width:540px;
	font-size:14px;
	font-family:sans-serif;
	line-height:1.5em;
	font-weight:bold;
	color:#313431;
	}
.textint{
	text-align:left;
	width:260px;
	font-size:14px;
	font-family:sans-serif;
	line-height:1.5em;
	color:#313431;
	}
.midashi	{
	font-family:sans-serif;
	font-size:28px;
	color:#3773A61;
	}
.menu{
	font-family:MS UI Gothic;
	font-weight:bold;
	font-size:20px;
	line-height:0.9em;
	}