<!--

/*　HOME・年賀用　*/

/*　年賀（大）　*/

.nav1 {
	margin:0px 0px 0px 0px;
	width:300px;
	height:300px;
	font-weight:bold;
	font-size:26px;
}

.nav1 a {
	margin:0px;
	padding:0px 0px 0px 20px;
	display:block;
	height:300px;
	color:#006400;
	text-decoration:none;
}

.nav1 a:hover {
	color:#ee8600;
	background:url(../img/topmanu/nenga13_on.gif) no-repeat;
}


/*　暑中（小）　*/

.nav2 {
	margin:0px;
	width:150px;
	height:150px;
	font-weight:bold;
	font-size:18px;
}

.nav2 a {
	margin:0px;
	padding:0px 0px 0px 20px;
	display:block;
	height:150px;
	color:#006400;
	text-decoration:none;
}

.nav2 a:hover {
	color: #ee8600;
	background:url(../img/topmanu/syotyu_s_on.gif) no-repeat;
}


/*　青（小）　*/

.nav3 {
	margin:0px;
	width:150px;
	height:150px;
	font-weight:bold;
	font-size:18px;
}

.nav3 a {
	margin:0px;
	padding:0px 0px 0px 20px;
	display:block;
	height:150px;
	color:#006400;
	text-decoration:none;
}

.nav3 a:hover {
	color:#ee8600;
	background:url(../img/topmanu/blue_on.gif) no-repeat;
}


/*　贈答（小）　*/

.nav4 {
	margin:0px;
	width:150px;
	height:150px;
	font-weight:bold;
	font-size:18px;
}

.nav4 a {
	margin:0px;
	padding:0px 0px 0px 20px;
	display:block;
	height:150px;
	color:#006400;
	text-decoration:none;
}

.nav4 a:hover {
	color:#ee8600;
	background:url(../img/topmanu/zoutou_on.gif) no-repeat;
}


/*　みどり（小）　*/

.nav5 {
	margin:0px;
	width:150px;
	height:150px;
	font-weight:bold;
	font-size:18px;
}

.nav5 a {
	margin:0px;
	padding:0px 0px 0px 20px;
	display:block;
	height:150px;
	color:#006400;
	text-decoration:none;
}

.nav5 a:hover {
	color:#ee8600;
	background:url(../img/topmanu/green_on.gif) no-repeat;
}


/*　文例（小）　*/

.nav6 {
	margin:0px;
	width:150px;
	height:150px;
	font-weight:bold;
	font-size:18px;
}

.nav6 a {
	margin:0px;
	padding:0px 0px 0px 20px;
	display:block;
	height:150px;
	color:#006400;
	text-decoration:none;
}

.nav6 a:hover {
	color:#ee8600;
	background:url(../img/topmanu/bunrei_on.gif) no-repeat;
}

-->