@charset "utf-8";

#top_main {
	width:700px;
	float:left;
}

/* トップイメージ */
#topimg {
	text-align:center;
	background:url(../img/top/bg.png) no-repeat;
}

#topimg p {
	position:relative;
	z-index:99;
}
#topimg p img{
	filter: alpha(opacity=50);
-moz-opacity:0.7;
opacity:0.7;
}

/* メイン */
#main{
	margin:20px 0 60px;
	width:730px;
	}
#main div dl{
	margin-left:14px;
	}

/* ご挨拶*/	

#main p{
	line-height:140%;
	font-size:1.1em;
	margin:10px 0 19px 10px;	
	}
#main dl dt{
	line-height:140%;
	font-size:1.1em;
	margin:19px 0 0 10px;
	color:#314979;
	font-weight:bold;	
	}
#main dl dd{
	margin-left:10px;
	color:#314979;
	}

/*2025/4/7追加　その他 免責事項*/
.menseki{
	margin-bottom: 4%;
	margin-left: 10px;
	& li{
	 font-size: 110%;
     margin-bottom: 2%;
     line-height: 140%;
	}
	& :first-child{
	font-weight: 700;
	font-size: 120%;
	margin-bottom: 1%;
		
	}
}

